To convert a job in the AJF to INP statements, use the following command:
BAPI_M_CNVINP  EQU    7            CONVERT AJF REC TO DEF           
The calling program must provide the area where to return the INP definition.
To perform a Zoom and Save action, use the following command:
BAPI_M_ZOOM    EQU    8            ZOOM AND SAVE ACTION             
In both cases, the requested RBA can be specified in either binary or character format. The calling program must provide the area where to return the INP definition.
The Zoom and Save process is executed as follows:
Alternatively, the corrected job definition can be specified via BLT statements.
The type of input (INP or BLT) is passed as one of the arguments to the Zoom and Save function.
| Parent Topic |