Print Immediately option always enabled when ABAP submission mode is used
search cancel

Print Immediately option always enabled when ABAP submission mode is used

book

Article ID: 84458

calendar_today

Updated On:

Products

CA Automic Dollar Universe

Issue/Introduction

Error Message :
N/A

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:

  1. In the command line using a CL_INT urpoc:

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))"

  1. Or in the SAP User Settings via the SU01 transaction as an OutputDevice in the Default Pane. 

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 : 
========================

Environment

OS: All

Cause

Cause type:
Defect
Root Cause: Print immediately flag for XBP2 submission in command line is set to Y by default and it should be set to N.

Resolution

Update to a fix version listed below or a newer version if available.

Fix Status: Released

Fix Version(s):
Component: Application.Server
Dolllar Universe 6.8.24 - Available

Additional Information

Workaround :
Remove Printer Device from all submission instructions if this parameter is set.

Use SU01 transaction in the SAP Front End to remove the OutputDevice from the User Defalut Settings if this parameter is set.