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 for invoice MM SIMULATION

Former Member
0 Likes
853

Hi,

I'm looking for a BAPI that does what the Simulate button do in the MIR4 MM Invoice.

Could anyone recommend something?

Thank you in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
664

BAPI_INCOMINGINVOICE_CREATE will not update the database until and unless you do an explicit commit after the call to the bapi is succesful. hence you can use the bapi BAPI_INCOMINGINVOICE_CREATE for simulating the creation of a incoming invoice without actually creating an invoice in the db.

Regards,

Ravi

3 REPLIES 3
Read only

Former Member
0 Likes
664

hi Andrew ,

i think there is no such BAPI which creates Invoice in SIMULATION Mode.

<b>BAPI_INCOMINGINVOICE_CREATE ---> will not give complete picture of Accouting entry. So we cannt use this BAPI.</b>

Message was edited by:

Prabhu Peram

Read only

Former Member
0 Likes
665

BAPI_INCOMINGINVOICE_CREATE will not update the database until and unless you do an explicit commit after the call to the bapi is succesful. hence you can use the bapi BAPI_INCOMINGINVOICE_CREATE for simulating the creation of a incoming invoice without actually creating an invoice in the db.

Regards,

Ravi

Read only

Former Member
0 Likes
664

So sorry if i caused some misunderstanding. I'm trying to do a 'Posting' simulation and not a creation of invoice.