SAP Program RM07RRES - Batch Input: Create Reservation


Report that generates a batch input session for material reservations.

Description
Use report RM07RRES to generate a batch inputsession for reservations. You must process the session in a secondstep in order to post the reservations.
The data for the batch input session are imported from an externaldataset as a sequential file. The structure of this sequential file ispredefined in table BRESB and cannot be changed. You can display thisstructure via the information system in the data dictionary (objectclass fields).

Precondition
INCLUDE MB_RE05
As with online entry, the system expects certain data (e.g. requirementdate, material, quantity, account assignment) for each reservation. Anyattempt to create a reservation for a material that has not yet beenmaintained in the system will lead to an error when the session is run,causing the latter to be interrupted.
Any errors that may occur are documented in the log file of therelevant batch input session.

Running a session with test data
Before the sequential file is imported, a session should be run withtest data. In this case, the data is not imported from the sequentialfile, but from table T159A. You must thus maintain test data for thisreport (SAP transaction MB21) in table T159A.
Reservations for the following goods movements are allowed for testpurposes:

  • movement type 201 (goods issue for cost center)

  • movement type 501 (goods receipt without PO)

  • INCLUDE MB_RE03