<?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: Loop using template in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642821#M1865544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your LOOP set up as follows, because this works perfect for me?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/569596" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Oct 2014 12:26:00 GMT</pubDate>
    <dc:creator>former_member201275</dc:creator>
    <dc:date>2014-10-23T12:26:00Z</dc:date>
    <item>
      <title>Loop using template</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642816#M1865539</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;&lt;/P&gt;&lt;P&gt;I hae designed a smartform where due to some design restriction I need to use a template and loop it on some internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used a loop and then a template but the vaues in then are getting overwritten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have given rows as 0 to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how this issue can be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Elena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 11:23:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642816#M1865539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-23T11:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Loop using template</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642817#M1865540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what restrictions you have, but you can do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a loop (not table)&lt;/P&gt;&lt;P&gt;2. Create the template &lt;STRONG&gt;under&lt;/STRONG&gt; this loop (not after) and give the line from 1 to 1 (not 0 to 0)&lt;/P&gt;&lt;P&gt;3. Create text nodes &lt;STRONG&gt;under&lt;/STRONG&gt; the template and give it line 1, column x (x = whatever column you want to put the value in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/569678" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Zhou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 11:56:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642817#M1865540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-23T11:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Loop using template</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642818#M1865541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhou,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried that but it just prints the second line from the iternal table over which the loop is done. &lt;/P&gt;&lt;P&gt;It doesnt print all the four lines that the internal table is populated with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My template is under the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Elena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 12:03:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642818#M1865541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-23T12:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Loop using template</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642819#M1865542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work, just tested it here myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you defined your text node with output in line 1, column xx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My test data with 5 records:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/569690" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The loop:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/569692" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Template setup:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/569696" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text node setup:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/569697" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/569698" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/569699" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The node hierarchy is as follows:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/569700" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you have done something wrong along the way. Please check all the settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Zhou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 12:17:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642819#M1865542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-23T12:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Loop using template</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642820#M1865543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why you not create a table by command 'Table' into the smartforms?&lt;/P&gt;&lt;P&gt;is more easy and more fast&amp;nbsp; to create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 12:23:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642820#M1865543</guid>
      <dc:creator>alessandroieva</dc:creator>
      <dc:date>2014-10-23T12:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Loop using template</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642821#M1865544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your LOOP set up as follows, because this works perfect for me?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/569596" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 12:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642821#M1865544</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2014-10-23T12:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Loop using template</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642822#M1865545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Glen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes my loop set up is the way u have shown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Elena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 12:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642822#M1865545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-23T12:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loop using template</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642823#M1865546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhou,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My seetings are the way u have shown. I do not understand what could have gone wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Elena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 12:30:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642823#M1865546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-23T12:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Loop using template</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642824#M1865547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean the 'INTO' and 'ASSIGNING' is different? That doesn't influence the printing of the different lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you put screenshots of your loop, template &amp;amp; text setup? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 12:31:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-using-template/m-p/10642824#M1865547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-23T12:31:55Z</dc:date>
    </item>
  </channel>
</rss>

