on ‎2005 Jun 23 7:39 PM
Hi,
I would like to invoke the MIRO transaction by remote.
The BAPI BAPI_INCOMINGINVOICE_CREATE provides the methods for creating the invoices and for parking the invoices in MM.
Does anyone know any BAPI or RFC or Function Module for SIMULATING the invoice creation?
Something like BAPI_CHECK ?
Thank you very much in advance.
Mauro
Request clarification before answering.
You can call the BAPI BAPI_INCOMINGINVOICE_CREATE
and display the messages in return parameters but do not use commit work after BAPI call rather use rollback work.
So you will get the information, whether the check was successful or not and since you did not use commit , the invoice will not be saved in database.
Cheers,
Ram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use the bapi BAPI_INCOMINGINVOICE_PARK to create Preliminary Invoices, these Invoices does not have impact in the enterprise finances, once created you can delete the Invoices without problems.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.