<?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 spool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/3384666#M812641</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;in my program there is one logic as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SUBMIT (P_PROGNAME)
*    TO SAP-SPOOL
*    DESTINATION USER_DEFAULTS-SPLD
*    LAYOUT REPFMT
*    COPIES 1
*    LIST DATASET  'REPLST'
*    LIST NAME     LIST_NAME
*    KEEP IN SPOOL 'X'
*    IMMEDIATELY   ' '
*    DATASET EXPIRATION 1
*    WITHOUT SPOOL DYNPRO
*    USING SELECTION-SET P_VARIANT
*    AND RETURN.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should create a spool with value mentioned in the submit command. the values are as desired in the program.but that is not updating correctly in the table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help on this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;rohan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 13, 2008 2:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Feb 2008 13:50:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-13T13:50:07Z</dc:date>
    <item>
      <title>spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/3384666#M812641</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;in my program there is one logic as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SUBMIT (P_PROGNAME)
*    TO SAP-SPOOL
*    DESTINATION USER_DEFAULTS-SPLD
*    LAYOUT REPFMT
*    COPIES 1
*    LIST DATASET  'REPLST'
*    LIST NAME     LIST_NAME
*    KEEP IN SPOOL 'X'
*    IMMEDIATELY   ' '
*    DATASET EXPIRATION 1
*    WITHOUT SPOOL DYNPRO
*    USING SELECTION-SET P_VARIANT
*    AND RETURN.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should create a spool with value mentioned in the submit command. the values are as desired in the program.but that is not updating correctly in the table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help on this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;rohan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 13, 2008 2:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 13:50:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/3384666#M812641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-13T13:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/3384667#M812642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the sample code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
      SUBMIT &amp;lt;program name&amp;gt;
              TO SAP-SPOOL DESTINATION   p_dest
                           IMMEDIATELY   p_immed
                           KEEP IN SPOOL p_prrel
                           LAYOUT        p_paart
                           COVER TEXT    gw_cover_text
              WITHOUT SPOOL DYNPRO
              WITH p_comp = gw_bkpf_key-bukrs
              WITH p_year = gw_bkpf_key-gjahr
              WITH p_doc  = gw_bkpf_key-belnr
              WITH sp_vari = sp_vari                        
              AND RETURN.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 14:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool/m-p/3384667#M812642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-13T14:38:08Z</dc:date>
    </item>
  </channel>
</rss>

