cancel
Showing results for 
Search instead for 
Did you mean: 

Override Advanced Safety Stock Planning Methods

Former Member
0 Kudos

Hi Friends !

We are on APO 5.1 and ECC 5.0 . We are implementing advanced safety stock planning method in APO. We are finding that the method gets overridden everytime we send changes of the material master from ECC to APO . Is there is a way to stop this without using BADi's or User Exits ? If not which BADI can be used for this purpose ?

Thanks in advance for your help!!!

-Ranjini.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You need to use userexit APOCF005 Inbound Processing: Product in APO.

(tcode SMOD)

We have the same Business requirement we did the same thing.

Logic looks like

Loop through all the Product location records that are being CIFed from R/3.

loop the internal table it_matloc which will have the Product and location records that are CIFed from R/3.

Clear out the update flag for Safety stock method

it_matlocx-MSDP_SB_METHOD = ' '

Manish

Edited by: Manish Kumar Rathi on Oct 9, 2008 12:09 PM

Former Member
0 Kudos

Thanks Manish !! is there any exceptions that wee need to consider for this exit ?

Former Member
0 Kudos

No !

We also didnt considered any.

Manish

Answers (0)