<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Setting USR01 SPDB and SPLD fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-usr01-spdb-and-spld-fields/m-p/6601522#M1437401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  usr01-spdb = 'H'.&lt;/P&gt;&lt;P&gt;  usr01-spld = ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field SPLD (which i assume is for "Delete After Print") is still not set to value i am setting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sindhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jan 2010 02:07:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-28T02:07:01Z</dc:date>
    <item>
      <title>Setting USR01 SPDB and SPLD fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-usr01-spdb-and-spld-fields/m-p/6601522#M1437401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  usr01-spdb = 'H'.&lt;/P&gt;&lt;P&gt;  usr01-spld = ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field SPLD (which i assume is for "Delete After Print") is still not set to value i am setting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sindhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 02:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-usr01-spdb-and-spld-fields/m-p/6601522#M1437401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-28T02:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Setting USR01 SPDB and SPLD fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-usr01-spdb-and-spld-fields/m-p/6601523#M1437402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sindhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure how are you trying to change these parameters.&lt;/P&gt;&lt;P&gt;If you are not already doing it, i'll suggest you to do it through the BAPI_USER_CHANGE.&lt;/P&gt;&lt;P&gt;Checkout its IMPORT Parameters. There you'll find the parameter DEFAULTS of associated type BAPIDEFAUL.&lt;/P&gt;&lt;P&gt;This BAPIDEFAUL has the parameters you are looking for. You can pass your desired result into them and make the necessary changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Harsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 04:12:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-usr01-spdb-and-spld-fields/m-p/6601523#M1437402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-28T04:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Setting USR01 SPDB and SPLD fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-usr01-spdb-and-spld-fields/m-p/6601524#M1437403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harsh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This BAPI is definately helping me. Thanks a lot. The documentation of this BAPI is worth a read.. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Sindhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: SindhuSSwamy on Jan 28, 2010 7:06 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 06:05:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-usr01-spdb-and-spld-fields/m-p/6601524#M1437403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-28T06:05:20Z</dc:date>
    </item>
  </channel>
</rss>

