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

Problem while updating IDOC MATMAS03.

Former Member
0 Likes
660

Hi All,

We are creating outbound Material master IDOC with basic type as MATMAS03.Standard FM MASTERIDOC_CREATE_MATMAS is being used to create IDOCs.Field MEINH of E1MARMM segment is getting populated with ISO standard UOM value .In debugger I can see that ISO value of UOM is geeting passed , but when I display the IDOC in WE05 it doesnt show me ISO value of UOM, it show original value .

For Example, for certain UOM X ISO CODE is Y then should get updated in E1MARMM-MEINH but when see in WE05 it shows me X even though debugger shows updated value as Y.

can somebody please share thought what is the reason behind this?

Thanks

Saurabh

Hi All,

We are creating outbound Material master IDOC with basic type as MATMAS03.Standard FM MASTERIDOC_CREATE_MATMAS is being used to create IDOCs.Field MEINH of E1MARMM segment is getting populated with ISO standard UOM value .In debugger I can see that ISO value of UOM is geeting passed , but when I display the IDOC in WE05 it doesnt show me ISO value of UOM, it show original value .

For Example, for certain UOM X ISO CODE is Y then should get updated in E1MARMM-MEINH but when see in WE05 it shows me X even though debugger shows updated value as Y.

can somebody please share thought what is the reason behind this?

Thanks

Saurabh

2 REPLIES 2
Read only

Former Member
0 Likes
561

The value may be changing after some point before values getting saved...go thru debuggin . Put break point in convert_unit_sap_to_iso subroutine and check....

Read only

Former Member
0 Likes
561

ghfh