The 'Print Immediate' Flag is systematically activated during the submission of a SAP Report in ABAP mode when a printer device is specified in the instruction.
The printer device can be specified in 3 different ways:
Either as:
$UNI_DIR_EXEC/uxstr sap API JOBNAME=UPR1_XBP2 STEPLIST="((ORSYP,E,RSPARAM,TEST,LP01))"
or as:
$UNI_DIR_EXEC/uxstr sap API JOBNAME=UPR1_XBP2 stepdef="(,,,,LP01)" STEPLIST="((NODIALOG2,E,RSPARAM,TEST))"
Undser these circumstances, the submitted job will have the 'PrintImm' option set to 'X' and will be always activated.
========================
PriSpoolName: RSPARAM_NODI
PriCoverTxt :
PriImm : X
PriDelete :
========================