Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

menu exit

Former Member
0 Likes
383

i want to change text "Business Partner" to "Tax Payer" on the Menu bar and text "Display Business Partner" to "Display Tax Payer" on T-code fmcacov for Business Partner overview. Can i use a menu exit and which one. if so please show the steps

1 REPLY 1
Read only

former_member196299
Active Contributor
0 Likes
333

hi Willard,

There are two ways you can search the Menu exit :

Go to the transaction , in menu bar goto system--> status --> get the program name from there ( GUI Program ) . open the program , go to utilities and get the Package name .

open Txn CMOD , provide the package name and click on the enhancements radio button . here you will get a list of include programs , they are nothing but the user exits linkes to the txn .Here you need to search the needed include for menu exit ,which is your required one ..

Else from the transaction , open the program and search for the custom-function and you will get the function module name , under this you can search exit* ... and when you open this function module you wil get an include , thats the user exit for your txn .

Hope this information will be helpful to you ..

Regards,

Ranjita.