‎2011 Mar 08 4:37 PM
Hi,
I'm running into the following error when trying to give EDI output from a PO:
"Not possible to determine ISO code for unit of measure LB in item 00010"
output type used: ZBDP
Problem is, the material master is maintained with unit "KG" for the material in error. However the item level view contains "LB" as the gross weight. I wanted to know what part in which program does a check before giving an output. I wanted to debug it and see where the error is generating. I'm looking for a quick fix, so I was hoping to debug this program and determine when the "check" fails, and perhaps manually correct it in debug mode.
the output type ZBDP is set up to use PROGRAM: RSNASTED and FORM ROUTINE: EDI_PROCESSING. I was wondering if this where this "check" occurs and where exactly in this form is the check occurring? I've been looking through it and I can't determine where i should set a breakpoint for this.
Thank you all in advance,
Risad
Edited by: mrisad on Mar 8, 2011 5:38 PM
‎2011 Mar 08 4:48 PM
You can put a break point in either FM UNIT_OF_MEASURE_SAP_TO_ISO OR in include LEINMF0W, where this error message could be potentially raised..
‎2011 Mar 08 4:48 PM
You can put a break point in either FM UNIT_OF_MEASURE_SAP_TO_ISO OR in include LEINMF0W, where this error message could be potentially raised..