Skip to Content
0
Jul 04, 2009 at 06:02 AM

Problem in BAPI_INCOMINGINVOICE_CREATE

55 Views

Hi Friends...

I am using BAPI_INCOMINGINVOICE_CREATE for posting data in MIR7. When I post the data from se37 its working fine. But if I execute through program it shows an error message.

I checked in debugging mode, through SE37 PO_UNIT value is automatically changed from CAN into KAN.

But if I took the value from file and pass it to the same function module, it shows an error.instead of CAN if I pass KAN as a input of PO_UNit its working fine.

how it is changed from CAN to KAN, when I assign values directly to function module in SE37, why the same functionality is not working when Ipassed the value through file.

Kin