‎2010 Jan 27 7:21 AM
Hi All,
I have to set the field SPLB (for Print Immediately) and SPLD( "release" or "delete after printing") of USR01 to "space" and i am using the following statements, before my program generates spool.
usr01-spdb = 'H'.
usr01-spld = ' '.
The field SPLD (which i assume is for "Delete After Print") is still not set to value i am setting.
Can anyone help me with this.
Thanks,
Sindhu
‎2010 Jan 27 7:37 AM
You must change these values with T-code SU3>Default tab>From output controlar options.
‎2010 Jan 27 9:03 AM
Hi Amit,
My requirement is to set the repective setting for the spool generated via this program alone and not for the entire set of spools generated. Hence i cant set using SU3. i have to achieve it programmatically for this spool alone and retain default after my program execution.