<?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 creating menu bar in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-menu-bar/m-p/3134674#M744789</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;  i have created two menu bars master &amp;amp; transaction. In master 2 text i have created. first text is create master. while clicking on that it will move on to next screen. how can i write code for that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help me.&lt;/P&gt;&lt;P&gt;shyja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2007 10:13:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-20T10:13:59Z</dc:date>
    <item>
      <title>creating menu bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-menu-bar/m-p/3134674#M744789</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;  i have created two menu bars master &amp;amp; transaction. In master 2 text i have created. first text is create master. while clicking on that it will move on to next screen. how can i write code for that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help me.&lt;/P&gt;&lt;P&gt;shyja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 10:13:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-menu-bar/m-p/3134674#M744789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T10:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: creating menu bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-menu-bar/m-p/3134675#M744790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shyja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You query is how to write the code on the click of the text that you selected from the master menu.&lt;/P&gt;&lt;P&gt;First have you assign function code to that particular text or not.&lt;/P&gt;&lt;P&gt;if not then click on the SET PF-STATUS you have created. then go to the maintain status screen. there u select the master menu&lt;/P&gt;&lt;P&gt;just double-click the master menu textbox , it will display the text under it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first textbox contain the function code &amp;amp; the 2nd textbox contain the textname.&lt;/P&gt;&lt;P&gt;assign 4 digit function code for the corresponding text.&lt;/P&gt;&lt;P&gt;After that  Check this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'ZMENU_NOTEPAD'.&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;*WRITE &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; 'NOTEPAD APPLICATION'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT USER-COMMAND.&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;  WHEN 'NEWF' .&lt;/P&gt;&lt;P&gt;      CALL SELECTION-SCREEN 0400.&lt;/P&gt;&lt;P&gt;  WHEN 'OPNF'.&lt;/P&gt;&lt;P&gt;    GET PF-STATUS STATUS PROGRAM PROG EXCLUDING FCODE.&lt;/P&gt;&lt;P&gt;    PROG = 'ZMAN_INPUT_OUTPUT'.&lt;/P&gt;&lt;P&gt;    EDITOR-CALL FOR REPORT PROG ."DISPLAY-MODE.&lt;/P&gt;&lt;P&gt;    SET PF-STATUS STATUS.&lt;/P&gt;&lt;P&gt; WHEN 'ENTE'.&lt;/P&gt;&lt;P&gt;    WRITE &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; 'You Clicked on the entered button'.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points,if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manoj Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 11:12:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-menu-bar/m-p/3134675#M744790</guid>
      <dc:creator>former_member402443</dc:creator>
      <dc:date>2007-12-20T11:12:02Z</dc:date>
    </item>
  </channel>
</rss>

