<?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 Re: Dynamic pages using smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-using-smartforms/m-p/9216417#M1716829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sudheer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your comments,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already tried this way;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this one does not satisfy my other requirement ie: I want to print first page 4 times , 2nd page 4 times and so on..this is not achievable by this method as it considers all pages as one and&amp;nbsp; its prints like 1,2,3... / 1,2,3.. instead of 1,1,1 / 2,2,2 / 3,3,3 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please advice if this is continous printing way is achievalble by this method...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2012 05:25:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-12-20T05:25:07Z</dc:date>
    <item>
      <title>Dynamic pages using smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-using-smartforms/m-p/9216414#M1716826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guru's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is : If I have line item details with different Vendor then need to print each vendor with its specific line items should have seperate pages also with vendor address at the address window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched SCN and got the below solution :&lt;/P&gt;&lt;P&gt;and managed to print by creating an &lt;STRONG&gt;Event on Sort Begin &lt;/STRONG&gt;for customer in my main window by sorting the customer field ( table looping in SF ) but I am getting first as blank page with other window details printed on the first page....more over if I use &lt;STRONG&gt;Event on Sort End &lt;/STRONG&gt;I get last page as blank with other window details in it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I want to display Vendor address specific to line items in address window of each page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest if you have any valuble solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; Please don't suggest loop of SF FM as my one more requirement (each page should have 4 copies like 1,1,1,1 : 2,2,2,2 etc )&lt;/P&gt;&lt;P&gt;which cannot be achieved by looping. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 05:00:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-using-smartforms/m-p/9216414#M1716826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-20T05:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic pages using smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-using-smartforms/m-p/9216415#M1716827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikanth,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Based on my view of your requirement, I'll explain how to solve your problem with a small example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For say if you are having 3 line items in item related internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header_tab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rec1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rec2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rec3&lt;/P&gt;&lt;P&gt;Item_tab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rec1_item1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rec2_item1_v1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rec2_item2_v2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rec3_item1_v1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rec3_item2_v1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rec3_item3_v2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you see there are 6 records in the item table. Look at last 3 records, here 2 records belong to vendor v1 and one record belong to vendor v2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you will pass these three records information to smartform using the interface.&lt;/P&gt;&lt;P&gt;Inside the smartform there is no technique to dynamic .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So here dont pass the three records to samrtform. Better take the 3 records into other internal table say some dummy_item_tab .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dummy_item_tab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rec3_item1_v1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rec3_item2_v1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rec3_item3_v2&lt;/P&gt;&lt;P&gt;Sort according to header, item and vendor number.&lt;/P&gt;&lt;P&gt;Process these to the smartform then .&lt;/P&gt;&lt;P&gt;Hope this will helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 05:17:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-using-smartforms/m-p/9216415#M1716827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-20T05:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic pages using smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-using-smartforms/m-p/9216416#M1716828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean loop the dummy table in report and process them based on your requirement&lt;/P&gt;&lt;P&gt;say &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at item_tab.&lt;/P&gt;&lt;P&gt;loop at dummy into local_dummy.&lt;/P&gt;&lt;P&gt;at end of vendor.&lt;/P&gt;&lt;P&gt;call function ssf_open.&lt;/P&gt;&lt;P&gt;call smartform&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;call function ssf_close.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 05:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-using-smartforms/m-p/9216416#M1716828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-20T05:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic pages using smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-using-smartforms/m-p/9216417#M1716829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sudheer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your comments,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already tried this way;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this one does not satisfy my other requirement ie: I want to print first page 4 times , 2nd page 4 times and so on..this is not achievable by this method as it considers all pages as one and&amp;nbsp; its prints like 1,2,3... / 1,2,3.. instead of 1,1,1 / 2,2,2 / 3,3,3 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please advice if this is continous printing way is achievalble by this method...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 05:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-using-smartforms/m-p/9216417#M1716829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-20T05:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic pages using smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-using-smartforms/m-p/9216418#M1716830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you can do it by &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;loop at item_tab.&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;loop at dummy into local_dummy.&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;at end of vendor.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;call function ssf_open.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG&gt;do n times.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;call smartform&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;&lt;STRONG&gt;enddo&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;endloop.&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;call function ssf_close.&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;say you have n = 3 and you have the records as&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rec3_item1_v1&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rec3_item2_v1&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rec3_item3_v2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you will get docs as v1v1v1 and v2v2v2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: S M SUDHEER KUMAR CHUNDURU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 06:16:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-pages-using-smartforms/m-p/9216418#M1716830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-20T06:16:04Z</dc:date>
    </item>
  </channel>
</rss>

