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

Purchase order: output processing error.

Former Member
0 Likes
587

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
450

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..

1 REPLY 1
Read only

Former Member
0 Likes
451

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..