cancel
Showing results for 
Search instead for 
Did you mean: 

During LTP material master values need to be modified

Former Member
0 Kudos

Hi ,

We are implementing LTP process in company. while  LTP Run it pick the MRP1234 values for Simulative order creation. We have requirement to change the MRP1234 only during LTP run. Were as the MRP run will run with normal material master(MRP1234) values.

The values need to be changed are during LTP run are MRP group , Lox size etc., '''

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thank you.. Almedia and köller..

  We are already using this badi  MD_MRP_PARAMETERS. We are facing the following problem

For example

header               ATEST

component            BCOMP

We need to switch off the bulk indicator and phantom for the component.

We  are using the above bapi its manipulation only the header (ATEST) material master data but in LTP run during creation of header simulative planned. Component simulative dep requirement values are copied from material master. In this above bapi we are manipulating only header values.

When the next loop during component simulative planned order generation time the above parameters(bulk and phantom) are copied from component simulative dep requirement. Hence the switching of bulk indicator and phantom assembly is not working during ltp using this badi. This problem is happening for multi level components too.

Is there any suggestion for this issue..

Former Member
0 Kudos

For Phantoms you should check out method CONSIDER_RESB in badi MD_CHANGE_MRP_DATA

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

We had tested with this BAPI PP_MD_MRP_PARAM_001. This modified the bom header MRP1234 values but the sub assemblies MRP values are not getting modified.

Br

Muthu Kumar

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

You can use BAdI MD_MRP_PARAMETERS. Method ADJUST_MATERIAL_MASTER_PARAMS can be used specifically for such purpose.

BR

Caetano

Former Member
0 Kudos

Hi,

very useful document