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: 

IDOC_INPUT_ORDERS question

Former Member
0 Kudos

I'm currently writing a program that does Unit of Measure conversion for certain customers. When the EDI PO comes in, for certain customers will pass through this UoM function before going to the IDOC_INPUT_ORDERS. When I pass the unchanged IDOC to IDOC_INPUT_ORDERS it creates an order just fine. However, when I pass the changed IDOC, it returns a 51 "partner function WE does not exist." I know that means there is no store in EDPAR, but why is the original going through. The only I change is the Quantity and Sales and Purchasing Units.

Example:

Before: 2.00000000 EA EA

After: 1.00000000 2PK 2PK

Anyone got any ideas?

Thanks in advance,

Curtis

1 REPLY 1

Former Member
0 Kudos

Hello ,

how do you done this modification ??

Before: 2.00000000 EA EA

After: 1.00000000 2PK 2PK

I'm using the exit

EXIT_SAPLVEDA_00*

but is not running !!

tks

R