<?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 and Modify Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054974#M969321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Novice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i would suggest you please take SAP help by pressing F1 on User-command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am sure you will have more elaboratly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2008 14:15:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-01T14:15:40Z</dc:date>
    <item>
      <title>Loop at Screen and Modify Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054969#M969316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can some one take up an example and explain the concepts of "Loop At Screen" and "Modify Screen"? Your replies are highly appreciated and suitable points will be awarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 13:23:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054969#M969316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T13:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at Screen and Modify Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054970#M969317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below MD1 is the Modif ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If screen-group1 = 'MD1'.&lt;/P&gt;&lt;P&gt;screen-active  = 0.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif.&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;double click on screen to get more options and press F1 to get detail help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1687734"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 13:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054970#M969317</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2008-07-01T13:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at Screen and Modify Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054971#M969318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the link from help.sap.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbab6f35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbab6f35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 13:27:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054971#M969318</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2008-07-01T13:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at Screen and Modify Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054972#M969319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Novice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS: p_file1 TYPE c RADIOBUTTON GROUP a DEFAULT 'X'
USER-COMMAND uc01,
p_date TYPE c RADIOBUTTON GROUP a.

PARAMETERS: p_pres TYPE c RADIOBUTTON GROUP b MODIF ID 001,
p_appl TYPE c RADIOBUTTON GROUP b MODIF ID 001.

AT SELECTION-SCREEN OUTPUT.

LOOP AT SCREEN.
IF screen-group1 EQ '001'.
IF p_file1 EQ 'X'.
screen-active = '1'.
ELSE.
screen-active = '0'.
ENDIF.
MODIFY SCREEN.
ENDIF.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 13:27:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054972#M969319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T13:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at Screen and Modify Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054973#M969320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Thanks for the reply. Example looks quite good. Please pardon my ignorance, could you clarify my doubts inline.&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_file1 TYPE c RADIOBUTTON GROUP a DEFAULT 'X' USER-COMMAND uc01,&lt;/P&gt;&lt;P&gt;                        p_date TYPE c RADIOBUTTON GROUP a.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;* Why is that when we remove the User-command, the screen isn't changing, where is uc01 being called or checked?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_pres TYPE c RADIOBUTTON GROUP b MODIF ID 001,&lt;/P&gt;&lt;P&gt;                         p_appl TYPE c RADIOBUTTON GROUP b MODIF ID 001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF screen-group1 EQ '001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;*Does declaring two blocks of parameters create two screen objects? What will be the value of screen-group if it has not been defined, as in the case of first paramter block&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF p_file1 EQ 'X'.&lt;/P&gt;&lt;P&gt;screen-active = '1'.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;screen-active = '0'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: SAP Novice on Jul 1, 2008 7:38 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 14:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054973#M969320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T14:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at Screen and Modify Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054974#M969321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Novice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i would suggest you please take SAP help by pressing F1 on User-command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am sure you will have more elaboratly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 14:15:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054974#M969321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T14:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at Screen and Modify Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054975#M969322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Thanks Amit.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there any one else here who could possibly answer my questions below?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_file1 TYPE c RADIOBUTTON GROUP a DEFAULT 'X' USER-COMMAND uc01,&lt;/P&gt;&lt;P&gt;p_date TYPE c RADIOBUTTON GROUP a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;** Why is that when we remove the User-command, the screen isn't changing, where is uc01 being called or checked?*&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_pres TYPE c RADIOBUTTON GROUP b MODIF ID 001,&lt;/P&gt;&lt;P&gt;p_appl TYPE c RADIOBUTTON GROUP b MODIF ID 001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF screen-group1 EQ '001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;*&lt;STRONG&gt;Does declaring two blocks of parameters create two screen objects? What will be the value of screen-group if it has not been defined, as in the case of first paramter block?&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF p_file1 EQ 'X'.&lt;/P&gt;&lt;P&gt;screen-active = '1'.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;screen-active = '0'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 14:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054975#M969322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T14:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at Screen and Modify Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054976#M969323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Event will be triggered on selection of the radio button only if you attach "user - command" to the Parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So unless you assign some command like "uc01" event will not be triggered and the code written in "at selection screen output" will not be executed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the triggered command from the field SY-UCOMM. (Click the radio button and check the value of sy-ucomm during debugging. the value wil be "UC01")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen Group '001' in the above example is used to group the fields together so as to change properties in a group or handle the fields in some manner together..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 14:49:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054976#M969323</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2008-07-01T14:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at Screen and Modify Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054977#M969324</link>
      <description>&lt;P&gt;Hope this will work . try declaring selection screen and at selection screen.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE TEXT-002.
PARAMETERS: pr_all  AS CHECKBOX DEFAULT 'X' USER-COMMAND uc01,
            pr_pen  AS CHECKBOX USER-COMMAND uc02,
            pr_appr AS CHECKBOX USER-COMMAND uc02,
            pr_rej  AS CHECKBOX USER-COMMAND uc02.
SELECTION-SCREEN END OF BLOCK b2.


AT SELECTION-SCREEN.
  lv_sy-ucomm = sy-ucomm.


AT SELECTION-SCREEN OUTPUT.
  CASE lv_sy-ucomm.
    WHEN 'UC01'.
      CLEAR: pr_pen,pr_appr,pr_rej.
    WHEN 'UC02'.
      CLEAR : pr_all.


    WHEN OTHERS.
  ENDCASE.


&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 May 2020 09:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054977#M969324</guid>
      <dc:creator>former_member672975</dc:creator>
      <dc:date>2020-05-12T09:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at Screen and Modify Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054978#M969325</link>
      <description>&lt;P&gt;I don't understand how it answers the question!?&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 11:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-and-modify-screen/m-p/4054978#M969325</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-05-12T11:13:22Z</dc:date>
    </item>
  </channel>
</rss>

