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 to create the MIRO

neha_reddy2
Explorer
0 Kudos
6,179

Hi All

I want to create MIRO using the purchase order document, can any one please suggest the BAPI

with which i can create.

Thanks & Regards,

Nehaa.

1 ACCEPTED SOLUTION
Read only

former_member591546
Participant
0 Kudos
3,210

BAPI you need is 'BAPI_INCOMINGINVOICE_CREATE'. Ever, see tansaction 'BAPI' to search BAPIs for each business process.

4 REPLIES 4
Read only

former_member212002
Active Contributor
0 Kudos
3,210

Try BAPI_INCOMINGINVOICE_CREATE.

Search before you post

Hope this helps

Regards

Mishra

Read only

Former Member
0 Kudos
3,210

Hi,

Try using BAPI_INCOMINGINVOICE_CREATE or BAPI_INCOMINGINVOICE_POST

Cheers,

Anid

Read only

RaymondGiuseppi
Active Contributor
0 Kudos
3,210

The BAPI are available for a long time now - check Note 381593 - MIRO/MIR7/MIRA: Batch Input is not possible

      Object name: IncomingInvoice

        Object type:  BUS2081

        Method:      

CreateFromData (add incoming invoice) BAPI_INCOMINGINVOICE_CREATE

CancelSingle (cancel incoming invoice) BAPI_INCOMINGINVOICE_CANCEL

ReleaseSingle (release incoming invoice) BAPI_INCOMINGINVOICE_RELEASE

GetList (list incoming invoice) BAPI_INCOMINGINVOICE_GETLIST

GetDetail (display incoming invoice) BAPI_INCOMINGINVOICE_GETDETAIL

ParkFromData (park incoming invoice) BAPI_INCOMINGINVOICE_PARK

SaveFromData(mark incoming invoice for background verification) BAPI_INCOMINGINVOICE_SAVE.

Don't be afraid to use the search toll with keywords like BAPI+MIRO

Regards,

Raymond

Read only

former_member591546
Participant
0 Kudos
3,211

BAPI you need is 'BAPI_INCOMINGINVOICE_CREATE'. Ever, see tansaction 'BAPI' to search BAPIs for each business process.