Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Setting USR01 SPDB and SPLD fields

Former Member
0 Likes
895

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

2 REPLIES 2
Read only

Former Member
0 Likes
683

You must change these values with T-code SU3>Default tab>From output controlar options.

Read only

0 Likes
683

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.