<?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 at Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/5614858#M1279276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Suraj,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Group is the  *Modification Group*
required --&amp;gt; Required-entry field Mandatory field 
input --&amp;gt; Input input-enabled field 
output--&amp;gt; Output display field 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Group is the modif id which we give in selection screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please use F1 help before posting&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Comradely,&lt;/P&gt;&lt;P&gt;K.Sibi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sibi k  kanagaraj on May 20, 2009 3:50 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2009 13:50:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-20T13:50:02Z</dc:date>
    <item>
      <title>Loop at Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/5614856#M1279274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;   LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;      CHECK screen-group1 = 'CHG'.&lt;/P&gt;&lt;P&gt;      screen-required = '0'.&lt;/P&gt;&lt;P&gt;      screen-output   = '1'.&lt;/P&gt;&lt;P&gt;      screen-input    = '0'.&lt;/P&gt;&lt;P&gt;      MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;    ENDLOOP.          &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above code please explain me what is&lt;/P&gt;&lt;P&gt;1) screen-group1 &lt;/P&gt;&lt;P&gt;2) screen-required &lt;/P&gt;&lt;P&gt;3) screen-input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when dose this screen-group1 value changes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Suraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please search before asking - post locked&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on May 20, 2009 10:01 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 13:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/5614856#M1279274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T13:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/5614857#M1279275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Suraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP will explain it better than us &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;) (do an F1 at SCREEN &amp;amp; read the SAP Documentation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;when dose this screen-group1 value changes&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI, the value is fixed and is defined when you use the addition MODIF ID with the selection-screen element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 13:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/5614857#M1279275</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-05-20T13:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/5614858#M1279276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Suraj,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Group is the  *Modification Group*
required --&amp;gt; Required-entry field Mandatory field 
input --&amp;gt; Input input-enabled field 
output--&amp;gt; Output display field 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Group is the modif id which we give in selection screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please use F1 help before posting&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Comradely,&lt;/P&gt;&lt;P&gt;K.Sibi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sibi k  kanagaraj on May 20, 2009 3:50 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 13:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/5614858#M1279276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T13:50:02Z</dc:date>
    </item>
  </channel>
</rss>

