cancel
Showing results for 
Search instead for 
Did you mean: 

Program RMBABG00 does not park invoices

SAPSupport
Employee
Employee
0 Kudos

Hello Team,
We are currently doing MIRA transaction and Scheduling our invoices for background verification.
We run RMBABG00 and Invoices get posted on a daily basis.
But we want our invoices only to be Parked and then AP team can Post invoices manually. Is there any other job/program we should use which should park invoices rather than posting?


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Kudos

As mentioned in note 381593, it is not possible to use the parking transaction MIR7 in the background.

That limitation can be circumvented by using BAPIs.

So, you can create a program to call BAPI_INCOMINGINVOICE_PARK with invoice data to be parked.
That BAPI can be accessed via transaction code SE37 and can also be run there. If you display the source code, you can have access to the function module documentation.

Answers (0)