Technical names Deactivation in User menu

Dear Gurus,
The Internal requirement is - Users should not be able to see Technical Name of Transaction codes.
Ex : When user is assigned to Transaction Codes like SU01
When user logs in he should have to see only description " User Maintenace" not
like SU01 - User Maintenance .
SU01 should not be visible to end user ?
how can i deactivate the Technical Names in the menu system wide, if we have solution user wide it is pretty good.
Thanks in Advance
Regards
PRS

Hello,
in transaction SMOD enter 'SUSR0001' as enhancement.
In the frame 'Object components' mark 'Components' and press the 'Display' button.
In the frame 'Function module exits' double click on the function module 'EXIT_SAPLSUSF_001'.
Now you'r in the function builder and should see the coding of the function module.
Should look like this:
FUNCTION EXIT_SAPLSUSF_001.
*"*"Lokale Schnittstelle:
  INCLUDE ZXUSRU01.
ENDFUNCTION.
Double click on the word 'ZXUSRU01'.
The system should ask you: 'Include ZXUSRU01 does not exist. Create Object?'
Answer with 'Yes'.
If you are registered as a developer you should see the editor where you can enter code.
Regards, Michael

Similar Messages

  • Display Technical Names for al users

    Hi
    My requirement is: Every user should able to see SAP Technical Names after he/she login. What is the global parameter we need setup and where? Normally individual user can setup by selecting Extras -> Settings --> Technical Names On
    Thank you,
    Mohan

    Hi,
    those settings are stored in table AGR_DATEU where ID = 'BROWSER_OPT' and UNAME is user name. I don't know about any global parameter. There are two FMs PRGN_SET_BROWSER_OPTIONS_USER and PRGN_GET_BROWSER_OPTIONS_USER which you can use to write a report which will set this parameter to all users.
    Cheers

  • Find query technical name for a deleted query/workbook in the User Menu

    Hi,
    When a BEx workbook or BEx query is published in a role, people with that role will see the query / workbook in their user menu.
    It is possible to change the caption/title of the 'node' in the user menu so it does not necessarily have the same name as the report.
    I am now in a situation where a user tries to run a query/workbook from the user menu, and runs in an error message 'query does not exist on server'.
    How can I found out to which query/workbook a node in the user menu refers?
    I have tried the Metadata repository but because of the many nodes in the user menu this is a laborious task.
    I was hoping to find a table where I could use the role name and node name to find the 'target' report but I haven't been able to find such a table.
    Any (other) suggestions?
    Many thanks,
    Jan.

    Hi,
    You can publish the workbook to the role and as user have access to the role he can access the workbook also.
    Regards,
    Kams

  • Deriving Planning Folder Technical Name From User-Exit

    Dear Colleagues,
    For those of you who know ABAP, do you know if it is possible to determine the technical name of a planning folder from within a user-exit (i.e. planning function that has been executed from within a planning folder)?
    Customer states: They would like to use a Planning Folder, and invoke a planning function of type user-exit (i.e. via button in folder), which will execute an ABAP that has a case statement for conditional execution of steps, based upon the technical name of the planning folder that invoked the call.
    Thank you in advance for any guidance or feedback you may be able to offer.
    -M

    Hi Michael,
    Write this code in the exit function
    FIELD-SYMBOLS: <fsl_class> TYPE REF TO cl_upb_pm_applc.
      DATA:          name(50),
                     plan_folder TYPE upb_y_ps_name.
      name = '(SAPLUPB_PM)gr_applc'.
      ASSIGN (name) TO <fsl_class>.
      IF sy-subrc = 0.
        CALL METHOD <fsl_class>->get_active_pm
          RECEIVING
            r_pm = plan_folder.
      ENDIF.
    Glad I could be of help to the mastero.
    Let me know if it worked.
    thanks

  • Technical name of user fields

    Bonjour,
    I am writing a workflow which aim is to send a notification to user when he or she is added in opportunity team. I can rebuilt the email address but when names are in two pieces it does not work. So the best solution is th retrieve the email address from the user object thanks to JoinFieldValue.
    User is not an object available for workflow, I found the right name of the user identifier (UserId) but I cannot get the one for the email address.
    Does any one of you have this information ?
    Thanks in advance
    FI

    Try with User value('<EMailAddr>'). Hope it will works. good luck.
    Cheers
    Subbu

  • How do we make the field's technical name appear in the selection screen

    Hi everyone,
    When we go into the manage of a target for diplaying the content of the object say active data table of ODS, I can only see the technical name of custom objects( infoobjects) like /bic/zcust but the technical name of the business content Infoobject ( like /bi0/material) is not seen instead I only see the description, How can I see the Technical name in the Selection screen of the data browser
    Thank you in advance

    Hi BR,
    I have already tried that. but I cant see the tech name for the Content Infoobject there. And I have also tried User specific settings from the settings Menu.
    If any more options available. PLz tell me
    Thank you

  • How to Hide User Menu at the Bottom of the Screen

    Hi, all:
    I am new to apex, currently using 3.2.1.
    I have created a simple interactive report, the screen shows report data correctly AND
    a user menu at the bottom. the user menu content is:
    user name
    Home Application 101 Edit Page 1 Create Session Activity Debug Show Edit Links
    how do I hide this menu when end user access the app?
    Thanks,
    John

    Hi,
    That "menu" is called developer toolbar.
    It is visible only when you have login to APEX builder and run your app.
    So it will not be visible for end users.
    Regards,
    Jari
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Display technical name of a query in a web template ?

    Hi,
    I try to display in a basic web template the technical name of my query with a web item. In this order, I have tried to use the web item 'Text Elements' but how could I configure the latter in order to have only the technical name ?
    I have selected 'Display General Text Elements' in properties of the web item.
    In the property 'List of Text Elements', what is the couple of values that I have to configure ?
    Many thanks,
    CG.

    Hi,
    What you need to do is, keep a TEXT Web Item in the template.
    Then do not tick any of the options under Specific. Instead, go to List of Text Elements. In the first column, select General Text Symbol. In the next column type REPTNAME.
    This will give the technical name of the query in the output.
    Common text elements:
    u2212 technical name of the query (REPTNAME)
    u2212 description of the query (REPTXTLG)
    u2212 InfoProvider (INFOCUBE)
    u2212 key date for the query (SRDATE)
    u2212 accuracy of the data (date and time) (ROLLUPTIME)
    u2212 the person who wrote the query (AUTHOR)
    u2212 the last time the query was changed (date and time)
       (MODTIME)
    u2212 the last person to make changes to the query (MODUSER)
    u2212 current user (SYUSER)
    u2212 the last time the query was refreshed (date and time)
       (SYUZEIT)
    Try this. Hope it helps.

  • Technical names in Business Role selection screen

    Hello,
    When I log on to the WebUI I get the selection screen for the Business Roles (correct because I'm assigned to multiple).
    But in the selection screen the Technical Names of the Business Role is hown too and I don't want to show these to the users.
    So does anybody know how we can disable showing the technical names in the business role selection screen?
    Can it be done in BSP crm_ui_start > Page Fragments  > selectBusinessRole.htm Selection of Business Role? If so, what do i have to change?
    Thnx!
    Regards,
    Joost

    Hi Joost,
    This technical information is the tooltip that is comming from the following line.
    crm_ui_start > Page Fragments > selectBusinessRole.htm
    at line no 29
          tooltip="<%= profile_detail %>"
    If you can remove this line then technical information, that comes up when you do mouse over the role description, wouldn't come.
    Regards
    Ajay

  • Understanding the User Menu in XI

    hi,
    I am pretty new to XI (as you can probably tell by few queries i have posted).
    When you log in to your XI SAP system, the system essentially displays a "User Menu", which includes many folder with different options for monitoring, sld, runtime settings, configuration,...etc.
    Just curious to find out what each of the options on the user menu does and more so when would you actually use those options. Have tried to click on some of the options and get familiar with them. But is there a more specific document provided by SAP that explains each functionality (besides maybe the documentation help).
    Also speaking as a beginner, what is a good strategy to get more acquainted and understand XI? Your thoughts would be appreciated.
    Regards,
    Manpreet

    Hi,
    Apart from help.sap.com, u have very good Articles in the <b>articles section</b> which will speak about Design, configurations, Adapters, Runtime and all u need in different pdf files and ppts. all u need to do is go to Articles section and serch for the Right document that u need. ( i cannot mention all the pdf file names here.. it will fill the whole page ).
    also when u go to XI home page, u will find
    <b>e-learning</b> link on the righthand side. Listen to the Beginners section.This will also help u a lot.
    While creating scenario's u can look at the <b>weblogs section of XI</b>. and its a knowledge repository ( help.sap.com made simpler )
    all the above mention links help u in understanding XI better. But u should start working on
    1) simple File to File
    2) File to DB  and other simple scenario's to really get how things work in XI.
    The best part is u already have weblogs (step-by-step procedure ) mentioning these.... )
    For the rest u have XI forum )
    Hope this helps you.
    Cheers,
    Siva Maranani.

  • Inputting technical name for varaints in portal makes it viewable to all

    Hello all, we are BI 7.0 using Portal for reporting
    This is the issue I am facing, when an user is trying to save a varaint for any particular query it asks for description and technical name. Now if the user only enters description and not tech name still the system accepts it and it works fine. If user inputs both the fields still it works fine. But now the difference is that if the user has entered technical name than that varaint can be viewed by all the users kind off like global variant for everyone; and if the user only inputs description than only the user that created the varaint can see it.
    So i just want to take away the technical name box from that screen; where/which template do I need to modify? I am using 0ANALYSIS_PATTERN for reporting.
    Is there any other work around for this or information that i am missing and i am seeing such behavior can someone explain.
    Thanks in advance

    Hi guys,
    Thanks for your answers first of all.
    I don't want to store the technical name of the openhub in the logical file name....i want this to be determined dynamically, depending on the openhub that is used with this logical file name.
    I was wondering were i can fetch the openhub technical name during the execution of the DTP on the openhub / when also the function module FILE_GET_NAME is being ran.
    Let me know!
    Thanks in advance!
    Regards,
    Freek

  • Technical Names appearing in the report output

    Hi Experts,
    I am in support and got a strange case. When one of the users runs the report in web, he sees technical names of the fields instead of their description. On the contrary, when I run the report, everything comes fine. I don't know where the problem could lie. If you can help me, that would be really great.

    Hi Shobhit,
    Please check that if the objects are Translated to the language User is using.
    When you try to run the report, you might be using English as default language and everything is there in English only.And when user tries to run the report, most possibly use's login Language must be different.
    You can crosscheck this by using the users language while logging in to Analyser,
    If this is the case (Translation) even you will see the Technical names.
    For Translation Help :
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30a65c3a-2ad5-2910-a4be-88412392cfe5]
    Hope this helps.
    Best Regards,
    Pratap Sone

  • How to create a duplicate of the Manager ID field in the Create user menu

    Hi,
    I´m trying to create a duplicate of the Manager ID field in the Create user menu (with a different label). I need to add it a field with the same funtionality of the Manager ID field (search users with filters) but I don´t know how.
    I try to made a new adapter using the Thor.API.Operations.tcUserOperationsIntf but it don´t let me to map the input parameters.
    Also I try to assing an existent Lookup to a new UDF, but I couldn´t find the correct one.
    Did anybody do that??
    Thanks!

    Hi Kevin,
    First I created a a user defined field called USR_UDF_CONDUCTOR (Lookupfield type).
    Then I added the following lines to de FormMetaData.xml file:
    </Attribute name="-750" label="global.label.conductor" displayComponentType="LookupField" variantType="long" dataLength="50" map="USR_UDF_CONDUCTOR">
    <ValidValues lookupMethod="findUsersFiltered" operationClass="Thor.API.Operations.tcUserOperationsIntf" displayColumns="Users.User ID,Users.Last Name,Users.First Name" selectionColumn="Users.User ID"/>
    </Attribute>
    <AttributeReference editable="true" optional="true">-750</AttributeReference>
    When I try yo Create a new user, the OIM System Administrator returns a System Error.

  • Technical Name is not displayed on the hierarchy

    Hi,
    While diplaying the hierarchy on the web interface for a particular node only description is visible. We want to display the text as well as the technical name of the node.
    Is it possible to display the technical names of hierarchy nodes in the variablescreen of a webapplication in BW 3.x?
    Regards,
    Anita

    Firstly check no UI elements are hidden via Personalization (Ctrl and Right Mouse button) on user level or in the PCD preview at administrator level
    Secondly check you are operating a recommend SP landscape
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/profile/marcio+leoni
    --->HOW TO GET RID OF SP STACK MISMATCH ISSUES
    Next check that none of the fields are marked as unused in V_T588M, V_T588MFPROPS,  V_T588MFPROPC
    Hope this helps
    Stuart

  • Can't change a Restricted Key Figure technical name in QD BEx 7.1.0

    A few days ago I created a new Restricted Key Figure in Query Designer and it was autopopulated with a default technical name.  So I immediately changed it to 'ZRNPVORDINTFACTPPP_FY'.
    Now, today, I realized that the 'F' in the technical name is a typographical error and I need to remove it.  I clicked the Restricted Key Figure on the left from within the list and clicked the Change/Display pencil icon in the properties window, but the Technical Name field is still greyed out.  Also tried right clicking and selecting Edit, but same problem.
    Would removing all instances of where the figure is used in the query and other queries allow me to change it?  Could it be a user rights issue?
    As always, thanks for the help!

    Hi,
    After creating a RKF , you cannot change its technical name.
    If the RKF has a lot of restrictions and creation of another similar RKF is a big process ,
    you can create a copy of the same through transaction RSZC.
    In RSZC , give the source and target cube name as the name of the multiprovider on which your query is built,
    select restricted keyfigure ,click on execute ,  in the list which comes after execute find your KF 'ZRNPVORDINTFACTPPP_FY'
    and click on transfer/copy option available.Change the technical name as you want and then click on execute. A similar keyfigure with the desired technical name will be created in query designer ,global keyfigures .
    Replace the same with your Old keyfigure in report.

Maybe you are looking for