cancel
Showing results for 
Search instead for 
Did you mean: 

Blocking safety stock parameters from ECC to APO

Former Member
0 Kudos

Hi

We have a business requirement where we need to integrate material master from ECC to APO to create the location-product master ( Standard) but block the safety stock parameters, such as safety stock, to be updated from ECC to APO.

This is so that the users can maintain the safety stock in APO instead of overwriting by ECC.

Appreciate if some body can point me to the right BADI or the code/logic.

Thanks

KA

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi K A,

You can do this through the CIF transfer. For this you can use user exit CIFMAT01 (in ECC system). With this user exit you can control the sending material parameters (change, blanc or no action).

Thanks.

Regards, Marius

marianoc
Active Contributor
0 Kudos

Hi KA,

Please read this article:

You can do what you want with a similar logic. In this link you will find an example of how you can automatically set some default at the time the material is sent through the CIF to APO. In your case, you should ensure the field is not updated. The BADI is: BADI: SMOD_APOCF005

Kind Regards,

Mariano