<?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 Form printing Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-printing-query/m-p/1992705#M404755</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 very small problem which i am sure can be sorted out by you all in no time.&lt;/P&gt;&lt;P&gt;I have a selection screen where the user has to input Vendor Number ( In Range) and Company Code.When the user executes the report it opens a smartform containing vendor details.&lt;/P&gt;&lt;P&gt;Now the user wants to print the complete range of vendors one by one.&lt;/P&gt;&lt;P&gt;i.e when the form of one vendor ends , the form of second vendor should start and so on...&lt;/P&gt;&lt;P&gt;I am succesfully able to do that just for one vendor but not for multiple vendors.&lt;/P&gt;&lt;P&gt;How can i solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2007 05:40:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-14T05:40:16Z</dc:date>
    <item>
      <title>Form printing Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-printing-query/m-p/1992705#M404755</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 very small problem which i am sure can be sorted out by you all in no time.&lt;/P&gt;&lt;P&gt;I have a selection screen where the user has to input Vendor Number ( In Range) and Company Code.When the user executes the report it opens a smartform containing vendor details.&lt;/P&gt;&lt;P&gt;Now the user wants to print the complete range of vendors one by one.&lt;/P&gt;&lt;P&gt;i.e when the form of one vendor ends , the form of second vendor should start and so on...&lt;/P&gt;&lt;P&gt;I am succesfully able to do that just for one vendor but not for multiple vendors.&lt;/P&gt;&lt;P&gt;How can i solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 05:40:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-printing-query/m-p/1992705#M404755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T05:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Form printing Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-printing-query/m-p/1992706#M404756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Declare the LIFNR field as select-options on Selection screen.&lt;/P&gt;&lt;P&gt;and in the code:&lt;/P&gt;&lt;P&gt;Sort ITAB by LIFNR.&lt;/P&gt;&lt;P&gt;loop at ITAB.&lt;/P&gt;&lt;P&gt;  at new lifnr.&lt;/P&gt;&lt;P&gt;     call function START_FORM.&lt;/P&gt;&lt;P&gt;   endat.&lt;/P&gt;&lt;P&gt;     call function WRITE_FORM.&lt;/P&gt;&lt;P&gt;  at end of lifrn.&lt;/P&gt;&lt;P&gt;    call function END_FORM.&lt;/P&gt;&lt;P&gt;   endat.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;write the respective coding in the corresponding forms.&lt;/P&gt;&lt;P&gt;it will trigger the output of all the vendors.&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 05:44:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-printing-query/m-p/1992706#M404756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T05:44:09Z</dc:date>
    </item>
  </channel>
</rss>

