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
1,595

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
923

Hi Sindhu

I am not sure how are you trying to change these parameters.

If you are not already doing it, i'll suggest you to do it through the BAPI_USER_CHANGE.

Checkout its IMPORT Parameters. There you'll find the parameter DEFAULTS of associated type BAPIDEFAUL.

This BAPIDEFAUL has the parameters you are looking for. You can pass your desired result into them and make the necessary changes.

Hope this helps.

Harsh

Read only

0 Likes
923

Hi Harsh,

This BAPI is definately helping me. Thanks a lot. The documentation of this BAPI is worth a read..

Thanks Again.

-

Sindhu

Edited by: SindhuSSwamy on Jan 28, 2010 7:06 AM