Assigning a t-code to a user

I'm an SAP newbie so forgive this question.....
Is it possible to grant access directly to t-code to a user id without the code existing within a role or authorization?
I've been asked to give a user access to pc00_m99_dkon. I believe this must exist within a role and CANNOT be assigned otherwise.

Hi,
Use SUIM. You have various options. You can choose roles by transaction code or tcode by role etc.,
TCode is normally assigned under AAAB Object Class under S_TCODE object in a role via PFCG. You cannot assign only a tcode to a user. Only to a role/profile.
Rgds.

Similar Messages

  • Short cut assign all transactions code to a user, restrict only few tr code

    Hi,
    I know how to assign transaction code to user, and restrict transaction codes to the user through pfcg assigning role.
    If I want to assign all transaction codes to a user except say su01, and pfcg, then I have to write all the transaction codes to a profile assigned to the user except pfcg and su01, which is a tedious job.  Thus is there any way like in sap_all if I can exclude only those transaction codes which I want to exclude to a user. 
    No one would like to write down 1000 tr code assigned to a user. Is there a short and better way?
    Thanks
    syed

    Create a new role using PFCG go to the authorization tab and use the sap_all template and remove the authorizations for the transaction you don't want to assign.
    Thats it
    Regards
    Juan

  • Assigning a default value to a user property

    Hi everyone,
    do you know how can I assign a default value to a user property? It would be great if I should be able to assign it from the administration without writing any code (like profile web services...).
    Thank you!
    Alberto Marchiaro

    Hi Alberto,
    I don't think you can currently do this. In other words you can't set a default value for some object property and have it subbed in when no better value is available.
    You can however create a default profile, and set values for the object properties assigned to users (You do this by going to the "Default Profiles" manager). You can then edit the "Default Profile" that is already there (or create a new one), and edit the "Properties and Names". Set the value field to whatever you'd like to be copied by default.
    Once done, all new users that are created via a User Synchronization job will have this default profile. The changes will not apply to users that were previously created. If you created a new Default Profile in the Default Profiles Manager, then you need to goto the Authentication Source that you are doing your sync's from and pick which profile you'd like to use for All Groups. You can also create custom Default Profiles for various groups.
    Hope this helps,
    Akash

  • Error while assigning the fallowing role to the user

    Hi,
    ERROR 2007-01-18 14:13:25
    CJS-30196  Role SAP_BC_JSF_COMMUNICATION_RO is not assigned to user SAPJSF
    i am getting the fallowing error while trying to assigning the fallowing role to the user any body through some light in to it.
    Thanks
    kiran.B

    Hi,
    Standard roles are not assigned to users directly.Make sure that copy the role from standard roles then change naming convention like your company specification.
    Ex: standard role : SAP_BC_JSF_COMMUNICATION_RO
    Step:1: go to t-code: PFCG and give the role name in role tab SAP_BC_JSF_COMMUNICATION_RO
    Step:2: press copy button and change the naming convention.
    Step:3: Assign to the user.
    I hope it will help you.
    kiran kumar.v

  • I want to add transaction code for one user.

    Hi abapers,
    My requirement is;
    I want to add transaction code for one user.
    EX: zsdf to kanne.
    Can any body tell me the procedure step by step.
    With regards,

    If you want to give authorisation to an user for a particular tcode, you need to first include the transaction code in an authorisation Role and then assign the authorisation role to the user id in the transaction code SUIM.
    A Basis guy will be able to help you to do this and anyway this is not the job of an ABAPer.
    Hope this helps you.
    Reward if this helps you

  • Releasing codes of  a user for MM

    Hi masters,
    i have requirment on me29n..when a person creates a purchase orders he ( creater of the PO ) Should not release it.
    i am implimenting one of the user exits and my concern here is
    where do i find the releasing codes of this USER who is tryiing to RELEASE it?
    in which table will i get the releasing codes or is their any FM?
    hope am clear...
    thank you,
    pasala.

    Hi Basker,
    *EBELN  ERNAM FRGGR
    SELECT EBELN  ERNAM FRGGR
              FROM EKKO "Purchasing Document Header
              INTO TABLE IT_EKKO
              WHERE  "YOUR OWN CONDITION"
    *FRGGR    FRGCO
    SELECT FRGGR FRGCO
                  FROM T16FW: "Assignment of Role to Release Code
                  INTO TABLE IT_T16FW
                  FOR ALL ENTRIES IN IT_EKKO    
                 WHERE  FRGGR = IT_EKKO-FRGGR.
    The value of FRGCO is the release code for that user.
    Try it out, or
    You can use the BAPI_PO_RELEASE
    Thanks
    Sri

  • Assignment of Transaction variant to some users only

    Hi,
    I have created one transaction variant for T.code:MM02. With this some fields were made display mode. I want assign this Transaction variant to few of the users only not all users. That is for others the above are changeble.
    So I want to know how to assign this transaction variant to respective users only. If I activate this as standard variant, it is applicable to all. But I want to assign to few only.
    Reagrds.
    Veerappa
    Edited by: Chinna Veerappa on Oct 17, 2008 7:03 AM

    Hi,
    I tried this before posting the above. When I assigned some users, it is reflecting all users (Irrespective of users assignment, if I activated).
    Regards,
    Veerappa

  • Assignment of Transaction Code to Quick Viewer Program

    Hello,
    We have created the Quick Viewer under Production Server. We would like to assign the transaction code to the quick viewer program. Will it possible to copy the program from production server to development server, creation of transaction code & assignment of transaction code to program.
    Please explore the possibilities
    Regards
    Anilkumar

    Dear Mr. Srinivas,
    Thank you for your reply. I tried the same thing - my doubt is in catt we have various screens I want only the screen where user will assign the file and execute the data upload in the new transaction.I gave the program name and the respective screen number but - system is endlessly running without any output.
    Can you guide me on what should I do in case of multiple screens containing program.
    Regards,
    M.M

  • Assigning a T-code to the report created under transaction code (SQVI)

    Dear Gurus,
    I have joined three tables in t-code SQVI and created the report after assigning the required fields in list or selected views.
    Now I want to assign this report to a particular T-code, so that any user can access the same report without creating it in SQVI again.
    Kindly let me know how can I assign the T-code to this Report.
    Thanks,
    Abhishek

    Follow the following steps:
    1. Make a transaction with parameters transaction from se93 .
    2. Put START_REPORT in the transaction
    3. Check the skip intial screen checkbox
    4. in the table control in the end of screen put these values
    D_SREPOVARI-REPORTTYPE = AQ
    D_SREPOVARI-REPORT = <USER GROUP in WHICH THE QUERY IS CREATED> G
    (G stands for GLOBAL AREA:)(Entered after a space)(G should come after 9 chanracters(8 char for user group,one space and then G)
    D_SREPOVARI-EXTDREPORT = <QUERY NAME>
    Thanks & regards
    J Prakash

  • Assigning a t-code to a query

    Hello,
    is there a way to assign a t-code to a SAP query? the user would like to run the query using a t-ocde.
    the queries are located in the standard area (client -specific). if am not sure if this is helpful or not.
    thanks in advance for the help

    Hi,
    Execute query and next open another session se38
    You can see a program name something like this AQ03ZVPC_USR====INFO_PARTS==== in program name field
    assign a Tcode to that program.
    Other wise there will option to generate program in query. using that create a program and assign t code to that
    aRs
    Message was edited by:
            aRs

  • HOW TO FIND TRANSACTION CODE BASED ON uSER eXIT.

    HI FRIENDS,
    I WOULD LIKE TO KNOW HOW WE CAN FIND OUT A TRANSACTION CODE OF AN USER EXIT.
    MY USER EXIT IS : EXIT_SAPLV60B_002 .
    PLEASE LET ME KNOW .
    THANS IN ADVANCE,
    REGARDS,
    ROBERTS.K

    FUNCTION EXIT_SAPLV60B_002.
    ""Lokale Schnittstelle:
    *"  IMPORTING
    *"     VALUE(XACCIT) LIKE  ACCIT STRUCTURE  ACCIT
    *"     VALUE(VBRK) LIKE  VBRK STRUCTURE  VBRK
    *"     REFERENCE(DOC_NUMBER) LIKE  VBRK-VBELN OPTIONAL
    *"  EXPORTING
    *"     VALUE(XACCIT) LIKE  ACCIT STRUCTURE  ACCIT
    *"  TABLES
    *"      CVBRP STRUCTURE  VBRPVB OPTIONAL
    *"      CKOMV STRUCTURE  KOMV
      INCLUDE ZXVVFU02.
    ENDFUNCTION.
    Above is the interface of the function module stated by you, create the include zxvvfu02 by double clicking on it,
    put a break point in it and activate and in the debugging mode you can see that the structure XACCIT has EBELN i.e.
    purchase order no. assign it to the reqd field.

  • Assigning a default schema to a user.

    In Oracle can I assign a default schema to a user without using the later session command?
    Is there a ALTER USER setting where I can assign a user a default schema?

    Buddy,
    To answer to your question.
    1. First grant select any table or "grant select on all tables of user 'ELLIPSE' to the user "094137".
    2. Later to access schema ELLIPSE's objects, from "094137" user, you ll have to create public synonym to all of the tables in ELLIPSE schema.
    3. This way, the user "094137" can access all tables in SCHEMA ELLIPSE, with out specifying(prefixing) the schema name
    Hope this helps
    Thanks
    I would like the user "094137" to logon and have access to the tables in another schema "ELLIPSE" with out qualifying the table name with "ELLIPSE".
    The user "094137" has no objects of her own and only accesses the object of the schema "ELLIPSE".
    Is there a direct way of assigning a user (with no objects) to have a default schema of another users (without the alter session default schema statement)

  • Error--Control indicators not assigned to company code

    While creating PO in IDEAS following error is coming.
    "Control indicators not assigned to company code"
    Pl . suggest the remedy,
    Thanks a ton,
    Regards,
    NB

    Goto T code OKKP select your co.code on left side click on Activate components.
    in first tab " activate components" activate cost center ,  order mgmt, comm mgmt etc and save it.
    Reward if useful;
    Rgds
    GIrish Kavital

  • Assigning a function code to radio button in 4.5B

    I’ve a requirement wherein I need to trigger the PAI event in a module pool program when I select a particular radiobutton in a group and do some processing subsequently.
    For this I need to assign a function code to the radiobutton group.
    But the function code field is disabled for input in the properties screen of the layout. Our client system is SAP 4.5B.
    I am able to assign function codes to radio button groups in esuides(4.6C) and other systems.
    I want to know whether we can assign a function code at all to a radio button group in version 4.5B.
    If so, please tell me how to do this.
    With regards,
    ramu.

    Hi,
    we can't assign function codes to radio buttons.
    for assigning some code to radio button.check the radio button status.
    in PAI.
    if RAD1 = 'X'.
    xxxxxxxxxxx.
    xxxxxxxxx.
    elseif RAD2 = 'X'.
    xxxxxxxxx.
    xxxxxxxxxxxx.
    endif.
    regards,
    bharat.

  • Unable to assign all security roles to a user with a new custom security role

    Dear All,
    Happy New Year.!
    I have a query regarding the assignment of Security Roles to new users in CRM. Normally we assign the security roles to new users via an Admin user who has 'System Administrator' security role assigned to him/her. This works perfectly fine, and we can assign
    any desired security role to the new user.
    However, in our case, we need to delegate the user creation rights to some of the client partners. We do not want to give them access to all the Administration functions; hence we created a new Security Role, lets say 'Support User Role'. We have provided
    'Create', 'Append', 'Append To', and 'Assign' rights on 'User' entity for this new security role. With this security role, we are able to create new users now, but we are only able to assign 'Agent' security role, not any other security roles.
    For example, if user 'x' has Security Role defined as 'Support User Role'. If 'x' tries to add a new user 'y', then 'x' is only able to assign 'Agent' security role to 'y', but not any other security role. As per business requirement, 'x' should be able
    to assign some other security roles, including 'Support User Role', to new user 'y'.
    I believe that there is something missing in Security Role configuration, which is causing the above problem. We compared both 'Support User Role' and 'System Administrator' security roles, but not able to figure out which minimum rights we can provide to
    'Support User Role' so that users with this security role can only add new users (with any security role), and that they are not having access on any other Administration features as well.
    Appreciate any help that you can provide on the above issue.
    Thanks in anticipation.

    Hi,
    Can you check if you have organization level Read access for Securitity Role and Organization level Assign access for Security role.
    Refer:-
    http://www.magnetismsolutions.com/blog/paulnieuwelaar/2013/04/22/permissions-required-to-manage-roles-in-dynamics-crm-2011
    Hope this helps!!!
    Thanks,
    Prasad
    Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question

Maybe you are looking for

  • Inteface error occure, but generate invoice

    Sorry I'm korea my english is very poor ~~ and i don't know Which menu I write Like this question ~ Please answer Which menu do i writh this question or this problem ^^ Thank you ~~ I made interface procedure for invoice and i did execute it ~~ and i

  • Asynchronous update of Flash chart error in IE

    Hi gurus, I had a post a while ago about an update command for a flash chart: [Asynchronous update of flash chart when select list value changes|http://forums.oracle.com/forums/thread.jspa?messageID=3491745] The goal was when I clicked a button or ch

  • Master-Detail Relation- Detail records not displaying

    Hi All, I am working forms(10g) customization for an oracle applications. our requirement is to develop a new window(screen) which should display all the related child records for the master record in the main form on a button press. i have developed

  • Cannot start apps, all marked as trials.

    Cloud Client 2.0.0.74 on Mac OS 10.10.3 Since yesterday when I updated Lightroom CC I cannot start the apps from CC any more. Some are marked with "begin trial", some not. When I start any app an activation window appears but in the end (after long w

  • Trouble displaying recordset

    I have created a database with Dreamweaver but I seem to have issues around the recordset even after following the instruction step-by-step. But when I load everything to my server and search, the table comes up with no results in it. I had put 5 ent