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: BAPI_INCOMINGINVOICE_CREATE

Former Member
0 Likes
826

Hello Experts,

They are two transactions MIRA( To post Invoice without line items) and MIRO(To post invoice with

line itmes with PO reference).

The BAPI 'BAPI_INCOMINGINVOICE_CREATE' can be used to post Invoices with line items(MIRO).

Is it possible to use the same BAPI to post invoices with-out line itmes, which is nothing but posting the

MIRA transactions? Has anybody worked on this scenario.

Any help is appreciated,

Thanks in Advance,

Sreenivas Reddy.

3 REPLIES 3
Read only

viquar_iqbal
Active Contributor
0 Likes
647

Hi

try using this

BAPI_INCOMINGINVOICE_POST

Read only

Former Member
0 Likes
647

Try 'MRM_INVOICE_PREPARE_AND_POST' , works for both scenarios.

Mathews

Read only

Former Member
0 Likes
647

BAPI: BAPI_INCOMINGINVOICE_CREATE can be used to post MIRA with some enhancements to it.