User Menu  Like SAP menu

Hello Guys,
I have to create a z Menu like SAP menu which invoke after some z t code.
In this menu I have to add all z t code module wise which will work from there itself. like.
Data Menu
        MM module
              zmmp1 : Bin Card report
        PP Module
             zppp1 : Daily production report.
like that Please provide me the help
Thanks
Swati.....

Hi,
I think you should design your menu in menu painter ie transaction code se41 and give the module wise transaction codes as the options on the menu created , when user clicks on the menu an event is triggere and sy-ucomm contains the code of the option clicked. you can then write impementation as call transaction a particular transaction code depending on the option clicked.
Regards,
Sunmit

Similar Messages

  • Translation of Description of a T-Code in SAP MENU.

    Hello All,
    I want to change the Transaction Text to Other Language in SAP MENU.
    like
    SAP MENU -
            LOGISTICS -
                    BILLING -
                    (XXXXX) - (AAAAAAAA).
    XXXXX- T-code, AAAAA - T-Code Description.
    I want to Change the Display language of the  Description of the T Code.
    I Think it is something to do with se43, need in detail.
    Helpfull answers will be rewarded.
    Thanks in Advance,
    Santosh.

    Go through this links, it may be useful
    http://help.sap.com/saphelp_46c/helpdata/EN/00/783b377bfdcf61e10000009b38f936/frameset.htm
    http://www.edv-buchversand.de/chapter.php?&cnt=getchapter&id=gp-1533.pdf
    Rgds,
    SaiRam

  • I am loging in SAP. Initial screen come where it display User Menu and Sap

    Dear All,
    When i am loging in SAP. Initial screen come where it display User Menu and Sap Menu, but User menu is in active not showing but T code are executing then what object i have missed.
    can u help me?
    Thanks,
    Regards,
    Sachin

    Hi Sachin,
    It doesn't care if you're using SAP_ALL or any of those profile. That is not relevant. I had that case a few days ago, I'm not using any of those profiles and I made it work with help of one post.
    If you put the transactions in the tab "Menu" of the role in the PFCG, and if you activate parameters I mentioned in a prior post, then you should see the Menu.
    Tables SSM_CUST and USERS_SSM. The first is global and the other is user-especific.
    The link in one of the first post of this thread hace all the info.
    That should work, that worked in my case.
    What values the parameters have on those tables? The more the info the better.
    Updating the parameters on those tables should help. If still doesn't work then you should check another parameter using transaction RZ10 or report RSPARAM.
    If my info solves your problem, points are appreciated, if not, we will try...
    Jose

  • How to add new folder in sap menu visible to all users

    I want to add a new folder in sap menu. i can do it for my user id as it is user specific. I wanna know that how to add a folder so that every user able to see the same i.e irrespective of user-ids.

    Hi Ramya,
    This can be done in SAP menu instead of User Menu, provided all your users are using SAP menu. If a folder is created in User menu it would be visible only to the user. If it is created in SAP menu and if all the users are using the SAP menu then the folder would be visible to all...
    Hope this clarifies your query...
    Reward me points...
    Regards
    Prasanna

  • Activate User Menu in SAP logon screen

    1. Configure individual specific SAP user
    Enter transaction code  SM30 (Maintain Table Views) in your SAP command field and maintain USERS_SSM table. You would notice that no data maintained in this table during initial access. To maintain entries, click u2018New Entriesu2019 button. Enter the individual username on the User Name field. To enable user menu and SAP menu, tick the appropriate checkboxes. To disable, untick the chekcboxes.
    2. Configure all SAP user
    Enter transaction code  SM30 (Maintain Table Views) in your SAP command field and maintain SSM_CUST table. To enable te user menu for all SAP users set ALL_USER_MENUS_OFF = No. To disable it, set ALL_USER_MENUS_OFF = Yes.
    To enable the SAP Menu set SAP_MENU_OFF =  No, to disable it set SAP_MENU_OFF =  Yes.

    It is not a question, it is a tarot card
    @ Arindam Banerjee: Feel free to post you findings if they are interesting or "common mistakes", but please only use this thread. Ideally this is stuff for the wiki - if not already in help.sap.com or the system itself...
    Specifically in this case, user menus is no easy task in the wild and is very dependent on how you build your roles.
    Cheers,
    Julius

  • Attaching Customer area menu ( ZMENU ) to SAP menu

    Hi all,
    I have a Z area menu which has some Z transactions attached to it. This Z area menu  must appear under HR in SAP menu. what is the procedure do this ?
    Thanks

    if u want to add only this menu in sap menu then
    goto  su01
    for u r user id, in defaults tab give u r area menu in start menu.
    regards.
    santhosh reddy

  • Adding a new server in the menu of SAP GUI 640

    Hello Everybody,
    While adding a new server to the menu of SAP GUI 640 using Server Tab after entering all details like :
    1] SAP System ID
    2] Hostname where message server is running
    3] SAP ROUTER :None
    After filling all the above details and after pressing the Generate List Button I am getting the following error .Please help me to know why this error is coming and suggest a solutio for adding a new server to my SAP GUI 640.But I am able to add a new server using User defined tab but I want to add a new server using Server tab.
    Below is error details which I am getting:
    Error:service'sapmsSBX'unknown
    Wed Jan 09 06:41:13 2008
    Release 640
    Component NI(network interface),version 37
    rc=-3,module ninti.c,line 463
    Detail NiPGetServByName: service 'sapmsSBX' not found.
    Thanks and Regards,
    Ashish Thakkar.

    Hi,
    check etc/services for sapmsSBX entry. If missing - add it (i.e. sapmsSBX      36XX/tcp - where XX is your instance no.)
    Add an extra [Enter] after last line of etc/services.
    Regs,
    FS

  • DIfference Between User Exits, Screen Exits, Menu Exits And BADI

    Could any one let me know the exact/practical dIfference Between User Exits, Screen Exits, Menu Exits And BADI. ? And why BADIs are more proned to use?

    Hi,
    User Exits:
    A user exit is a three character code that instructs the system to access a program during system processing.
    SXX: S is for standard exits that are delivered by SAP.   XX represents the 2-digit exit number.
    UXX: U is for user exits that are defined by the user.  XX represents the 2-digit exit number
    Menu Exits:
    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.
    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’s text when activating the item in an add-on project.
    Screen Exits:
    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’s flow logic.
    BADIs:
    Business Add-Ins are a new SAP enhancement technique based on ABAP Objects. They can be inserted into the SAP System to accommodate user requirements too specific to be included in the standard delivery. Since specific industries often require special functions, SAP allows you to predefine these points in your software. 
    And why BADIs are more proned to use?
    In contrast to above customer exits, Business Add-Ins no longer assume a two-level infrastructure (SAP and customer solutions), but instead allow for a multi-level system landscape (SAP, partner, and customer solutions, as well as country versions, industry solutions, and the like). Definitions and implementations of Business Add-Ins can be created at each level within such a system infrastructure.
    SAP guarantees the upward compatibility of all Business Add-In interfaces. Release upgrades do not affect enhancement calls from within the standard software nor do they affect the validity of call interfaces. You do not have to register Business Add-Ins in SSCR.
    The Business Add-In enhancement technique differentiates between enhancements that can only be implemented once and enhancements that can be used actively by any number of customers at the same time. In addition, Business Add-Ins can be defined according to filter values. This allows you to control add-in implementation and make it dependent on specific criteria (on a specific Country value, for example).
    All ABAP sources, screens, GUIs, and table interfaces created using this enhancement technique are defined in a manner that allows customers to include their own enhancements in the standard. A single Business Add-In contains all of the interfaces necessary to implement a specific task.
    The actual program code is enhanced using ABAP Objects. In order to better understand the programming techniques behind the Business Add-In enhancement concept, SAP recommends reading the section on ABAP Objects.
    Regards,
    Ferry Lianto

  • Sap menu

    Hello All ,
    i would like to disable sap menu and keep only user menu by default from logon screen.
    may i know how to disbale .

    Hi Sagar,
    There is table SSM_CUST
    and there are lot of options which need to be maintained by you.
    if you want to diable sap menu you can set this option
    SAP_MENU_OFF   - yes
    ALL_USER_MENUS_OFF and don't maintain any thing for this ID.
    Hope this helps,
    Regards,
    Rakesh.T

  • Execute Query from SAP Menu with Analyzer

    Hi.
    I have created a menu for users. This menu contains links to queries that are opened with Internet Explorer.
    Now, i want to have another link but instead of opening it with Internet Explorer, i want to open them with Analyzer.
    Is possible to launch a query trough SAP Menu link in Analyzer? User will not need to open it trough 'Folder + Open Query ..'
    Kind regards,
    Inigo.

    Here are couple of directions:
    1. Create a local workbook which has embedded query. Store this workbook on a remote server or BI/FTP and create a link from it. But once this link is clicked, that workbook will be downloaded and user will have to login again in BEx analyzer.
    2. If we can call transaction "RRMX" from web, it will eliminate problem of relogin.
    3. Launching BExAnalyzer.exe file from web should launch analyzer automatically. Check whether this file accepts any parameters like open dialogue or query name??
    Hope something helps..
    Abhijeet

  • Graphic Extension to the SAP-Menu

    Hello Everyone,
    Did anyone knows whether it's possible to add extension to the SAP-menu.
    I would like to add some entries related to an external application.
    Another question will be :
    If I can do this, can I put it in a new package an export it to another system to have it there.
    What I also knows, that it should be consistent, when someone install some new packages from SAP, my client customization should not be erased.
    Ps. Has SAP some kind of Dynamic/Graphic Interfaces where we could do this ?
    Well, I'm not talking about the User Exit, in case someone will propose me that.
    Thanks In Advance.
    Best Regards,
    Kais

    A list of connections can be gotten in 1.1 from this call:
    Connections.getInstance().getConnNames()
    then to get the actual JDBC connection:
    Connections.getInstance().getConnection("MyConnName")
    -kris

  • Is it possible to open a query from sap menu favorite to excel?

    Hi all
    I have added a query in favorite . From the favorite in sap menu , i want to open the query in excel.
    Is is possible?
    Currently the query open in web.
    Please revert back if you have any idea
    Thanks
    ajay

    Hi Daya Sagar,
    You said the query saved in favorite from query designer will open in browser and the one saved from analyzer will open in bex excel. But it does not work for me. It saves as web icon and both query is opening in browser.
    Hi All,
    The different story for me is I have problem of opening the web browser by running a query from favorite or user menu because in the url I have different Client. Is there any way to fix this url problem. Any one in this thread can help me on this issue and will be awarded. Thanks.
    Raj

  • Crystal Report menu-item not visible on SAP menu of client

    SAP 2007A SP:00 PL:38
    Crystal Report 2008 (on start menu)
    Crystal Report 2.0.0.6
    1. Installed CR 2008 on server and it runs fine both from Start menu and from within SAP menu. SAP also shows Crystal Reports menu item and Crystal Admin.
    2. Installed Crystal Report on one of the clients and it works fine in same way.
    3. On 2nd client, SAP Crystal Runtime installed as follows: SAPCrystalSetup.exe run first, then DotNetFramework3.5  run - it resulted in "Setup error". Then run the CRRuntime_12_0_mlb.exe without errors. Then installed CR designer, On this client, Crystal Reports 2008 opens fine from Start menu. However from within SAP, it does not show Crystal Reports Admin nor the Crystal Reports menu-item.
    a) This user has "automatic" start of Crystal Reports 2.0.0.6 in Add-on Administration.
    b) However, in Add-on Manager, Crystal Report does not show at all.
    c) In Add-Remove programs, I see that Microsoft .Net Framework 3.5 SP1 exists on the client.
    d) OS is Microsoft XP.
    How could I see Crystal Administration or 'Crystal Reports' menu-item from within SAP on this client?
    Thanks, Ajay Audich

    Hi,
    1) On Add-Remove Programs on the client, I see the following:
    Crystal Reports 2008 Runtime
    Crystal Reports Basic 2008 for SAP Business One
    Microsoft.NET Framework 1
    Microsoft.NET Framework 2.0 Service Pack 2
    Microsoft.NET Framework 3.0 Service Pack 2
    Microsoft.NET Framework 3.5 SP1
    SAP Business One Crystal Reports 2.0.0.6
    2) The settings are:
    Company Preferences for Crystal Reports for SAP Business One / Version 2.0.0.6/ Default Group Automatic/ Active Yes
    User Preferences Tab-User RT-Preference is set to Default.
    On server, 'Installed Add-ons' tab shows Crystal Status as 'Connected'
    However, on the client, Add-on manager, both "Installed Add-ons" as well as "Pending Add-ons" tabs do not show Crystal Reports row at all.
    3) The user RT on the client is a super-user.
    Thanks.

  • Problem with the SAP menu in CRM 2007

    Hello all,
                  We just had a brand new installation of SAP CRM 2007 in our organization. As soon as I logged in I am puzzled to see that all the menus and menu paths won't show up.
    For example:
    If I go in to Master data --> Business partner --> There is no menu path for Maintain Business partner etc.
    Same is the case with Marketing, Sales and Service. I don't see any of the real menu paths for creating marketing projects, segment builder, sales order creation screen etc. All these components are missing.
    I checked on SU01 regarding the roles assigned to me. There were none and the profile assigned to me says "Z_SAP_ALMOST_ALL" or something. I tried finding out the existing roles and am not sure about the options. I added the role for business partner in to my user ID, logged off and logged on and still nothing shows up.
    The menu is still the same.

    Jack,
    I'm going to be very polite here about this, but did you read the CRM master guide before your installation or any of the documentation on CRM 2007?
    If you have read this you would have realized that the SAP GUI is no longer supported for most business user tasks in CRM according to OSS note 1118231.  In addition a search of this forum would have revealed this same answer.  That is why those transactions are removed from your menu.
    SAP Easy Access CRM 2007 menu
    In future please do a search before asking these types of questions.  I'm going to lock this thread as it duplicates a past thread and is a generally known CRM 2007 fact.
    Thank you,
    Stephen
    CRM Forum Moderator

  • Can we add our own menu in sap easy access screen

    can we add our own menu in sap easy access screen
    along with the existing menu items...
    ex : can i add the new menu item as help1 on that screen
    regards
       raghu

    go  to transection se43 ...ther e  u can create   ur  own menu list.. and  ur  cusomize transection to that perticular menu list.....
    You can enter the area menu in the command field like any other transaction code, also in menu exits can be filled with a area menu.
    You might play a little with S000 and S001 - when you enter them, the menu tree of easy access changes.
    Do you search for the menu exits to append your area menu into the standard menu tree?
    Message was edited by: kishan negi

Maybe you are looking for

  • "Creation of login object failed" after MAS generation

    Hi everybody, I am working on CRM Mobile Sales 5.0 SP6. I have performed the initial generation with the .NET Application Studio. It gave me 6 errors and some warnings. Now when I tried to logon my mobile client I 've got following error: "Creation o

  • Setting speaker with Audigy 2 under Vi

    Hello, I've a problem under Win Vista with an Audigy 2. When I try to set the speaker to 4. or 5. the software doesn't save the settings. Someone knows how to solve this problem? Thanks Andy

  • JSF 2 on Websphere Application Server 7.0.0.9

    I am trying to run JSF 2 in WAS 7 (RAD 7.5). I could see that WAS loaded Mojarra JSF 2.0.2 libraries. However, WAS Is not able to identify/locate f:ajax tag. I could'nt find ajax tag in the tld libraries. Any idea? I referrred this link to get some i

  • Firefox menu bar appears- file/edit/history etc but the actual page with the search bar does not appear and is blank

    when clicking firefox icon to open the internet, all that appears are the options along the top of the page. the rest of the screen does not appear revealing the desktop picture. The firefox page with the search bar does not appear. http://imageshack

  • Activation terminates a running workflow.

    Hi, i have a workflow package with mutliple Pages in it and a running workflow on this Workflow package. When i use the "Activate"-function in the siteadmin for one of the pages in the workflow package the workflow is terminated. Same for the "Deacti