<?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: SMARTFORMS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237520#M1984963</link>
    <description>&lt;P&gt;could you put a screenshot of your smartforms ?  do you do a loop on  purchase order before calling the table ?&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jul 2020 11:09:20 GMT</pubDate>
    <dc:creator>FredericGirod</dc:creator>
    <dc:date>2020-07-16T11:09:20Z</dc:date>
    <item>
      <title>SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237519#M1984962</link>
      <description>&lt;P&gt;I want to achieve the data as shown in the below snapshot ( i.e. For every purchase order it should display the relevant data in separate table ) but In my case it's display in one table all the data related to all purchase order.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1826461-smartfroms.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 11:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237519#M1984962</guid>
      <dc:creator>cfahad483</dc:creator>
      <dc:date>2020-07-16T11:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237520#M1984963</link>
      <description>&lt;P&gt;could you put a screenshot of your smartforms ?  do you do a loop on  purchase order before calling the table ?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 11:09:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237520#M1984963</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-07-16T11:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237521#M1984964</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Create a loop from flow logic and loop internal table ekko and inside loop create a table and filter ekpo internal table by ebeln and print accordingly.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 11:36:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237521#M1984964</guid>
      <dc:creator>Abinathsiva</dc:creator>
      <dc:date>2020-07-16T11:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237522#M1984965</link>
      <description>&lt;P&gt;Can you explain what you did in your Smart Form and what result you obtained?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 12:06:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237522#M1984965</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-07-16T12:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237523#M1984966</link>
      <description>&lt;P&gt;&lt;IMG alt="" style="font-size: 15px; color: rgb(51, 51, 51);" /&gt;&lt;/P&gt;&lt;P&gt;this is the output Im able to achieve.&lt;/P&gt;&lt;P&gt;what I want is when purchase order change (there are 4 po), it should display the item, quantity and price in another table, same as above&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 13:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237523#M1984966</guid>
      <dc:creator>cfahad483</dc:creator>
      <dc:date>2020-07-16T13:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237524#M1984967</link>
      <description>&lt;P&gt; &lt;SPAN class="mention-scrubbed"&gt;cfahad483&lt;/SPAN&gt; the solution has already been provided, you need to have a loop on the purchase order, and inside this loop display the detail of the PO with a table ... &lt;/P&gt;&lt;P&gt;but if you did not take a screenshot of what you have actually, we will not able to help you better&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 13:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237524#M1984967</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-07-16T13:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237525#M1984968</link>
      <description>&lt;P&gt;Hi Abinath,&lt;/P&gt;&lt;P&gt;I followed your comment and I was able to achieve the desired output but for last PO the table is empty.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 13:44:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237525#M1984968</guid>
      <dc:creator>cfahad483</dc:creator>
      <dc:date>2020-07-16T13:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237526#M1984969</link>
      <description>&lt;P&gt;I made the changes and I got the output.&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 13:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237526#M1984969</guid>
      <dc:creator>cfahad483</dc:creator>
      <dc:date>2020-07-16T13:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237527#M1984970</link>
      <description>&lt;P&gt;I made the changes and I got the output.&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 13:53:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/12237527#M1984970</guid>
      <dc:creator>cfahad483</dc:creator>
      <dc:date>2020-07-16T13:53:19Z</dc:date>
    </item>
  </channel>
</rss>

