<?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 - Simple syntax but not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-simple-syntax-but-not-working/m-p/12811800#M2025641</link>
    <description>&lt;P&gt;&lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abapmodify_screen.htm"&gt;ABAP Keyword Documentation - MODIFY SCREEN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"makes sense only during PBO processing"&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2197716-image.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Aug 2023 10:31:04 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2023-08-17T10:31:04Z</dc:date>
    <item>
      <title>Loop At screen - Simple syntax but not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-simple-syntax-but-not-working/m-p/12811798#M2025639</link>
      <description>&lt;P&gt;Hi ABAPERs,&lt;/P&gt;
  &lt;P&gt;In my program, I am using 2 radio buttons. Based on that I wnated to hide the parameter. I am writing the validation in the event "AT SELECTION-SCREEN ON RADIOBUTTON GROUP g1." Kindly find the below syntax it's not working.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;  LOOP AT SCREEN.
    IF rb_upd = abap_true.
      IF screen-name = 'PA_FILE' OR screen-name = '%_PA_FILE_%_APP_%-TEXT'.
        screen-active = 0.
        screen-invisible = '1'.
        MODIFY SCREEN.
      ENDIF.
    ENDIF.
  ENDLOOP.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Thanks with regards,&lt;/P&gt;
  &lt;P&gt;Vallamuthu M.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 08:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-simple-syntax-but-not-working/m-p/12811798#M2025639</guid>
      <dc:creator>vallamuthu_madheswaran2</dc:creator>
      <dc:date>2023-08-17T08:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Loop At screen - Simple syntax but not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-simple-syntax-but-not-working/m-p/12811799#M2025640</link>
      <description>&lt;P&gt;The LOOP AT SCREEN can be used to change fields attribues at PBO (before output)&lt;/P&gt;&lt;P&gt;Your code is executed in PAI (after input) so has no effect as overriden in the next PBO&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Move your code to the &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/abapat_selection-screen_events.htm"&gt;AT SELECTION-SCREEN OUTPUT&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Don't use hardcoded field names, better use option &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/abapparameters_screen.htm"&gt;MODIF ID&lt;/A&gt; to attach a group id to some parameters or select-options, and check this value in SCREEN-GROUP1 during &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/abaploop_at_screen.htm"&gt;LOOP AT SCREEN&lt;/A&gt; process&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 17 Aug 2023 08:39:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-simple-syntax-but-not-working/m-p/12811799#M2025640</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-08-17T08:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Loop At screen - Simple syntax but not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-simple-syntax-but-not-working/m-p/12811800#M2025641</link>
      <description>&lt;P&gt;&lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abapmodify_screen.htm"&gt;ABAP Keyword Documentation - MODIFY SCREEN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"makes sense only during PBO processing"&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2197716-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 10:31:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-simple-syntax-but-not-working/m-p/12811800#M2025641</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-08-17T10:31:04Z</dc:date>
    </item>
  </channel>
</rss>

