How to find the menu path ?

Hi all,
I have one doubt how do we find out the correct menupath if we know the t-code ?
for example, SE11 -DDIC
we can also obtain the same DDIC screen via menupath from SAP main screen.
if I know only t-code.how can i find out the menupath ?
thnks and rgds,
raghul

Hi Raghul,
  You can go to the transaction search_sap_menu
for finding the menu path.
check this link:
http://www.sap-basis-abap.com/sapgeneral/system-path-and-transaction-code-mapping.htm
Hope this helps you.
Regards,
Chandra Sekhar

Similar Messages

  • Find the menu path

    Hi Experts,
    How do you find the menu path for a given transaction in SAP? 
    Thanks and Regards,
    Logu

    Hi,
    SEARCH_SAP_MENU- Show the menu path to use to execute a given tcode. You can search by transaction code or menu text. 
    Reward if helpful.
    Regards,
    Ramya

  • Need Help in finding the Menu Path's for the below topics

    Hi,
    Where can i get the menu paths for the below topics in SAP syste. I have searched in the system,But couldnot find the Menu Path's for the below topics.Kindly help me in finding the configuration Path for the below...
    1)Public tendering process
    2)Grants Management
    3)Tax & Revenue management
    4)Public sector accounting --> Budget formulation, preparation, execution & Monitoring.
    Thanks
    Rajitha M

    Hi,
    Check for the relevant path in IMG in Public Sector Management.  The prerequisites being configuration of Financial accounting
    sub modules.
    Best Regards,
    Sadashivan

  • How to find the tomcat path from registry?

    Hi,
    How can I find the tomcat path from registry?
    please tell me.
    Thanks
    Gaurav Agrawal

    gauravjlj wrote:
    listen,
    I'm about to create a exe which will do these things.....
    1. first install java
    2. install tomcat
    3. install mysql
    4. deploy my web application with out use of tomcat manager
    first three steps I have done with the help of installer maker. let assume that my tomcat has been installed. but now please tell me how can I deploy my web application.
    that's why I need the tomcat path.
    please tell me.Well, if you've just installed Tomcat you do know where it is so what's the problem? Why not, in fact, include your application in the tomcat directories as you install them? That's all there is to installing tomcat, installing the directories, setting %JAVA_HOME% and (possibly) running the service.bat file.

  • How to find the absolute path of file  which store in KM foler ?

    Hello everyone:
         We want to develop an ABAP program which can write files into KM folder directly.
         So I need to find the absolute path of file which store in KM folder first, then we can consider the develop solution.
         Is this issue possbile that an ABAP  program write files into KM folder  directly ?
         Is there anybody had done this job ?
    Best Regards,
    Jianguo Chen

    Hi,
    http://forum.java.sun.com/thread.jsp?forum=34&thread=36
    612The methods in the above topic seem to be available when use a DOM parser..

  • How to find the physical path of the ASM disks?

    I am in a dilemma on how to find out the physical path of the ASM disks. I tried the following query, but as you can see it is not providing me the physical path of the LUN. This is a 2 node 10.2.0.4 RAC Cluster using asmlib package.
    col name format a20
    col path format a20
    col label format a20
    select name, path, label from v$asm_disk;
    NAME PATH LABEL
    ORCL:ASM103 ASM103
    ORCL:ASM104 ASM104
    ORCL:ASM117 ASM117
    ASM101 ORCL:ASM101 ASM101
    ASM102 ORCL:ASM102 ASM102
    ASM105 ORCL:ASM105 ASM105
    ASM106 ORCL:ASM106 ASM106
    ASM107 ORCL:ASM107 ASM107
    ASM108 ORCL:ASM108 ASM108
    ASM109 ORCL:ASM109 ASM109
    ASM110 ORCL:ASM110 ASM110
    NAME PATH LABEL
    ASM111 ORCL:ASM111 ASM111
    ASM112 ORCL:ASM112 ASM112
    ASM113 ORCL:ASM113 ASM113
    ASM114 ORCL:ASM114 ASM114
    ASM115 ORCL:ASM115 ASM115
    ASM118 ORCL:ASM118 ASM118
    ASM119 ORCL:ASM119 ASM119
    ASM120 ORCL:ASM120 ASM120
    ASM121 ORCL:ASM121 ASM121
    ASM122 ORCL:ASM122 ASM122
    ASM123 ORCL:ASM123 ASM123
    NAME PATH LABEL
    ASM124 ORCL:ASM124 ASM124
    ASM125 ORCL:ASM125 ASM125
    ASM126 ORCL:ASM126 ASM126
    ASM127 ORCL:ASM127 ASM127
    ASM302 ORCL:ASM302 ASM302
    ASM303 ORCL:ASM303 ASM303
    ASM304 ORCL:ASM304 ASM304
    ASM305 ORCL:ASM305 ASM305
    ASM306 ORCL:ASM306 ASM306
    ASM307 ORCL:ASM307 ASM307
    32 rows selected.
    Any help will be appreciated.
    --MM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    hi
    use the following linux command as root:
    $oracleasm listdisks
    hth

  • How to find the physical path of a file

    Usually, one can use absFileNmae() method to find the path of a file in Java. The problem is that it may only return a mapped path when a Servlet or JSP is running in a special server. For example, when I run a servlet "MyProgram" in JRun, absFileName() only returns "c:\JRun\jsm-default\MyProgram", which is just a mapped path, not a real physical path.
    By the way, in ASP, one can use server.mapPath("MyASPProgram.asp") to obtain the real physical path of the file.
    Your solution is welcome.
    YC

    Usually, one can use absFileNmae() method to find the path of a file in Java. The problem is that it may only return a mapped path when a Servlet or JSP is running in a special server. For example, when I run a servlet "MyProgram" in JRun, absFileName() only returns "c:\JRun\jsm-default\MyProgram", which is just a mapped path, not a real physical path.
    By the way, in ASP, one can use server.mapPath("MyASPProgram.asp") to obtain the real physical path of the file.
    Your solution is welcome.
    YC

  • Finding the menu path

    I want 2 do a report for  which shd give me menu path if i give text or short desription of any standard report..
    i dont want 2 use se43 transaction directly!!!!!!!!!!!!!
    plz can anybdy give me idea?
    Thanks in advance
    satya

    Hello Satya
    I do not really understand what you want but I assume you would like to display an <b>area menu</b> (transaction SE43) without using the transaction. If so you can use function module <b>BMENU_START_BROWSER</b> with the following parameters:
      TREE_ID = '<name of your area menu>'
      HIDE_TOGGLE_BUTTON = 'X'                 " only display, user cannot change menu
    Regards
      Uwe

  • Defining the navigation frame: Cannot find the menu path in Customizing

    DEFINING THE NAVIGATION FRAME
      I do not find the path in this CRM 7.0 to change the navigation frame.     The navigation frame for the header area is customized in the following path (in CRM 2007, I think)
    SPRO -> IMG -> Customer Relationship Management -> Business Roles -> Define Navigation Frame
         Here you select the navigation frame specified for your business role, the component ID for the logo area, and so on. when you have the navigation frame ready, you assign it to the business role, but I cannot find this path in CRM 7.0, so help would be needed. Regards, Martin.

    Hello Martin,
    The correct path is
    SPRO->IMG->Customer Relationship Management->UI Framework->Define Navigation Bar Profile
    Here you select your customized profile defined your Business role and configure it as per your requirement.
    I hope this helps. Please let me know if you have more questions.
    Thanks
    Vishal

  • How to find the previous path environment variable in windows 2008

    I am reconfiguring the Hyperion 11.1.2, and later, I installed the ODI. And them when I come back to reconfigure the Hyperion, it cannot be reconfigured, and say cannot find the path parameter. And I check the PATH environment variable, and find it is showing a dumy value, do we have a way to recover the previous PATH envirnment variable?

    To get the source IP address, you will need to enable File Share auditing: http://technet.microsoft.com/en-us/library/dd772690%28v=ws.10%29.aspx
    Otherwise, you can simply disconnect the user session.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • E7-00 how to find the menu?

    I know this may sound a bit simple to a lot of you. I just bought my first smartphone, a Nokia E7-00. I also downloaded the English (and German because I live in Switzerland) user guides. I also managed to download and install the latest software for the E7. So far so good.
    Here's my problem:
    Both the user guides (Eng. & German) for the E7 (Bella) keep mentioning some kind of icon which looks like this:
    []O
    OO
    (I will call it "that icon")
    This is apparently the icon for some kind of Menu. From there I should be able to e.g.
    Select  "that icon" >  Contacts
    or
    Select "that icon" >  Settings and Calling >  Speed dialling.
    or
    Select "that icon" >  Settings and Connectivity
    etc etc.
    But on my E7 I do not have any icon that looks like that anywhere, nor do I have a button called "Menu" (which the Nokia website mentions e.g. as "Select Menu > Applications"..
    I am at my wits end.
    When I switch it on, the E7 shows the signal strength and my Provider at top left, the antenna, a battery shape and the battery strength at top right, a "Go to Music", then beneath that, a globe, a square white box, an envelope and four heads (which wants to connect me to Facebook etc). lower down  is "New Mailbox" (with Ovi etc), Phone Setup which doesn't offer me any options apart from the ringtones etc and images and at the very bottom Options ooo Call. The Options only allows me to see open applications, edit home screen, change wallpaper etc.
    But no Menu with any settings.
    Can anyone PLEASE help me ?
    Solved!
    Go to Solution.

    Glad you got your problem solved! - However, I fail to see how you could not have a hardware home-button on your E7
    Furthermore, imho "Belle" is more of a "downgrade" to the E7!   I prefer to stick with "Anna" as are probably many many more users world-wide - I cannot think of another reason for Nokia to suddenly offer a "Belle-Demo" to "Anna"-users.
    Obviously, "Belle" isn't that popular (and for good reasons, if you ask me - if I wanted an iPhone, I'd bought one! If I wanted my business phone to look like an Android-phone, I'd bought a Samsung Galaxy-something!)
    @Nokia: "Belle" probably was the worst Symbian- (sorry: Nokia-) OS ever!! As the recent figures show, Nokia isn't doing so well - as you seem to be intent of p***ing off your most avid customers, you may actually have deserved this!
    <end of rant 673>

  • How to find the server path using servlet API.

    Hi All,
    I have an requirement like uploading certain files in my server path.
    rightnow i am getting the path now using as
    <%=application.getRealPath("/")%> and its giving me the "D:\bea\user_projects\domains\Testdomain\TestmanagedServer\stage\nextgen\nextgen.war".
    but i want to get the D:\bea\weblogic81 or atleast D:\Bea
    Is there anyway to get this through API or its the only way through string parse.
    Thanks in advance.

    Hello,
    I have:
    DG URL Internal;https://OCS.ad.xxxxxx.xxxx.xxx/GroupExpansion/Int/service.asmx;--;
    DG URL External;;--;
    Quality Metrics URI;;--;
    URL Internal From Server;https://OCS.ad.xxxxxx.xxxx.xxx/Abs/Int/Handler;--;
    URL External From Server;;--;
    Voice mail URI;sip:[email protected];opaque=app:voicemail;--;
    MRAS Server;;Not Configured;
    GAL Status;https://OCS.ad.xxxxxx.xxxx.xxx/Abs/Int/Handler;--;
    Controlled Phones;TRUE;--;
    PC to PC AV Encryption;AV Encryption Enforced;--;
    Focus Factory;sip:[email protected];gruu;opaque=app:conf:focusfactory;--;
    Telephony Mode;Telephony Mode Disabled;--;
    Line;;--;
    Line Configured From;Auto Line Configuration;--;
    Location Profile;;--;
    Local Log Folder;C:\Users\me\tracing;;
    MAPI Information;MAPI Status OK;MAPI Status OK;
    Inside User Status;TRUE;;
    Auto Update Download Started;--;--;
    Auto Update Download Completed;--;--;
    Last Auto Update Request;--;--;
    Pairing State;Communicator cannot connect to your desk phone because the USB cable is not plugged in. Make sure that you connect the cable.;Enabled;
    I see my email on the sip line but no server... what do I miss?
    Is it by the URL?
    Thanks,
    Dom

  • Finding the exact path of a file using a Java program

    Can anyone tell me how to find the exact path of a file which is saved in a directory other than the one in which the main file is saved? I know there is a class called File which has many methods like isAbsolutePath() and isPath() but they return the path in which the main class is located

    actually i m trying to write a program which will
    take a name of a file or a directory from the console
    and it should give the entire path of that file or
    directory and this file need not be stored in the
    path of the main class.....It can be stored in any
    drives of my PC....Ok, then the console input needs to be an absolute path or a path relative to some given directory (usually the one from which the application is started). Java cannot magically guess absolute paths if you just provide a file name. E.g. if I'd use your program and would provide as input "build.xml", how should the program know which file by that name I mean (there are lots of build.xml files in different locations on my machine)?

  • TS3376 How do I find the menue where I can select the list of previous phones I have had and my new one ? at the moment it is still set to an old one so everytime I try to set it up it tells me it it's the wrong one - gggrrrrr help please

    How do I find the menue where I can select the list of previous phones I have had and my new one ? at the moment it is still set to an old one so everytime I try to set it up it tells me it it's the wrong one - gggrrrrr help please

    iPods (except for iPod touch) are not linked to any iTunes "account."  They are associated with your iTunes library. The account in iTunes is your Apple ID, and that is used to buy and download content from the iTunes Store.  It is not required to use an iPod.
    The 1st (and 2nd) gen shuffle can only be used with one iTunes library at a time.  When you connect it, iTunes should prompt you to start using it with your iTunes library, and warn that the shuffle's existing content will be erased.  Have iTunes erase the shuffle, and it will be associated with your iTunes library going forward.  You can then add content to your shuffle.
    The need for the previous owner's Apple ID and password should only come up if you are trying to transfer existing content from the shuffle to your iTunes library, AND the previous owner had content purchased from the iTunes Store.  Just cancel out of that step, if iTunes asks.

  • How to find the user menu of a user

    Hi,
        I have a request to change the description of a custom transaction in the user menu of a user. Im not sure
    How to find the user's user menu...
    Can we add any small documentation or comments to each object in user menu...
    Thanks in advance
    search before posting , it is a warning to you
    Edited by: Vijay Babu Dudla on Dec 31, 2008 5:00 AM
    Edited by: Vijay Babu Dudla on Dec 31, 2008 5:05 AM

    Welcome to SCN.
    Just refer: [Area Menu Maintenance |http://help.sap.com/saphelp_nw2004s/helpdata/en/00/783b377bfdcf61e10000009b38f936/frameset.htm]

Maybe you are looking for

  • HT204264 How can I upload older photos without metadata into Photos?

    I have older photos that I would like to upload to my Photo's iCloud library but it will pop up with a message saying there is no metadata. How can I upload my older photos?

  • Very poor quality HDMI output to HDTV

    I recently decided to switch from an Apple TV to Mac Mini for my media center. I have an Insignia HDTV and the quality from the Apple TV was outstanding. When I plug the Mac Mini in, however, it is EXTREMELY poor. The picture appears blocky & pixelat

  • Need help locating backed up pictures and letters online

    I wrote a letter to my son using QuickOffice. Is it backed up with back up assistant and if so, where. If not,   how do I transfer this to the computer to print and mail the letter. He is in the Army Basic training so electronic communication is not

  • IPod synced with another computer message

    I have an iPod and an iPod nano suing iTunes on one computer, when I plug the iPod in and try to sync it, the iPod syneced to another computer comes up. The nano works fine. The iPods use two different playlists and the playlist for the iPod is empty

  • WinHelp Project in RoboHelp for Word v7.0

    I inherited a WinHelp 4 RoboHelp project and have worked with it successfully for a few years, converting it to various versions of RoboHelp. I was able to open it recently in RoboHelp for Word v7.0, after getting MS Office 2007 installed on my machi