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: 

BAPI / FM for creating a single invoice for multiple POs

srinivaskasam
Explorer
0 Kudos
460

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

DominikTylczyn
SAP Champion
SAP Champion
0 Kudos
359

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

RaymondGiuseppi
Active Contributor
0 Kudos
359

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?