‎2007 Apr 24 8:33 AM
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.
‎2007 Apr 24 8:40 AM
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
‎2007 Apr 24 8:36 AM
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
‎2007 Apr 24 8:40 AM
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
‎2007 Apr 24 9:37 AM
So sorry if i caused some misunderstanding. I'm trying to do a 'Posting' simulation and not a creation of invoice.