cancel
Showing results for 
Search instead for 
Did you mean: 

SAP APO - planning material from ECC to APO via CIF

Former Member
0 Kudos

Dear experts,

I need to know, how or where can I find the field Planning material (material master MM02/03, list MRP3) during the transferring to APO system. Is it located somewhere in CIF user exit? I used ZXCIFU01 to make custom modification - based on the planning material I need to switch the strategy (field STRA1 in /SAPAPO/MATLOC). But I can´t find the Planning material in that user-exit.

Also the debugger doesn´t goes through this user exit when I change the field in MM02 and save the material.

Thank you for any inputs.

BR Adam

I310607
Advisor
Advisor
0 Kudos

Hi Adam,

I am not sure you are referring to the Planning Product hierarchy master integration, but if yes: here is a call stack regarding that:

https://wiki.scn.sap.com/wiki/x/JYtIGQ . There is no user exit on this path.

Are you looking for this one or explicitly the Material master integration ?

Best Regards

Gergely

Former Member
0 Kudos

Hi Gergely,

thank you for your comment. Yes I was looking for direct user exit when the material master in ECC is saved.

At the end I´ve used solution to enhance the FM /SAPAPO/CIF_PROD_LOC_INBOUND, where I maintain custom table with material and requirement strategy which should be updated. This table is covered by the report which makes the update by standard BAPI BAPI_PRDSRVAPS_SAVEMULTI2. This report is set in background job for every 5 minutes.

I know it is not the great solution, but it is the only one which works as expected 🙂


Thank you

BR Adam

Accepted Solutions (0)

Answers (1)

Answers (1)

I310607
Advisor
Advisor
0 Kudos

The Planning Product Integration scenario (SAP Help Planning Product) on the below path can transfer such data after a custom solution, so the data is transferred to SCM.

(ECC side: CIF_PPR_SEND)
> /SAPAPO/CIF_PROD_LOC_INBOUND
>> /SAPAPO/DM_PROD_LOC_MAINTAIN
>>> /SAPAPO/DM_RELH_PLOC_MAINTAIN

At SCM side the BAPI_PRDSRVAPS_SAVEMULTI2 function module can write the transferred data by scheduling it on a regular basis (5 minutes).