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 path

Former Member
0 Likes
1,240

Hi all

Can any one help me how to find menu path for a particular tcode

Regards

Chandu

Edited by: chandra sekhar narra on Jun 27, 2008 5:42 PM

8 REPLIES 8
Read only

Former Member
0 Likes
1,010

Are you talking about the GUI status..

You can get it from

System->Status->Gui Status.

Read only

Former Member
0 Likes
1,010

hi check this..

sapmenu---->human resources->Personnel Management --->Administration -


>HR Master Data -


>PA30 - Maintain hr data

Read only

bpawanchand
Active Contributor
0 Likes
1,010

hI

u can find the transaction code of any program by

go to System--> status-> a new sub screen will be displayed in which u can will have all the details about the program that you are executing like t-code , the underlying database and the environment you are working etc....

Regards

Pavan

Read only

Former Member
0 Likes
1,010

Use transaction search_sap_menu and in the popup window provide the transaction code u r searching for. Then this transaction will display the menu of it.

Regards,

Joy.

Read only

Former Member
0 Likes
1,010

Hi chandu,

Enter Search_SAP_Menu in the command box and when the pop box appears enter, the Tcode and it will give the nodes and menu path.

<removed_by_moderator>

regards,

sravanthi

Edited by: Julius Bussche on Aug 6, 2008 1:42 PM

Read only

Former Member
0 Likes
1,010

HI chandra..

on the menu bar...go to system -> status ->(a new screen comes) -> Under 'sap data'...u have 'TRANSACTION'...that shows the transaction code..

Also if u want to know the t-code for various things use table 'TSTC ' for that

  • Hope this is useful

Best of luck..

Bhumika

Read only

Former Member
0 Likes
1,010

Go to the Easy Access screen, go to Extras -> Settings, click "Display technical names".

Then back to Easy Access screen, click "Find" (CtrlF), enter the tcode and remember to set "In technical name" for type of search. The menu path will be shown. Click "Find Next" (CtrlG) for next occurence.

Hope it helps.

Ken

Read only

Former Member
0 Likes
1,010

Thank you all...