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

IDoc - ORDERS01 - Convert Measures

Private_Member_19084
Active Contributor
0 Likes
1,635

Hi experts,

I use IDoc ORDERS01 to send our orders to a supplier.

In this IDoc the field E1EDP01-MENEE is filled with the measuring unit in ISO-Code.

But now we have a unit, where no ISO-Code is linked (KIT).

This unit is different per material and also per supplier. (managet in info records ME1M)

example:

Material 1 = 1 KIT = 2 liter

Material 2 = 1 KIT = 1 liter

In our sap system I can see the conversion of the units in ME22n->Item-> Quantities/Weights.

Linking an ISO-Code in T006 is not the big problem.

But how does the supplier know the conversion?

Because there are no conversion data in the IDoc.

E1EDP01-BPUMN and E1EDP01 BPUMZ.

The only solution which I've found, is to enhance the IDoc ORDERS01.


Kind regards and thx for help

Hi experts,

I use IDoc ORDERS01 to send our orders to a supplier.

In this IDoc the field E1EDP01-MENEE is filled with the measuring unit in ISO-Code.

But now we have a unit, where no ISO-Code is linked (KIT).

This unit is different per material and also per supplier. (managet in info records ME1M)

example:

Material 1 = 1 KIT = 2 liter

Material 2 = 1 KIT = 1 liter

In our sap system I can see the conversion of the units in ME22n->Item-> Quantities/Weights.

Linking an ISO-Code in T006 is not the big problem.

But how does the supplier know the conversion?

Because there are no conversion data in the IDoc.

E1EDP01-BPUMN and E1EDP01 BPUMZ.

The only solution which I've found, is to enhance the IDoc ORDERS01.


Kind regards and thx for help

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
1,238

You can implement SMOD exit MM06E001,  Customer function EXIT_SAPLEINM_002 to enhance the E1EDP02 segment to fill up the BPUMN and BPUMZ fields.

Regards,
Naimesh Patel

Read only

0 Likes
1,238

thx for help,

yes, but I think it would be better, to create an own IDoc-Enhancement.

Or can't I do this for ORDERS01?

Can I also create an own ISO-Code for this?

Kind regards