Menu Path to Transaction SHD0

Dear All,
I tried to find the transaction SHD0 (Transaction and Screen Variants) in the SAP / user menu of SAP NetWeaver 2004s - ABAP Trial Version but couldn't find it. I tried to search it by using the SEARCH_SAP_MENU /  SEARCH_USER_MENU but no result found. The transaction exists though. However, I have to type the transaction code in the command field. I'm curious about its menu path. Does anybody know the menu path to transaction SHD0?
Many thanks in advance,
Haris

Hi Haris,
If you are using SHD0 number of times and do not want to type SHD0 in the command field everytime, then you can directly add this transaction in SAP Favorites.
->In the SAP initial screen, you will see 'Favorites' folder on the left
->Right click on it
->Select Insert Transaction
->Next add the transaction code 'SHD0'
Now you can navigate to that transaction directly from SAP Menu.
Hope that helps!
Regards,
Saba
Edited by: Saba Sayed on Feb 17, 2011 5:59 PM

Similar Messages

  • Menu path for transactions

    would someone please tell me how to find the menu path for any given transaction.
    thank you

    Hope below link is useful
    http://www.sap-basis-abap.com/sapbs007.htm
    Version 4.6C, 4.7 , ECC 5 & 6
    Transaction code - search_sap_menu
    Version 3.0x
    go to transaction SE43
    click Utilities - Global Search
    Global search in area menu - key in '*'
    Find - key in the transaction code you want to find
    A list will be display.  The line with the word Functions is the Main Menu.
    Pls assign points as way to say thanks

  • Menu path to create new transaction event key

    Dear Experts,
    Please give me the menu path and Transaction code to create New transaction event key for
    Materials Management postings.
    Thanks in Advance

    Hi,
    SPRO - Materials Management - Purchasing - Conditions - Define Price determination process - Define transaction/Event Keys.
    For MM transaction key T Code OMGH
    and for FI tarnsaction key T Code is OBCN
    GO to SM30 enter the table T030A and then click on display
    Please note the group as well as transaction code
    May Help U !
    Regards,
    Pardeep Malik

  • FBZ4 - Menu Path?

    Hi Friends,
    I have been trying for finding menu path for transaction "FBZ4",But i coudnot find out even i tried in each and every corner of Menu in SAP & other forums and check with friends.I couldnot find.Finally i come to you.Please provide the Menu Path for FBZ4 transaction.
    Thanks In advance
    Sap Guru

    hi
    it is nothing but F-58. Accounting -> Financial Accounting  -> Accounts Payable -> Document Entry -> Outgoing Payment ->F-58 - Post + Print Forms
    hope ur question get answred
    regards
    DD

  • How to add own customized transaction in SPRO (IMG Menu Path)

    Dear All,
    I have a requirement of adding new customized transaction in IMG menu path. Can you please help me out how to do that?
    Best wishes,
    Atanu

    Hi
    Can you try this way:
    You need to modify the structure ( node ) that you want to modify using transaction SIMGH. First you need to go to transaction SIMGH.
    In the IMG structure just press f4 -> you need to give the title of the structure that needs to be edited. f8. Then you can modify the structure -> insert node.
    You need to give the node text.
    After creating the node, click on the node and select insert activity.
    In the ID field give an entry, Give the description in 'name'.
    Please check this link on how to add a node in IMG.
    http://help.sap.com/saphelp_sm32/helpdata/en/9a/b7b2375ca97f68e10000009b38f8cf/content.htm
    Regards,
    Sreeram

  • 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

  • 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

  • Can we include any custom T-Code in SAP Menu path

    Hi,
    Can we maintain any custom T-codes in the SAP Menu path in the SAP Menu displayed on the SAP EASY ACCESS.
    Or can we maintain user Menu...?
    If so how to create? and where?
    If so please help me to maintain
    Thanks in Advance,
    Shalem.

    Hi Shalem
      For adding custom T-Codes in SAP user menu, we have to extend the existing area menu <b>S000</b> via transaction <b>SE43N</b>.
      The transaction is for Area Menu Maintenance.
    Kind Regards
    Eswar

  • T-code to Menu path?

    Hello experts I'm new to SAP, can someone tell me how to find out the menu path from the T-Code. If I enter the T-Code I go to the screen but I can't figure out the menu path for it. Is there a way to find this out? Please help.
    Thanks in advance
    Tina

    Dear Tina,
    Is it a Standard Transaction by SAP?
    1)Once you log in to SAP Click on Menu >> SAP Menu.
    Now you can see the Standard Path of SAP
    2) Extras>> Setiings >> Tick the box for Display technical Settings.
    Now when you drilldown the folders you will be able to view the T-codes in the folders.
    3) You need to find that it belongs to which Moudule, Like FI , MM, SD etc then go to the specific folder of the module and do a drill down. You will find the T-Code.
    If you find it difficult, then you can create you own T-Code Path in Favorites Folder, by right clicking on Favorites folder you can add a transaction or add a subfolder.
    Pls assign points if found useful.
    Thanks & Regards
    Sanjay Marathe

  • Function to Get Menu path

    Hi,
    Is there any function in abap to get a menu path
    (File->open)in a particular screen,given the fcode.
    thanx

    Hi Kaushik!
    Not directly - and I never found a transaction, where only one menue-path exists, there were always several hits.
    But maybe you want to put parts of the following coding into a own FM:
    TEXT_UPPER_CASE = TEXT.
    TRANSLATE TEXT_UPPER_CASE TO UPPER CASE.
    select * from smensapnew into table i_smensapnew.
    select * from smensapt into table i_smensapt where spras = sy-langu.
    DESCRIBE TABLE I_SMENSAPNEW LINES LIN.
    IF LIN = 0.
      MESSAGE S265(SF).
    ENDIF.
    SORT I_SMENSAPT BY OBJECT_ID.
    SORT I_SMENSAPNEW BY OBJECT_ID.
    LOOP AT I_SMENSAPNEW.
      CLEAR SWITCH.
      IF I_SMENSAPNEW-REPORT = TEXT
                                   OR I_SMENSAPNEW-REPORT = TEXT_UPPER_CASE.
        SWITCH = 'X'.
      ENDIF.
      READ TABLE I_SMENSAPT WITH KEY OBJECT_ID = I_SMENSAPNEW-OBJECT_ID
                                              BINARY SEARCH.
      IF SY-SUBRC NE 0.
        I_SMENSAPT-TEXT = '???'.
      ENDIF.
      SEARCH I_SMENSAPT-TEXT FOR TEXT.
      IF SY-SUBRC = 0.
        SWITCH = 'X'.
      ENDIF.
      IF SWITCH = ' '.  CONTINUE. EXIT.  ENDIF.
      READ TABLE I_SMENSAPT WITH KEY OBJECT_ID = I_SMENSAPNEW-OBJECT_ID
                                              BINARY SEARCH.
      IF SY-SUBRC NE 0.
        I_SMENSAPT-TEXT = '???'.
      ENDIF.
      WRITE: /  TEXT-015, AT 20 I_SMENSAPNEW-REPORT(20),
                                AT 40 I_SMENSAPT-TEXT(40).
      FORMAT INTENSIFIED OFF.
      DO.
        READ TABLE I_SMENSAPNEW WITH KEY OBJECT_ID = I_SMENSAPNEW-PARENT_ID
                                                              BINARY SEARCH.
        IF SY-SUBRC NE 0. EXIT. ENDIF.
        IF SY-SUBRC EQ 0.
          READ TABLE I_SMENSAPT WITH KEY OBJECT_ID = I_SMENSAPNEW-OBJECT_ID
                                                              BINARY SEARCH.
        ELSE.
          I_SMENSAPT-TEXT = '???'.
        ENDIF.
        IF I_SMENSAPNEW-REPORTTYPE = SPACE.
          CLEAR I_SMENSAPNEW-REPORT.
        ENDIF.
        WRITE: / TEXT-016, AT 20 I_SMENSAPNEW-REPORT(20),
                                      AT 40 I_SMENSAPT-TEXT(40).
      ENDDO.
      FORMAT INTENSIFIED ON.
      ULINE.
    ENDLOOP.
    Regards,
    Christian

  • T code for a menu path

    Hi
    I know the menu path and when I check  for T -code , I did not find one. How do I get tcode . that really helps me to go directly to transaction rather than going menth path every time
    regards
    Kumar

    Hello Kumar,
    In the main menu (S000), go to Extras->Settings. Select the check box for 'Display Technical Names'. Now onwards, you will see TCODE when your drill down through the menu.
    Thanks,
    Venu

  • Adding Tcodes to SAP menu path

    How to add custom T codes and sap T codes to a particular folder in SAP menu path?
    Here I would like to display new transaction codes in below SAP menu path .  SAP menu path will be the  initial screen of SAP.
    SAP menu->Information system->finance account->general ledger-> daily.
    Here I would like to display my transaction codes under node DAILY. Please reply to me .

    Hi,
    1) Go to SE43.
    2) Give name to area menu (ZTEST) and description (SAP menu) to the area menu.
    3) Click "Add entry as subnode". In popup give "Information system" in the text.
    4) Click "Information system" and then click "Add entry as subnode" and give "finance account" as text in     the popup.(same procedure for general ledger and daily).
    5) Click "Daily" and then click "Add entry as subnode" and provide your text and tcode this time.
    Regards

  • Logon menu path

    Hi all,
    When loggin on to SAP via Menu path, sap gives an error message TRANSACTION LOGN IS UNKNOWN. MESSAGE NO.00031
    This problum is in 4.7. We are working on upgradation from 4.0 to 4.7.  This problum is not there in 4.0.
    Though we can successfully login why this message is coming?
    Thanks,
    kanth

    Hello Kanth
    I do not really know what it means to logon to SAP "via menu path". If this means login via SAPGUI then you have to assure that you upgraded you SAPGUI as well.
    Regards
       Uwe

  • PK01 menu path missing in ecc6

    Dear Gurus!!
    We are unable to find the menu path for pk01/02/03 in ecc6.0
    PK01 exists as a transaction but the menu path itself is missing.
    I know the standard menu exists in 46C as in
    Logistics->Production->Kanban->Control Cycle->Create......
    Is there any OSS notes or service package missing?
    Thnx in advance!
    Abhi.

    Dear Abhi
          yes i checked pk01 in ECC6.0 is not available in the menu path
    only we can acess by the t-code
    i think we can use PKMC instead of PK01
    so they r not giving the menu path.
    thanks

  • HOW TO FIND MENU PATH FOR A TCODE

    PLZ TELL ME HOW TO FIND MENU PATH FOR A TCODE .
    I HAVE MADE A MENU ENHANCEMENT  WITH TCODE +DW2.
    IT MENU PATH IS NOT TRACEABLE.

    Hi Madan,
    It is in the transaction code <b>S001</b>.
    Check my previous post on this.
    It is not listed on the SAP Menu. Thats why SEARCH_SAP_MENU returns nothing...
    <b>Go to the Initial Screen and then type /n in the TCODE.
    From there now type S001 to go to transaction S001.</b>
    The other ways do not work. Like combining both in a single step : "/ns001".

Maybe you are looking for

  • Excel 2013 connect to a cube, and Power View concatenate the column name by default

    Hi Guys, Currently, we met a problem with excel services to connect to a cube, when we develope a Excel 2013 Powerview report, the data model column name is concatenate into terrible name by default. e.g. Dim TimeDate Date, Dim TimeTime HierachyYear

  • Problem with customer exit variable

    HI i have created a customer exit variable to rread a table based in user input and pass it to my variable , every thing works fine but i get a waring message in my WAD saying RANGE-LOW for customer exit variable ZVSO_PRM corrected to #   BRAIN  746

  • Is there any way to change some of the parameters in hundreds of xml file

    Hi, We have got hundreds of xmls to run some of the batch scripts.I need to change some of the parameters in those xmls like USER,PASSWORD,SERVERetc.All the So I am doing them manually now by opening each of the xml script ,edit -> Find and Replace.B

  • App auto update not working? iOS 7

    I have it turned on but apps are not auto updating. Also after updating I'm the App Store "updates section It lists all the apps that were updated. Anyone having any issues with the auto update feature?  Anyone know about the update apps that were up

  • Workbook with duplicated row

    I have a dimension time and a table in which there are some rows with the same date: i.e. DATA OP DESCRIPTION      09-02-2002 64.54 xxxx      09-02-2002 24.63 yyy      But on my workbook I can't see these rows. I see empty fiels. The sqlinspector giv