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

BAPI / FM for creating a single invoice for multiple POs

srinivaskasam
Explorer
0 Likes
1,372

Hello,

For developing a ABAP program please let us know a BAPI of FM for creating a single invoice for multiple POs, the BAPI_INCOMINGINVOICE_CREATE is taking only one PO but we need a BAPI or FM which tales multiple POs

Thank you

Hello,

For developing a ABAP program please let us know a BAPI of FM for creating a single invoice for multiple POs, the BAPI_INCOMINGINVOICE_CREATE is taking only one PO but we need a BAPI or FM which tales multiple POs

Thank you

2 REPLIES 2
Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Likes
1,271

Hello srinivaskasam

Are you 100% sure BAPI_INCOMINGINVOICE_CREATE? References to purchase orders are provided to the function in the ITEMDATA table. You can put references to multiple purchase orders there.

Otherwise try using BAPI_INCOMINGINVOICE_CREATE1.

Best regards

Dominik Tylczynski

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,271

Tools such as KOFAX and VIM which use BAPI_INCOMINGINVOICE_CREATE1 are able to create invoice with many purchase orders.

Any reason to use good old BAPI_INCOMINGINVOICE_CREATE?