‎2010 Jan 28 2:07 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 28 4:12 AM
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
‎2010 Jan 28 6:05 AM
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