<?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: Creating smartforms by extracting data from many tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-smartforms-by-extracting-data-from-many-tables/m-p/12269295#M1987680</link>
    <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Insert a command inside your Main table, compare order number at New insert Page break condition, this will solve the purpose. &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Thu, 27 Aug 2020 03:26:11 GMT</pubDate>
    <dc:creator>Abinathsiva</dc:creator>
    <dc:date>2020-08-27T03:26:11Z</dc:date>
    <item>
      <title>Creating smartforms by extracting data from many tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-smartforms-by-extracting-data-from-many-tables/m-p/12269294#M1987679</link>
      <description>&lt;P&gt;Hello friends.&lt;/P&gt;
  &lt;P&gt;I want those marked with"CAUFV ~ RSNUM = RESB ~ RSNUM" in the photo below to appear in smarform. For example; AUFNR: 800002 contains 1 RSPOS so its table should have 1 row. AUFNR: 800003 contains 3 RSPOS so the table should have 3 rows. There should be one page for each AUFNR. The RESB part on one page should not be on the other page.&lt;/P&gt;
  &lt;P&gt;But I could not divide the tables into pages according to the order number. What should I do? I hope I was able to explain my problem.&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1838452-caufvrspos.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1838448-sapanswer.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 20:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-smartforms-by-extracting-data-from-many-tables/m-p/12269294#M1987679</guid>
      <dc:creator>former_member699003</dc:creator>
      <dc:date>2020-08-26T20:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating smartforms by extracting data from many tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-smartforms-by-extracting-data-from-many-tables/m-p/12269295#M1987680</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Insert a command inside your Main table, compare order number at New insert Page break condition, this will solve the purpose. &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 03:26:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-smartforms-by-extracting-data-from-many-tables/m-p/12269295#M1987680</guid>
      <dc:creator>Abinathsiva</dc:creator>
      <dc:date>2020-08-27T03:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating smartforms by extracting data from many tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-smartforms-by-extracting-data-from-many-tables/m-p/12269296#M1987681</link>
      <description>&lt;P&gt;Are you talking about this part? I'm a newbie yet. For example, I sort by Rsnum. What exactly should I do? Thank you.&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1838470-conditions.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 11:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-smartforms-by-extracting-data-from-many-tables/m-p/12269296#M1987681</guid>
      <dc:creator>former_member699003</dc:creator>
      <dc:date>2020-08-27T11:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating smartforms by extracting data from many tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-smartforms-by-extracting-data-from-many-tables/m-p/12269297#M1987682</link>
      <description>&lt;P&gt;Create a loop node on order, in data tab, define sort criteria with AUFNR, check the box at end of AUFNR. A new node should now appear, under this node add a command node which execute a new-page,  add a text node for order. add another loop at same level on reservation...&lt;/P&gt;&lt;P&gt;(Check &lt;A href="https://help.sap.com/viewer/search?q=Processing%20Loops%20and%20Tables%20Smart%20Forms&amp;amp;language=en-US&amp;amp;state=PRODUCTION&amp;amp;format=standard,html,pdf,others"&gt;online documentation&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 11:54:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-smartforms-by-extracting-data-from-many-tables/m-p/12269297#M1987682</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2020-08-27T11:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating smartforms by extracting data from many tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-smartforms-by-extracting-data-from-many-tables/m-p/12269298#M1987683</link>
      <description>&lt;P&gt;Is there any tutorial video for how can i do this? I am newbie yet.&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 07:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-smartforms-by-extracting-data-from-many-tables/m-p/12269298#M1987683</guid>
      <dc:creator>former_member699003</dc:creator>
      <dc:date>2020-08-28T07:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating smartforms by extracting data from many tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-smartforms-by-extracting-data-from-many-tables/m-p/12269299#M1987684</link>
      <description>&lt;P&gt;You can easily find many tutorials on &lt;A href="https://www.youtube.com/results?search_query=SmartForms+LOOP+TABLE+tutorial"&gt;youtube&lt;/A&gt;, try keywords such as SmartForms, LOOP, TABLE and tutorial.&lt;/P&gt;&lt;P&gt;(You could perform same search using &lt;A href="https://www.google.com/search?q=smartforms+loop+tutorial&amp;amp;rlz=1C1GCEB_en&amp;amp;source=lnms&amp;amp;tbm=vid&amp;amp;sa=X&amp;amp;ved=2ahUKEwjIluqHuL3rAhWGy4UKHZ42AO0Q_AUoAXoECAsQAw&amp;amp;biw=1920&amp;amp;bih=969&amp;amp;safe=active&amp;amp;ssui=on"&gt;google for video&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 08:04:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-smartforms-by-extracting-data-from-many-tables/m-p/12269299#M1987684</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2020-08-28T08:04:20Z</dc:date>
    </item>
  </channel>
</rss>

