2012 Apr 23 2:20 PM
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
2012 Apr 23 2:57 PM
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
2012 Apr 23 3:08 PM
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