<?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: Problem loop screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-loop-screen/m-p/5518890#M1261573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you doing this in the AT SELECTION-SCREEN OUTPUT event?  If not, try it there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN OUTPUT.

loop at screen.
      check screen-name  cs 'REF_VP'.
       screen-input = 0.
       modify screen.
 endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2009 17:59:59 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2009-04-14T17:59:59Z</dc:date>
    <item>
      <title>Problem loop screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-loop-screen/m-p/5518889#M1261572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys , I  have the follow code in one of my program but when i Run it screen-name always have the same value . why is that , any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at screen.
            check screen-name  cs 'REF_VP'.
            screen-input = 0.
            modify screen.
          endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 17:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-loop-screen/m-p/5518889#M1261572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-14T17:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem loop screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-loop-screen/m-p/5518890#M1261573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you doing this in the AT SELECTION-SCREEN OUTPUT event?  If not, try it there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN OUTPUT.

loop at screen.
      check screen-name  cs 'REF_VP'.
       screen-input = 0.
       modify screen.
 endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 17:59:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-loop-screen/m-p/5518890#M1261573</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2009-04-14T17:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem loop screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-loop-screen/m-p/5518891#M1261574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have created only one element in that screen then you can see only one entry in the screen table. Try to create checkbox / pushbutton so that you can see multiple entries in the screen table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 18:01:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-loop-screen/m-p/5518891#M1261574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-14T18:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem loop screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-loop-screen/m-p/5518892#M1261575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should write this at selection screen event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do to check is debug it.&lt;/P&gt;&lt;P&gt;before entering the value press /h in command and then enter value to see if your loop at screen gets triggered. This way you will understand where to code the loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit Mohan Gupta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 18:13:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-loop-screen/m-p/5518892#M1261575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-14T18:13:45Z</dc:date>
    </item>
  </channel>
</rss>

