cancel
Showing results for 
Search instead for 
Did you mean: 

SAP check for Unit of Measure Difference

Former Member
0 Kudos

Hello,

We are currently receiving Order Acknowledgement and ASNs via EDI from our vendors. I've read that SAP will check for quantity and price, but does it also check for differences in the Unit Of Measure (UoM)?

For example, the PO UoM was specified in dozen but the vendor sent an order acknowledgement with a different UoM. Will SAP automatically check for these differences too?

Thanks for the help!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes, if it is not defined in the system than it will give an error. but if you want to check exactly the same than you can add cehck in the Idoc program.

Former Member
0 Kudos

Hi Charlie - thanks for the quick response.What IDOC program would check for whether the same UoM is returned?

Thanks!

Former Member
0 Kudos

If you are using the standard confirmaiton idoc than check in the funciton module

IDOC_INPUT_ORDRSP

Tcode SE37

Former Member
0 Kudos

Include LEINMF2X

convert unit of measure code: ISO-Code --> SAP-Code -


*

PERFORM ISO_CODE_UNIT_IN_NEW USING E1EDP01-MENEE

H_SEGNUM.

Answers (0)