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
908

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 .

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 .

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

Thanks

Saurabh

5 REPLIES 5
Read only

Former Member
0 Likes
803

i have a doubt, what do you mean by it is showing original value. Are you trying to change the UOM value in Debugging and it is not reflecting in IDOC. If that is the case some fields are not allowed to change. you have to debug and find. If possible explain more.

Read only

kamesh_g
Contributor
0 Likes
803

hi

after passing the data to IDOC_DATA segment have u checked the value .

IS it showing correct value in IDOC_DATA .

Read only

Former Member
0 Likes
803

yes I checked IDOC_DATA in debugging mode it shows me required value but when I see WE05 it shows me original value of UOM rathar than showing ISO CODE value.

For example for certain material has UOM as X and its ISO CODE is Y, then in IDOC segment E1MARMM-MEINH should show me Y but I m seeing X.

Standard FM MASTERIDOC_CREATE_MATMAS converts UOM in to equivalent SAP CODE and stores it in to IDOC.

Read only

Former Member
0 Likes
803

fdfd

Read only

Former Member
0 Likes
803

fdfd