<?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 Command in scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-command-in-scripts/m-p/7008968#M1496362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cant use loop statement in Script that you have to write in driver program by calling element.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jun 2010 11:10:46 GMT</pubDate>
    <dc:creator>mukundkansara</dc:creator>
    <dc:date>2010-06-02T11:10:46Z</dc:date>
    <item>
      <title>LOOP Command in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-command-in-scripts/m-p/7008965#M1496359</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 am modifying the standard script rvorder01 for delivery order.While modifying I created a new page using the comand NEW-PAGE and displaying the item details like truck details.For Example output is as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for one delivery we have the following details Deliver Order number:xxxxxxx&lt;/P&gt;&lt;P&gt;  line items1&lt;/P&gt;&lt;P&gt; ..&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;lineitem 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after this I have created a new-page and displaying truck details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;truck1&lt;/P&gt;&lt;P&gt;truck2&lt;/P&gt;&lt;P&gt;truck3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am retrieving the above data from mu subroutine pool program. It is retrieving all the truck details.But while displaying it is giving the last truck details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how to get all the truck details in my new page as it is displaying line items in main window in first page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried by displaying the values in th item_line element but no success.Please help me in this regard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 09:51:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-command-in-scripts/m-p/7008965#M1496359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T09:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: LOOP Command in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-command-in-scripts/m-p/7008966#M1496360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to call the element inside the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab into wa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call FM for element eg: /:505   --&amp;gt; in script page write wa-truckfielname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 10:46:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-command-in-scripts/m-p/7008966#M1496360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T10:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: LOOP Command in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-command-in-scripts/m-p/7008967#M1496361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Nazeer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am modifying the standard script and we cannot write loop in standard script. My code is in loop.....endloop in subroutine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still getting the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 11:09:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-command-in-scripts/m-p/7008967#M1496361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T11:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: LOOP Command in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-command-in-scripts/m-p/7008968#M1496362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cant use loop statement in Script that you have to write in driver program by calling element.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 11:10:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-command-in-scripts/m-p/7008968#M1496362</guid>
      <dc:creator>mukundkansara</dc:creator>
      <dc:date>2010-06-02T11:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: LOOP Command in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-command-in-scripts/m-p/7008969#M1496363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukund,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you mean that I have to call the elemnt in subroutine pool program which i have written for truck details?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 11:19:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-command-in-scripts/m-p/7008969#M1496363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T11:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: LOOP Command in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-command-in-scripts/m-p/7008970#M1496364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 11:47:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-command-in-scripts/m-p/7008970#M1496364</guid>
      <dc:creator>mukundkansara</dc:creator>
      <dc:date>2010-06-02T11:47:46Z</dc:date>
    </item>
  </channel>
</rss>

