<?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: Standard Program enhancement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-enhancement/m-p/11140929#M1906161</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;You can use implicit enhancement in both programs. In first program just set the memory ID&amp;nbsp; and in second program read the memory ID and use the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;loop at screen.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;IF screen-name = 'FIELD' .&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;screen-input = 0.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;screen-output = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;ENDIF.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;ENDLOOP.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Sandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2015 05:55:18 GMT</pubDate>
    <dc:creator>SandySingh</dc:creator>
    <dc:date>2015-07-15T05:55:18Z</dc:date>
    <item>
      <title>Standard Program enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-enhancement/m-p/11140928#M1906160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where in i need to grey out a seelction screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its a standard program, the first selection screen has few push buttons, the click on a push button calls a another selection screen, i need to grey out a field in second selection screen.&lt;/P&gt;&lt;P&gt;module pool programming is not used, submit is used to call the another program.&lt;/P&gt;&lt;P&gt;kindly guide me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Kushala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 05:36:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-enhancement/m-p/11140928#M1906160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-15T05:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Program enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-enhancement/m-p/11140929#M1906161</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;You can use implicit enhancement in both programs. In first program just set the memory ID&amp;nbsp; and in second program read the memory ID and use the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;loop at screen.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;IF screen-name = 'FIELD' .&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;screen-input = 0.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;screen-output = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;ENDIF.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;ENDLOOP.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Sandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 05:55:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-enhancement/m-p/11140929#M1906161</guid>
      <dc:creator>SandySingh</dc:creator>
      <dc:date>2015-07-15T05:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Program enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-enhancement/m-p/11140930#M1906162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried at selection screen, it is not working.&lt;/P&gt;&lt;P&gt;the selection program has a weird name "GP4ACJBHYCXXLA0W26URPFYNJNB".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 06:03:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-enhancement/m-p/11140930#M1906162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-15T06:03:00Z</dc:date>
    </item>
  </channel>
</rss>

