<?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: Menu Exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit/m-p/3407535#M818355</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;Goto cmod create a Z-project........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto enhancement assignments and give ur exit say 'LMDZU001'  and click on components......u ll have 2 buttons right....double click on them and give name as u wish.......  +CU1 &amp;amp;   +CU2 are the func codes of those push buttons......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when u click on those buttons.......in ur MD04 tcode...this exit is triggered.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u also have 3 func exits der.......choose them as per ur requirement(look into their import/export/changing/tables parameters).........EXIT_SAPLMDZU_002 would be appropriate....double click on the Zinclude inside it........ it ll show a warning.....press enter and create it..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside it u can write.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;case I_OK_CODE.
when '+CU1'.
......write code for first button.....
when '+CU2'.
.......write code for second button...
endcase.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont forget to activate the project before testing..................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.,&lt;/P&gt;&lt;P&gt;jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2008 09:08:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-08T09:08:11Z</dc:date>
    <item>
      <title>Menu Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit/m-p/3407532#M818352</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 need to add a new button on MD04 Menu. I have the menu exits but i dont know how to implement it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nimisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 08:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit/m-p/3407532#M818352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T08:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Menu Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit/m-p/3407533#M818353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Check this link for Procedure for Creating MENU Exits&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/groups/technical-functional/sap-dev/menu-exits-72696" target="test_blank"&gt;http://sap.ittoolbox.com/groups/technical-functional/sap-dev/menu-exits-72696&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In older versions MENU Exits approached through Transaction CMOD by creating PROJECTS and activating the project and assigning Program to that Transaction Codes. For MENU Exits, Transaction Codes will be starting with "+" sign and with default text "NODE TEXT NOT FOUND" for which you can &lt;/P&gt;&lt;P&gt;assign your Report or Dialog Program etc., (for Eg:- +DW4 MENU Exits Transaction available in TOOLS --&amp;gt; ABAP Workbench --&amp;gt; Utilities --&amp;gt; &amp;lt;Node Text Not found&amp;gt;). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Procedure for Creating MENU Exits.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) To get into Area Menu Maintenance Screen Type SE43 T.Code in Command Line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) In Area Menu Paramenter type 'S000' (S triple Zero) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Then Press Change Icon in Application Tool Bar. Then It may ask for Access Key [or] it may display "Specify Processing mode" window. If it ask for the Access Key Check for the availability of OSS Note and apply to open Standard SAP Menu to include MENU Exits. Otherwise, if it display "Specify &lt;/P&gt;&lt;P&gt;Processing mode" window with Three Push Button. In which select "Change" and proceed further. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Then it will display "Information" window with the following information "Caution : The Original Language of the structure is German (editing lang. : English) ". Then press "Enter Key to proceed further. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) Then you will get into "Edit Area Menu S000". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) for eg:- Expand Tools Menu. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7) Then Press ABAP Workbench &amp;lt;Icon&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Then you will get into ABAP Workbench Menu Tree. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9) Then Expand Utilities Menu. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10) In the last line you will find one MENU EXIT Provision to include your own menu. "Node Text Not Found" This text can be change by double Clicking that. There you can find the T.Code. Here for Eg:- "+DW4". &lt;/P&gt;&lt;P&gt;11) for eg: - Here change the Text to "Sample Menu Exit" and then note down the T.Code "+DW4". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12) Then Save with Change Request Number and come out of Transaction SE43. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;13) Then Goto Transaction SE93. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;14) Then type T.Code "+DW4" and press Create. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;15) Then proceed further to create transaction called "+DW4".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 08:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit/m-p/3407533#M818353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T08:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Menu Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit/m-p/3407534#M818354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nimisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this thread,&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4692106"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Swati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 08:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit/m-p/3407534#M818354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T08:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Menu Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit/m-p/3407535#M818355</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;Goto cmod create a Z-project........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto enhancement assignments and give ur exit say 'LMDZU001'  and click on components......u ll have 2 buttons right....double click on them and give name as u wish.......  +CU1 &amp;amp;   +CU2 are the func codes of those push buttons......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when u click on those buttons.......in ur MD04 tcode...this exit is triggered.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u also have 3 func exits der.......choose them as per ur requirement(look into their import/export/changing/tables parameters).........EXIT_SAPLMDZU_002 would be appropriate....double click on the Zinclude inside it........ it ll show a warning.....press enter and create it..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside it u can write.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;case I_OK_CODE.
when '+CU1'.
......write code for first button.....
when '+CU2'.
.......write code for second button...
endcase.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont forget to activate the project before testing..................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.,&lt;/P&gt;&lt;P&gt;jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 09:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit/m-p/3407535#M818355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T09:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Menu Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit/m-p/3407536#M818356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have entered the text that I want to show in the menu. But it is not showing me the menu entry only. Does it needs some extra efforts apart from that ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I beleive the code that you have written comes after we see the menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nim Ban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 09:13:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit/m-p/3407536#M818356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T09:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Menu Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit/m-p/3407537#M818357</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;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pls reward if help.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1669304"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just refer to the link below for step by step procedure with screen shots&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g" target="test_blank"&gt;http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g&lt;/A&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Check this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975e643b111d1896f0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975e643b111d1896f0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Menu exits allow you to add your own functions to the pulldown menus in standard R/3 transactions. To take advantage of a menu exit, you first need to create a project as described in the section Creating an add-on project. Then, you must include the SAP enhancement package that contains the menu exit you want to use in your project. From the main screen of the Project management transaction, proceed as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select Enhancement components and choose Change.&lt;/P&gt;&lt;P&gt;The system lists all customer exits contained in the enhancements included in your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Place the cursor on the menu exit you want to add your own function to.&lt;/P&gt;&lt;P&gt;Choose Edit component.&lt;/P&gt;&lt;P&gt;The system displays technical information about the menu entry. It also displays two input fields where you can specify a language and the text you want your menu item to have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the name of your menu function (such as Special order method) in the field New text.&lt;/P&gt;&lt;P&gt;Choose Save text.&lt;/P&gt;&lt;P&gt;Your special menu function will not appear in the pulldown menu of the corresponding standard transaction until you activate your enhancement project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifying a menu text and activating your project are not the only steps you need to take to make your own menu item work. After you carry out these steps, your menu item will appear, but it will not call a corresponding function. To attach your menu entry to its corresponding function, you need to create a function module for the function module exit associated with your menu text. This function module exit is part of the same SAP enhancement that contains the menu exit you used. Creating Customer-Specific Function Modules tells you more about how to use function module exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In older versions MENU Exits approached through Transaction CMOD by creating &lt;/P&gt;&lt;P&gt;PROJECTS and activating the project and assigning Program to that &lt;/P&gt;&lt;P&gt;Transaction Codes. For MENU Exits, Transaction Codes will be starting with &lt;/P&gt;&lt;P&gt;"+" sign and with default text "NODE TEXT NOT FOUND" for which you can &lt;/P&gt;&lt;P&gt;assign your Report or Dialog Program etc., (for Eg:- +DW4 MENU Exits &lt;/P&gt;&lt;P&gt;Transaction available in TOOLS --&amp;gt; ABAP Workbench --&amp;gt; Utilities --&amp;gt; &amp;lt;Node &lt;/P&gt;&lt;P&gt;Text Not found&amp;gt;). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure for Creating MENU Exits. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) To get into Area Menu Maintenance Screen Type SE43 T.Code in Command &lt;/P&gt;&lt;P&gt;Line. &lt;/P&gt;&lt;P&gt;2) In Area Menu Paramenter type 'S000' (S triple Zero) &lt;/P&gt;&lt;P&gt;3) Then Press Change Icon in Application Tool Bar. Then It may ask for &lt;/P&gt;&lt;P&gt;Access Key [or] it may display "Specify Processing mode" window. If it ask &lt;/P&gt;&lt;P&gt;for the Access Key Check for the availability of OSS Note and apply to open &lt;/P&gt;&lt;P&gt;Standard SAP Menu to include MENU Exits. Otherwise, if it display "Specify &lt;/P&gt;&lt;P&gt;Processing mode" window with Three Push Button. In which select "Change" and &lt;/P&gt;&lt;P&gt;proceed further. &lt;/P&gt;&lt;P&gt;4) Then it will display "Information" window with the following information &lt;/P&gt;&lt;P&gt;"Caution : The Original Language of the structure is German (editing lang. : &lt;/P&gt;&lt;P&gt;English) ". Then press "Enter Key to proceed further. &lt;/P&gt;&lt;P&gt;5) Then you will get into "Edit Area Menu S000". &lt;/P&gt;&lt;P&gt;6) for eg:- Expand Tools Menu. &lt;/P&gt;&lt;P&gt;7) Then Press ABAP Workbench &amp;lt;Icon&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Then you will get into ABAP Workbench Menu Tree. &lt;/P&gt;&lt;P&gt;9) Then Expand Utilities Menu. &lt;/P&gt;&lt;P&gt;10) In the last line you will find one MENU EXIT Provision to include your &lt;/P&gt;&lt;P&gt;own menu. "Node Text Not Found" This text can be change by double Clicking &lt;/P&gt;&lt;P&gt;that. There you can find the T.Code. Here for Eg:- "+DW4". &lt;/P&gt;&lt;P&gt;11) for eg: - Here change the Text to "Sample Menu Exit" and then note down &lt;/P&gt;&lt;P&gt;the T.Code "+DW4". &lt;/P&gt;&lt;P&gt;12) Then Save with Change Request Number and come out of Transaction SE43. &lt;/P&gt;&lt;P&gt;13) Then Goto Transaction SE93. &lt;/P&gt;&lt;P&gt;14) Then type T.Code "+DW4" and press Create. &lt;/P&gt;&lt;P&gt;15) Then proceed further to create transaction called "+DW4". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these links&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="476516"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/groups/technical-functional/sap-dev/menu-exits-73193" target="test_blank"&gt;http://sap.ittoolbox.com/groups/technical-functional/sap-dev/menu-exits-73193&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/19762743b111d1896f0000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c8/19762743b111d1896f0000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="490881"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/19760043b111d1896f0000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c8/19760043b111d1896f0000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="484550"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="484549"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 09:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit/m-p/3407537#M818357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T09:15:37Z</dc:date>
    </item>
  </channel>
</rss>

