<?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: Screen variables . LOOP AT SCREEN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variables-loop-at-screen/m-p/6565624#M1431963</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;in the PBO also u capture the user command for save and within that you write this code for the required functionality or in PAI capture the user even and set a flag and in the PBO check this flag as write the code for non editable within it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm or ok_code.&lt;/P&gt;&lt;P&gt;when 'SAVE'.&lt;/P&gt;&lt;P&gt;v_flag = 'X'.&lt;/P&gt;&lt;P&gt;end case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if v_flag  = 'X'.&lt;/P&gt;&lt;P&gt;your code.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear v_flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;shivraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ShivrajSinha on Feb 8, 2010 10:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Feb 2010 09:48:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-08T09:48:44Z</dc:date>
    <item>
      <title>Screen variables . LOOP AT SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variables-loop-at-screen/m-p/6565620#M1431959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;i am working on Module pool.&lt;/P&gt;&lt;P&gt;I am at screen 200. when I click SAVE, data is being stored in data base tables.&lt;/P&gt;&lt;P&gt;then come back to screen 200.&lt;/P&gt;&lt;P&gt;But, I need my screen fields should be not editable now. means output only...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with loop at screen.&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;But I could not achive the functionality. still the screen fields are editable.&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 09:41:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variables-loop-at-screen/m-p/6565620#M1431959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T09:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Screen variables . LOOP AT SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variables-loop-at-screen/m-p/6565621#M1431960</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;Write SCREEN-ACTIVE = '0'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 09:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variables-loop-at-screen/m-p/6565621#M1431960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T09:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Screen variables . LOOP AT SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variables-loop-at-screen/m-p/6565622#M1431961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you write this code under the PBO event for Screen#200?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the DB tables are updated successfully update some flag &amp;amp; based on this flag write this code in the PBO of screen#200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Radhika: SCREEN-ACTIVE = '0' makes the screen element invisible &amp;amp; not grayed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 09:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variables-loop-at-screen/m-p/6565622#M1431961</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-02-08T09:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Screen variables . LOOP AT SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variables-loop-at-screen/m-p/6565623#M1431962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;use this in the PBO of the screen and capture the user command as well.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = 'name of the screen field'.&lt;/P&gt;&lt;P&gt;screen-input = 0 .&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;regards,&lt;/P&gt;&lt;P&gt;sakshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 09:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variables-loop-at-screen/m-p/6565623#M1431962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T09:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Screen variables . LOOP AT SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variables-loop-at-screen/m-p/6565624#M1431963</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;in the PBO also u capture the user command for save and within that you write this code for the required functionality or in PAI capture the user even and set a flag and in the PBO check this flag as write the code for non editable within it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm or ok_code.&lt;/P&gt;&lt;P&gt;when 'SAVE'.&lt;/P&gt;&lt;P&gt;v_flag = 'X'.&lt;/P&gt;&lt;P&gt;end case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if v_flag  = 'X'.&lt;/P&gt;&lt;P&gt;your code.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear v_flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;shivraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ShivrajSinha on Feb 8, 2010 10:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 09:48:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variables-loop-at-screen/m-p/6565624#M1431963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T09:48:44Z</dc:date>
    </item>
  </channel>
</rss>

