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

Unable to update material data using Idoc

ankit_doshi
Participant
0 Likes
1,066

I am reprocessing an Idoc using an existing Idoc. I make changes to the following fields in its data segment: gross weight, net weight and volume. 

When I check the material data via MM03 only net weight gets updated correctly and for other two fields old value is displayed.

What could be the issue? What should be the approach to trace this issue?

Regards,

Ankit

I am reprocessing an Idoc using an existing Idoc. I make changes to the following fields in its data segment: gross weight, net weight and volume. 

When I check the material data via MM03 only net weight gets updated correctly and for other two fields old value is displayed.

What could be the issue? What should be the approach to trace this issue?

Regards,

Ankit

6 REPLIES 6
Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
992

Hello Ankit,

Execute the Idoc in foreground(if call transaction is used inside idoc processing FM).

Thanks

Read only

0 Likes
992

I tried debuggin the idoc processing FM but I am unable to locate where the MM02 update takes place.

Read only

0 Likes
992

Hello Ankit,

Share the Idoc FM name used

Read only

0 Likes
992

set breakpoint in FB BAPI_MATERIAL_SAVEDATA. normally all material updates run through that fb.

Read only

0 Likes
992

It is not a standard FM

Read only

ankit_doshi
Participant
0 Likes
992

got the answer from the connectivity forum:

http://scn.sap.com/thread/3600067