Application Development 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: 

Posting invoice using BAPI_INCOMINGINVOICE_POST

Former Member
0 Kudos
893

Hello Experts,

I am developing a program which will be executed by a batch process( scheduled during night

daily) which will select all the invoices with status 'parked and held' or 'entered and held' or 'parked' and post it.Can I use BAPI BAPI_INCOMINGINVOICE_POST for posting such invoice..Does it capture all the messages present in the MIRO t.code??

2 REPLIES 2

Former Member
0 Kudos
283

hi,

you can post using BAPI_INCOMINGINVOICE_POST but It is not possible to post invoice documents that have been flagged for background invoice verification with this method.

Regards,

Ramesh.

Former Member
0 Kudos
283

Hi Priyasingh,

First of all welcome to SDN community...

Well, you have BAPI documentaion available with all BAPI's, you can check out what this BAPI is doing.

Thanks,

Krishna