Application Development 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: 

UOM Conversion while sending IDOC's using EDI

Former Member
0 Kudos

Hi ,

We are sending PO's using EDI and we want to convert the UOM while sending IDOC.

EX:- FT = FOT, VOL = VO

Is there any config.

Thanks in advace,

2 REPLIES 2

Former Member
0 Kudos

Are you using a custom function module to send the idoc, if yes then you can add code to do the converstion when populating the segments. or use userexits to make the change for UOM.

If you have middleware(XI) in the interface, the translation can be done in XI too.

You can use MD_CONVERT_MATERIAL_UNIT for conversion in the code.

0 Kudos

No.. I am using the standard function module.

We can cretae converion rule using SALE transaction for ALE.

SALE> Modeling and Implementing Bus Procc> Convert Data Between Sender and Receiver..-->

Like this do u we have any Config.. or shall I handle the conversion in the Customer exit ..