cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts,

I am posting invoices using BAPI_INCOMINGINVOICE_CREATE. These invoices have POs associated with the Item Details. This is working fine for me.

I want to post invoices that DO NOT have a PO. Can someone please point me to a BAPI that is similar to BAPI_INCOMINGINVOICE_CREATE in functionality but does not require a PO?

Thanks,

- Vik.

0 Likes
View Entire Topic
0 Likes

I have also used this BAPI but at after the execute the return tables indicates that the postig was succesful but when I try to find the document it seems that is isn't created at all. I tried using a commit BAPI BAPI_TRANSACTION_COMMIT but this doesn't solve my problem. What am i doing wrong?

Hope someone can help. Thanks in advance.

Regards,

Pascal Blij

Former Member
0 Likes

Hello Jelle-

Replace function call to 'BAPI_TRANSACTION_COMMIT' with 'COMMIT_WORK'. Try just 'COMMIT WORK' in your code. It works for me.

Thanks,

- Vik.