<?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/2600956#M595904</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;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Types of Exits&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several different types of customer exits. Each of these exits acts as hooks where you can attach or "hang" your own add-ons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Menu Exits&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;Menu exits add items to the pulldown menus in standard SAP applications. You can use these menu items to call up your own screens or to trigger entire add-on applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP creates menu exits by defining special menu items in the Menu Painter. These special entries have function codes that begin with "+" (a plus sign). You specify the menu item&amp;#146;s text when activating the item in an add-on project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Screen Exits&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;Screen exits add fields to screens in R/3 applications. SAP creates screen exits by placing special subscreen areas on a standard R/3 screen and calling a customer subscreen from the standard screen&amp;#146;s flow logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Function Module Exits&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;Function module exits add functions to R/3 applications. Function module exits play a role in both menu and screen exits. When you add a new menu item to a standard pulldown menu, you use a function module exit to define the actions that should take place once your menu is activated. Function module exits also control the data flow between standard programs and screen exit fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP application developers create function module exits by writing calls to customer functions into the source code of standard R/3 programs. These calls have the following syntax: CALL CUSTOMER-FUNCTION &amp;#145;001&amp;#146;.&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;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;Procedure for Creating MENU Exits.&amp;lt;/b&amp;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 &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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2007 07:50:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-01T07:50:31Z</dc:date>
    <item>
      <title>Menu exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit/m-p/2600955#M595903</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;Can any body tell me the steps for creating menu exits or link or any soft copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Amar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 07:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit/m-p/2600955#M595903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T07:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Menu exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit/m-p/2600956#M595904</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;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Types of Exits&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several different types of customer exits. Each of these exits acts as hooks where you can attach or "hang" your own add-ons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Menu Exits&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;Menu exits add items to the pulldown menus in standard SAP applications. You can use these menu items to call up your own screens or to trigger entire add-on applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP creates menu exits by defining special menu items in the Menu Painter. These special entries have function codes that begin with "+" (a plus sign). You specify the menu item&amp;#146;s text when activating the item in an add-on project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Screen Exits&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;Screen exits add fields to screens in R/3 applications. SAP creates screen exits by placing special subscreen areas on a standard R/3 screen and calling a customer subscreen from the standard screen&amp;#146;s flow logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Function Module Exits&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;Function module exits add functions to R/3 applications. Function module exits play a role in both menu and screen exits. When you add a new menu item to a standard pulldown menu, you use a function module exit to define the actions that should take place once your menu is activated. Function module exits also control the data flow between standard programs and screen exit fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP application developers create function module exits by writing calls to customer functions into the source code of standard R/3 programs. These calls have the following syntax: CALL CUSTOMER-FUNCTION &amp;#145;001&amp;#146;.&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;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;Procedure for Creating MENU Exits.&amp;lt;/b&amp;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 &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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 07:50:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit/m-p/2600956#M595904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T07:50:31Z</dc:date>
    </item>
  </channel>
</rss>

