<?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, Menu painter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-menu-painter/m-p/1572927#M258670</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;Check with this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the element list of the screen Define &lt;/P&gt;&lt;P&gt;OK_CODE of type "OK" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Oct 2006 08:25:29 GMT</pubDate>
    <dc:creator>santhosh_patil</dc:creator>
    <dc:date>2006-10-17T08:25:29Z</dc:date>
    <item>
      <title>Screen, Menu painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-menu-painter/m-p/1572925#M258668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Where do we actually pass the sy-ucomm value to the ok_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the following error when i click a menu button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"No field defined for the function code"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example progarm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROGRAM demo_dynpro_gui_status.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DATA: ok_code TYPE sy-ucomm,&lt;/P&gt;&lt;P&gt;      save_ok LIKE ok_code,&lt;/P&gt;&lt;P&gt;      output  LIKE ok_code.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL SCREEN 100.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;MODULE init_screen_0100 OUTPUT.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'STATUS_100'.&lt;/P&gt;&lt;P&gt;  SET TITLEBAR '100'.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;MODULE user_command_0100 INPUT.&lt;/P&gt;&lt;P&gt;  save_ok = ok_code.&lt;/P&gt;&lt;P&gt;  CLEAR ok_code.&lt;/P&gt;&lt;P&gt;  CASE save_ok.&lt;/P&gt;&lt;P&gt;    WHEN 'BACK' OR 'EXIT' OR 'CANCEL'.&lt;/P&gt;&lt;P&gt;      LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;    WHEN OTHERS.&lt;/P&gt;&lt;P&gt;      output = save_ok.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please send your suggestions,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 08:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-menu-painter/m-p/1572925#M258668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T08:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Screen, Menu painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-menu-painter/m-p/1572926#M258669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto the attributes tab of your screen. There you will see an entry for OK_CODE, assign your field there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 08:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-menu-painter/m-p/1572926#M258669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T08:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Screen, Menu painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-menu-painter/m-p/1572927#M258670</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;Check with this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the element list of the screen Define &lt;/P&gt;&lt;P&gt;OK_CODE of type "OK" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 08:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-menu-painter/m-p/1572927#M258670</guid>
      <dc:creator>santhosh_patil</dc:creator>
      <dc:date>2006-10-17T08:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Screen, Menu painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-menu-painter/m-p/1572928#M258671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 08:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-menu-painter/m-p/1572928#M258671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T08:40:47Z</dc:date>
    </item>
  </channel>
</rss>

