Register Login

MIRO/MIR7/MIRA: Batch Input is not possible

Updated May 18, 2018

Batch input processing is not possible for the following transactions in invoice verification:

Add incoming invoice (MIRO)
Park incoming invoice (MIR7)
Add incoming invoice for the verification in the background (MIRA)
Various errors can occur.

The new Enjoy transactions of the logistics invoice verification have not been planned for the use with Batch Input or 'CALL TRANSACTION'.
The reason for this is that the Batch Input is based on screen technology, but the Enjoy transactions are more and more based on control technology.
Batch Input and controls are not compatible. 
Use the following BAPIs:
        Object name: IncomingInvoice
        Object type:  BUS2081
        Method:     CreateFromData (add incoming invoice)
                    CancelSingle  (cancel incoming invoice)
                    ReleaseSingle  (release incoming invoice)
                    GetList        (list incoming invoice)
                    GetDetail      (display incoming invoice)


The conventional transactions of invoice verification (MR01, MR1H, MR41, MR1B) and the logistics invoice verification (MR1M) are supported in the Releases 4.6A up to and including Release 4.6B. These transactions make Batch Input processing possible.

As of Release 4.6C

Use the following BAPIs:
        Object name: IncomingInvoice
        Object type:  BUS2081
        Method:      CreateFromData (add incoming invoice)
                    CancelSingle   (cancel incoming invoice)
                    ReleaseSingle  (release incoming invoice)
                    GetList        (list incoming invoice)
                    GetDetail      (display incoming invoice)
                    ParkFromData   (park incoming invoice)
                    SaveFromData   (mark incoming invoice for
                                    background verification)

The conventional transactions of the invoice verification (MR01, MRHG, MRHR, MR41 up to MR44, MR1G, MR1B) are no longer maintained as of Release 4.6C.
Transaction MR1M of the logistics invoice verification will be deleted for Release 4.6C since it will be replaced completely by the MIRO in terms of functionality.
              The following function modules are assigned to the methods:

CreateFromData:  BAPI_INCOMINGINVOICE_CREATE
CancelSingle:    BAPI_INCOMINGINVOICE_CANCEL
ReleaseSingle:   BAPI_INCOMINGINVOICE_RELEASE
GetList:         BAPI_INCOMINGINVOICE_GETLIST
GetDetail:       BAPI_INCOMINGINVOICE_GETDETAIL
ParkFromData:    BAPI_INCOMINGINVOICE_PARK
SaveFromData:    BAPI_INCOMINGINVOICE_SAVE.

 


Comments

  • 20 Mar 2014 1:30 pm Guest

    Good to know this as I am struggling to write the BDC for MIR4. Thnx for the message.


×