Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_MATERIAL_SAVEDATA CIF

Former Member
0 Likes
832

I am using this BAPI for a mass update custom fields on MARC but my changes are not making it to my SCM system. When I change materials via MM02 the Z fields go through the user exit EXIT_SAPLCMAT_001 my changes go through just fine but the BAPI doesn't seem to hit the exit. How can I debug to determine where my error is? Are there any special settings on either system for master data maintained via BAPI to transfer to the APO system?

Thank you.

Edited by: Charles Dunn on May 11, 2009 2:57 PM

3 REPLIES 3
Read only

Former Member
0 Likes
744

Hi,

Check the below link for data upload using BAPI for z<field>.

[BAPI_MATERIAL_SAVEDATA|]

Thanks,

Asit Purbey.

Read only

0 Likes
744

Thank you Asit, I have the BAPI_TE_MARC and MARCX structures extended and functional. My code is updating properly configured fields correctly in the R/3 system. My updates however are NOT being sent over to the APO system. When I change the same fields on the same matnr/werks combination, the updates pass through the CIF user exit, CIFMAT01, and are sent to the APO system. Thank you very much for your time, the link you posted is a very good summary on how to update custom fields via BAPI_MATERIAL_SAVEDATA.

Read only

0 Likes
744

Hi Charles,

i'm facing with a similar your problem: I want to update a standard field in material master data in R3. If I update manually the field in mm02 the chage come up to APO, but if I change it by BAPI the field is update in R3 but NOT in APO.

Have you found a solution? Could you or someone help me?

Thanks all.