<?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 Creating multiple smartform under the same spool. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-smartform-under-the-same-spool/m-p/4534786#M1071577</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 a requirement where I need to call the smartform inside a loop.&lt;/P&gt;&lt;P&gt;The forms are getting generated in different spools but I need it under the same spool number.&lt;/P&gt;&lt;P&gt;Please help me if you have any idea regarding this.&lt;/P&gt;&lt;P&gt;         I have set tdnewid as X when it loops for the first time and clearing it during the 2nd loop.But this is not helping the cause. &lt;/P&gt;&lt;P&gt;        Helpful answers will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2008 13:49:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-01T13:49:17Z</dc:date>
    <item>
      <title>Creating multiple smartform under the same spool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-smartform-under-the-same-spool/m-p/4534786#M1071577</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 a requirement where I need to call the smartform inside a loop.&lt;/P&gt;&lt;P&gt;The forms are getting generated in different spools but I need it under the same spool number.&lt;/P&gt;&lt;P&gt;Please help me if you have any idea regarding this.&lt;/P&gt;&lt;P&gt;         I have set tdnewid as X when it loops for the first time and clearing it during the 2nd loop.But this is not helping the cause. &lt;/P&gt;&lt;P&gt;        Helpful answers will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 13:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-smartform-under-the-same-spool/m-p/4534786#M1071577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T13:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple smartform under the same spool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-smartform-under-the-same-spool/m-p/4534787#M1071578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with clearing the receiver of the spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
      CLEAR LS_PARAM-TDRECEIVER.

      CALL FUNCTION LF_FM_NAME
           EXPORTING
                      OUTPUT_OPTIONS       = LS_PARAM
....
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 13:53:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-smartform-under-the-same-spool/m-p/4534787#M1071578</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-10-01T13:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple smartform under the same spool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-smartform-under-the-same-spool/m-p/4534788#M1071579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use TDNEWID as you did (is correct). Then, set tdimmed = space (not immidiate print) for the first N-1 lines, and tdimmed = 'X' in the last one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, tdcovtitle must be the same for all pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 13:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-smartform-under-the-same-spool/m-p/4534788#M1071579</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-10-01T13:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple smartform under the same spool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-smartform-under-the-same-spool/m-p/4534789#M1071580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are any of the other ITCPO values changing between forms? I'm not sure which ones need to be identical to append the spool jobs but I expect it's a inconsistancy in ITCPO values between the forms that is the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 14:00:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-smartform-under-the-same-spool/m-p/4534789#M1071580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T14:00:12Z</dc:date>
    </item>
  </channel>
</rss>

