New SAP system menu option

Just a quick question, if you add a new function code to the Standard SAP System Menu options via program MENUSYST / status MEN where do you add the abap code for this functionality?
Regards
Mart

The necessary java code to achieve this needs to be put in the file: includes/bodyStart.jsp above the line that creates the navigation bar:
<% String navBar = p.getMainNavigation();
For example, let's say we want to add a new tab that gives us a shortcut to the debug/session pages, and a sub-tab below it that lists all configuration objects in the repository. Here's the code for it:
// Add a tab..
com.waveset.ui.PageNavigation DEBUG_PAGE = new com.waveset.ui.PageNavigation("Debug", "debug/session.jsp", 0);
DEBUG_PAGE.setRequiredPerms(new com.waveset.object.Permission[] { new com.waveset.object.Permission(com.waveset.object.Type.SYSTEM, com.waveset.object.Right.VIEW, true) });
p.addPage(DEBUG_PAGE);
// Add a sub-tab..
String urlDebugListConfiguration = "debug/List_Objects.jsp?List_Objects_Type=Configuration";
if (! DEBUG_PAGE.containsSubPage(urlDebugListConfiguration) ) {
com.waveset.ui.PageNavigation DEBUG_LIST_CONF_PAGE = new com.waveset.ui.PageNavigation("List Configuration", urlDebugListConfiguration, 0);
DEBUG_LIST_CONF_PAGE.setRequiredPerms(new com.waveset.object.Permission[] { new com.waveset.object.Permission(com.waveset.object.Type.CONFIGURATION, com.waveset.object.Right.VIEW, true)});
DEBUG_PAGE.addSubPage(DEBUG_LIST_CONF_PAGE);
As seen above, appropriate rights can be coded to limit the visibility of these tabs to administrators with certain capabilities. For a complete list of rights, refer to the IDM documentation and the java-docs for com.waveset.object.Type and com.waveset.object.Right.

Similar Messages

  • Transfer GL Accounts to a new SAP System

    I need to transfer G/L accounts to a new SAP system.
    I am trying to use Data Transfer Workbench. I need to know do we create it in the Company Code from where I have to move the GL master data or in the target system.
    One more question, after Extract GL Master Data file is generated-the next step is to create the spreadsheet file. I am not able to find where we do it.
    All help is appreciated.

    I am using the tcode SXDA. The next step as explained in the SAP R/3 documentation is Processing a file with spreadsheets. It done as follows:
    Import the file using a spreadsheet program and set the columns to the data format Text.
    Edit the file using the spreadsheet. You can enter your data manually or copy it from another spreadsheet file.
    When you have finished editing the file, save it with the extension "txt".
    But I am not able to figure out how to do that. If anyone knows, please explain little bit in more detail like how can I import the file using a spreadsheet program.

  • GuiXT:  Recently we have added new SAP system EIQ

    Hi,
    Our client is using GuiXT since long time. Recently my firm started
    taking care of GuiXT operations. Recently we have added new SAP system EIQ. GuiXT is not working on the new system. It is working fine with other existing SAP system EIT and EIK. Please let me know what all GuiXT related settings need to be done on the new server.
    Thanks in Advance
    Regards
    Gaurav Raghuvanshi
    Message was edited by: Matthew Billingham - Please read the Terms and Conditions re: "urgent"

    Hi Gaurav,
    You need an additional key for the new system, which Synactive will provide as part of your client contract. Once you have the new key configured in the guixt ini file, everything should work as desired.
    Good luck.
    Best,
    Vishal

  • "I have New SAP System"

    Hell All,
    I had a fresh Sap System How to configure all the connections.
    Regards,
    ch.

    Hi ch:
    Take a look at the SAP notes below.
    Note 184971 - "Notes on BW source system connections"
    Note 1478123 - "FAQ: Source system"
    Note 184447 - "Building a BW-system landscape"
    Regarrds,
    Francisco Milán.

  • Material master upload to new SAP system

    Hi,
    Please help me to decide the procedure on migrating material master from ECC 5.0 to ECC 6.0.
    One of my idea is to use LSMW and other is to use ALE.
    I am expecting many changes in the current material master, so using standard ALE BD10 is difficult. Example: ECC5.0 material type "ABC" would be "XYZ". (XYZ and ABC are of same material type, example: FERT). I choose to have different material number in new system. Like that there are few more changes.
    What are all the best methods to extract the data from ECC5.0? I was checking the program RMDATGEN to download the data, but it is not readable. I can prepare a file format and map the columns in ECC6.0 LSMW. Since both the systems are SAP, I am thinking why to prepare a seperate input file format? Again I need to download the data from ECC5.0 for that format. Is there a simple to download and upload the data? Please let me know.
    Thanks
    Nagarajan

    Here you define your Partner profile:
    IMG > Application Link Enabling (ALE) > Modelling and Implementing Business Processes > Partner Profiles and Time of Processing > Maintain Partner Profile Manually
    And in the details you define for yor message type MATMAS:
    Receiver port: X
    Output mode: Collect Idocs and Do not start subsystem
    This collection writes the idocs to a file.
    This file can then be found in SAP file system with transaction AL11.
    a clever basis guy can then move it from there to your network.

  • Purchase Order Data transfer from one old sap system to new sap system

    hi all,
    Suppose i have created some purchase orders in one client( old sytem) that are accurate according to our need .
    Now instead of creating same purchase orders again in in new system is a useless task.
    SO i want to upload these purchase order directly from SAP old system to
    SAP new system.
    How to execute this task.
    CAN anybody help me out with simple example  plz..
    thnx & rgds

    using ALE & IDOCS you can trasfer data from one system to another

  • System menu option

    Hi Friends
    I am working on SAP R/3 4.7,oracle DB & AIX OS.
    Can we block the save to local file or office folder & print option from a particular T-Code.
    I want to block this option from a particular T-Code.Is it possible?
    System>list->save--->local file 
    Gopal

    Hi Gopal,
    It seems a security issue. you can do the following.
    go to suim and check which role has the transaction assigned.
    or you can define a z role and assign the transaction to it.
    There is a object, something lie ...s_gui which you need to block for the transaction.
    This will grey out the file download option.
    If things are not clear, then please search for s_gui, you will get some doc on it.
    Regards
    Prashant

  • Adding New SAP System in System Configuration

    Hi
    i want to add a new system in Portal
    i follow the path system administration -- system configuration -- portal content -- <my folder> -- < add system template >
    i can successfully do this
    in the objects i have maintained
    Connector
    where i have given system details like IP Address,Logical name, Client Sys Nos,remote Host Type,SID
    i have also maintained
    User Management
    where i have given logon Method <UIDPW>,User Mapping Type as <admin,user>
    i have created a system Alias also
    now when i do the Connection Test
    i m getting the following error
    Error
    Test Connection with Connector
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
    Results
    Retrieval of default alias successful
    Connection failed. Make sure user mapping is set correctly and all connection properties 
    how can i rectify this error and if this is not the right forum in which forum i need to post this message please suggest.......
    Regards
    Neha Shah

    Hi,
    which System Template did you use?
    Did you maintain the Usermapping in the identityManagement for the User that is currently logged on?
    Did you set 'Authentication Ticket Type' to 'select'?
    Kind regards
    karin

  • Integrating new SAP systems into GRC 10

    I already have one landscape configured into GRC AC 10 and running successfully.  As this was done by vendor, now I would like to add different landscapes exisiting in our company into GRC 10 to take the full advantage of AC 10.
    I do not have the total step by step guide to do it, so i wish to know if anyone can briefly suggest the instructions on how to achicve tihs. 
    I remember the following steps to be done:
    1. Adding rfc connections in sm59 in both target and host systems.
    2. Adding connector and configuration settings in SPRO.
    3. Can we use the existing MSMP and BRF+ workflows for new systems?
    Please suggest more steps required to configure the new systems.

    Hi there,
    This can be quite involved and it is unlikely that you'll get everything that you need on this forum as it will vary considerably depending on your existing blueprint and requirements.
    If you want to add multiple more landscapes, then you are correct in that you'll need to create RFCs and then perform the additional SPRO configuratiion as appropriate. However, take great care around your management of the connector groups and managing the transports around connector settings.
    In answer to your workflow question, it depends whether you have workflow which is dependent on the system or connector. If connector is not important in the workflow derevation, then it should work fine for additional systems. If there is an element which is dependent on the system, then you'll have to augment the rules to identify the new ones in the configuration.
    I would look at the scope of work and work out what you actually want to do then make a decision about whether you need to engage some additional assistance (either from your previous supplier or a new supplier) or whether you wish to upskill your own people to support it. I would have thought that some administrator training would have been provided though by your existing supplier?
    Simon

  • Installing new sap system

    hi everyone
    we have a 2 system landscape.the disk space left on dev  is only 28gb. and the production size is 230 gb or something .we want to refresh the production system on the dev server atleast once a month.so is it advisable to upgrade the hardware of dev server (if so how?) or is it better to install a quality system and refresh the production on quality (how to install the quality server what are the requirements what are the things to be considered?) it like converting the 2 system landscape to three system landscape.plz give me related note numbers or links to study or provide me some documents.any information will be helpful
    regards
    subhash

    Hi,
    we have a 2 system landscape.the disk space left on dev is only 28gb. and the production size is 230 gb or something .we want to refresh the production system on the dev server atleast once a month.so is it advisable to upgrade the hardware of dev server (if so how?)
    -> how you refresh DEV server from Production server? with client export/import or system refresh with DB copy?
    Space on DEV server is low so you can add new HDD on DEV server eaisly.
    then check Note 363018 - File management for SQL Server
    converting the 2 system landscape to three system landscape
    -> if you want to install new QAS server then you can perform homogeneous system copy from PRD to QAS
    so no need to refresh QAS client ( i.e same as  PRD )
    check 151603 :Copying an SQL Server database (homogeneous system copy)
    also check 551915 - R/3 won't start after database restore or database copy
    then configure STMS again for three system landscape.
    regards,
    kaushal

  • How to add new sap system to widget in ecclipse.

    Hi all
    i tried to add my sap server. but while testing the connection it is giving an error " SAP Widget Foundation isn't running. "
    i dont know how to configure that.
    plz help
    jay

    In the meantime, refer to [https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=16513]

  • Importing new business systems into Integration Directory PI 7.1

    Team SDN,
    Team We have presently upgraded to PI 7.1(inline upgrade XI 3.0 was the older version).  There are some changes like Import of software component version from SLD to ESR. intially we use to do in Xi 3.0 by selcting tools and import, but now we have to do different manner like going to ESR click on new and under work areas we have SCV. Do we have any new procedure fro importing business system into integration directory PI 7.1.
    Please share with members if wht are the new changes in PI 7.1 work proceses  like the one i mentioned above importing SCV(please don't start ESR and blah blah) any real issues wht we will encounter in termsof PI 7.1
    Thanks SDN.

    Hi Madhu,
    If you want to create a communication component for a business system from the System Landscape Directory (SLD), choose the Business System menu option.In the wizard, select a business system from the SLD and create a communication component for it in the Integration Directory.
    refer below link..
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/3e/60653f0c9fa075e10000000a114084/content.htm
    Regards,
    Raj

  • New Development system copy from Production

    Hi All,
    Hope you can help me out here with some ideas.
    We are currently planning to implement a new SAP BW Development system, and for this we would like to make it a 1:1 copy of our current production system. Meaning all from customizing, ABAP, workbench objects etc.
    But what we do not want is all the transaction and master data in infoobject, cubes etc., we are only interested in the structure and objects. Therefore we can rule out "System copy".
    My question is then, is there any other ways to do this when system copy is a no go? I know we can do client copy but then we will not get all the workbench / ABAP programs which we need.
    Any ideas on how to do this?
    Thx. in Advance

    Hi Rasmus,
    But what we do not want is all the transaction and master data in infoobject, cubes etc., we are only interested in the structure and objects. Therefore we can rule out "System copy".
    Options 1: As BI objects are cross client , copying client will not solve your purpose 100%.
                    You can perform system copy and then clean up data in DEV
    Option 2: You can create a new Development and then create TRs for required configuration objects and move to new development system.
    Option 3: Use SLO tools to perform container copy without any data.
    Hope this helps.
    Regards,
    Deepak Kori

  • How to add custom menu options in myaccounts module?

    Hi experts,
    To implement this, I have found myaccount.xml file in UI of myaccounts module. In this file, I found only menu headings but not menu options. Can anyone explain where data of menu options were populated from and how can I add my custom menu options? I also have tried to delete the menu heading but there was no effect. Please help!! I'm on WEC 1.0.
    Regards,
    Daro

    Hi Daro,
    the path to the billing module is "sap.com/wec/ecom/mc/billing". But nevertheless
    1.  you need only to enhance in your current modul the metadata.xml file with the link to your own myaccount.xml which you can create.
    2. and then you can define within the new file the menu options you need.
    3. the last step is to update your shop configuration with the new menu options.
    Best regards,
    Nico

  • Software components can keep modifiable in bw 3.5 system change options

    hello experts,
    can we keep software components modifiable in bw 3.5 production in system change option (se06)
    it very urgent

    Hi
    Transaction SE06 - Processing After Installation of the CTO
    Transaction SE06 has to be executed once in every newly installed R/3 System. This applies to an R/3 standard installation as well as the installation of a copy of an existing R/3 system.
    Transaction SE06 provides the following functions for processing after installation:
    Generating basic settings of the Change and Transport Organizer Closing other requests and tasks  Setting the system change option
    Meaning of the system name The system name (SID) is defined during the installation with R3setup and cannot be changed subsequently.
    When you choose names, make sure that there are no naming conflicts with existing systems. Under no circumstances may two systems within an SAP system group have the same name.
    The installation type of the R/3 System is specified in the initial screen:
    R/3 standard installation
    The R/3 System was installed from the SAP CD using R3setup. It is assumed that the system is running on a correct, delivered version of the R/3 System. No adjustments based on corrections or repairs have been made.
    If you set up an R/3 System that originated from a database copy using this option, problems could arise when you upgrade or modify objects with the Change and Transport Organizer.
    Database copy or database migration
    The R/3 System was created on the basis of a copy. R3setup provides utilities to do this. The R/3 System needs to be assigned a new and independent role within the SAP system group or outside of it.
    Before you connect the new R/3 System to the SAP system group, you have to give it a name that has not yet been used in the group.
    You should avoid using a previously used system name as this could cause serious complications and may also lead to the loss of information.
    If you have installed your SAP System as a copy of an existing SAP System then you must configure the CTS after installation.
    In SAP Systems installed with R3setup from the SAP CD the basic settings for the CTS are generated during the configuration of the  Transport Management System. You do not need to perform any processing after installation.
    Transaction SE06 provides the following functions for processing after installation:
    Generating basic settings of the Change and Transport System
    Setting the system change option
    Closing foreign requests and tasks
    You must specify the installation type of the SAP System on the initial screen:
    Standard installation
    The SAP System was installed from the SAP CD using R3setup. It is assumed that the SAP System is running as a correct, delivered version. No adjustments based on corrections or repairs have been made.
    If you set up an SAP System that originated from a database copy using this option, problems could arise when you upgrade the system or modify objects with the Transport Organizer.
    Database copy or database migration
    The SAP System was created on the basis of a copy. R3setup provides utilities to do this. The SAP System needs to be assigned a new and independent role within the SAP system group or outside of it.
    Before you connect the new SAP System to the SAP system group, you have to give it a name that has not yet been used in the group.
    Do not use an existing system name since this could cause serious conflicts and may lead to the loss of data.

Maybe you are looking for

  • Multiple calendars on single palm

    Is there a way to have multiple calendars loaded onto a single palm utilizing corporatetime and a 3rd party utility? The situation is an administrative assistant needs to keep track of their own calendar, plus the calendars of two other executives. T

  • Installing wireless HP LaserJet P1102W on a MACbook Pro 10.9

    This is a new printer and install. I cannot figure out how to get it to print wireless. Prints fine with USB cable. Do I need a different driver or ???

  • Shooting night video with the G16

    I'm looking for advice. I've only had my Canon G16 for about a month and I need to do some extensive night video. I'm wondering what's the best setup to use. Can I adjust ISO, white balance, etc. while shooting video? (I know I can adjust exposure co

  • Airport Express Assistant Sofware Download??

    I have a new macbook pro with tiger and bought an airport express because I want to stream music to my speakers. I cannot get my computer to recognize the airport express. Do I need to download the assistant? If so, where can I download this? Thanks

  • Backup Application Data

    how to backup the application data like Myfund, xpenslt...sync to itune will take the backup of application data? Thanks