SAP Program RPIDUP00 - Program RPIDUP00 is no longer supported


BEGIN OF UPDATE

Description
The report creates a batch input session by means of the dataselected from table T535Q.
Requirements:
Corresponding entries must exist in T535Q.Making the entries is best done via the spool (hard copies) with thehelp of the report RPIDVP00.
Unlike the 'old' IDUP, screen field names are assigned indirectly,that is, the maintenance tasks when including a screen not yetconsidered are minimal.
Maintenance tasks when including new screens:
- Ensure that the screen in question is in RMAC (generation withRSRMACDY).
- including the screen into the screen declaration in the includeRPIDVU0D.
- including the screen into the subprograms AUSGABE_BTCI,AUSGABE_SAPV01, AUSGABE_BILDSCHIRM (by copying the statements for analready existing screen).
BEGIN OF UPDATE

Parameter B-INPUT
Indicator whether screens are passed on

Definition
The indicator determines what is to happen with the screens filledby the program.
X = screens are put directly in the file BTCI so that you canimmediately process them with transaction SBDC.
S = screens are written on a sequential dataset (SAPV01); in thiscase, you must put them into BTCI with the background utilitySAPBTCU to be able to process the session.
Other entries: Screens are displayed for testing only and are notpassed on by the programm.

Parameter MAPNAME
Session name for transaction SBDC

Definition
You can find and process the created batch input session under thisname.