<?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: problem in screen painter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-screen-painter/m-p/5153906#M1194066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi aarti ,&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt; I guess sy-ucomm doesnot works in screen programming .&lt;/P&gt;&lt;P&gt; Declare ok_code as sy-ucomm and pass ok_code as sy-ucomm.&lt;/P&gt;&lt;P&gt; Declare &lt;STRONG&gt;data :ok_code like sy-ucomm.&lt;/STRONG&gt;  in the program and in the screen element.&lt;/P&gt;&lt;P&gt; Hope this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module ENABLE_BUTTON input.&lt;/P&gt;&lt;P&gt;case ok_code.&lt;/P&gt;&lt;P&gt;when  'SELECTED'.&lt;/P&gt;&lt;P&gt;flag = 1.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jan 2009 12:51:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-23T12:51:34Z</dc:date>
    <item>
      <title>problem in screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-screen-painter/m-p/5153905#M1194065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i am not very familiar to SCREEN PAINTER and am facing some difficulties working on it...&lt;/P&gt;&lt;P&gt; i have created a screen with a list box and some push buttons on it. when the list box is blank,&lt;/P&gt;&lt;P&gt; the push buttons are disabelled, but when the user selects a value, they are enabelled. but the        &lt;/P&gt;&lt;P&gt; problem is when a value is selected the buttons are enabelled but the selected value is not &lt;/P&gt;&lt;P&gt; displayed on the display.. Plz help me with this... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module ENABLE_BUTTON output.&lt;/P&gt;&lt;P&gt;if flag = 1.&lt;/P&gt;&lt;P&gt;      LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;              if SCREEN-NAME = 'PUSH1'.&lt;/P&gt;&lt;P&gt;                          SCREEN-INPUT = '1'.&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;endif..&lt;/P&gt;&lt;P&gt;endmodule.               &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module ENABLE_BUTTON input.&lt;/P&gt;&lt;P&gt; if sy-ucomm = 'SELECTED'.&lt;/P&gt;&lt;P&gt;    flag = 1.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 12:38:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-screen-painter/m-p/5153905#M1194065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T12:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem in screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-screen-painter/m-p/5153906#M1194066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi aarti ,&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt; I guess sy-ucomm doesnot works in screen programming .&lt;/P&gt;&lt;P&gt; Declare ok_code as sy-ucomm and pass ok_code as sy-ucomm.&lt;/P&gt;&lt;P&gt; Declare &lt;STRONG&gt;data :ok_code like sy-ucomm.&lt;/STRONG&gt;  in the program and in the screen element.&lt;/P&gt;&lt;P&gt; Hope this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module ENABLE_BUTTON input.&lt;/P&gt;&lt;P&gt;case ok_code.&lt;/P&gt;&lt;P&gt;when  'SELECTED'.&lt;/P&gt;&lt;P&gt;flag = 1.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 12:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-screen-painter/m-p/5153906#M1194066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T12:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem in screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-screen-painter/m-p/5153907#M1194067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi aarti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In screen painter check whether you have included the function code for the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 13:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-screen-painter/m-p/5153907#M1194067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T13:42:06Z</dc:date>
    </item>
  </channel>
</rss>

