In which tabels the Roles, Usernames, Transaction codes, Change Queues

Hi All,
    These questions are based on basis:
     WIl any one tell me where the Roles, User Names for that role, tcodes, change queues are stored.
     how they interlink to each other, how can we find the single and composite roles in the table. how can we find what time it is created and when it is changed.
      how can we find how much time the request in change queue....
Thanks,
Ravi

Hi
check the following Tables
AGR_DEFINE - Role definition
AGR_USERS - Assignment of Roles to users
AGR_TEXTS - Role Descriptions
AGR_TCODES - Assignment of Roles to Tcodes
AGR_PROF  - profile Name for Role
AGR_1250 - Authorization data fro activity group
AGR_1252 - Orgn elements for Authorizations
USR10 - Role Definition
UST12 - User Master Authorizations
<b>Reward points for useful Answers</b>
Regards
Anji

Similar Messages

  • Report to view all the Roles and Transactions assinged to a particular user

    Hi,
    I need to develop a report to view all the Roles and Transactions assinged to a particular user along with the Authorization values. So, if provide the Username, the report should be able to give Roles, Transaction Codes and the fields and thier authorization values for that TCodes..
    Regards,
    Sreenivas Raju

    Try this FM once - SUSR_USERS_LIST_ALV . It provides a list with Roles, Profiles, and also a detail button to check the authorization values etc.
    Also try this FM - SUSR_USER_DISPLAY_WITH_AUTHS, SUSR_USER_AUTH_FOR_OBJ_GET , SUSR_USER_DISPLAY_WITH_S_TCODE

  • What is the use of transaction code VF24

    what is the use of transaction code VF24. if possible please provide some documentation

    Hi,
    The main use of VF24 transaction code : edit work list for invoice list.
    This enables the user to understand the processes left during the combine processing of invoices.
    like which are left for releasing to accounts, which have still pending payment posting, with respect to the invoice list consisting of the combination of invoices.
    invoice list is a combination of different invoices with same critierias. so to check and process these invoice lists collectively this function is used.
    regards,
    siddharth.
    regards,
    Siddharth.

  • What are the difference in transaction codes in 4.6 C and ECC 6.0 HCM syste

    Hi
    What are the difference in transaction codes in 4.6 C and ECC 6.0 in HCM SAP.
    Regards,
    Sanjay

    Believe there will not be any change in Tcodes.
    check these links
    http://solutionbrowser.erp.sap.fmpmedia.com/
    http://www.sap.com/solutions/business-suite/erp/pdf/BWP_ERP2006_Upgrade.pdf
    http://service.sap.com/releasenotes
    http://service.sap.com/upgrade for functional
    https://websmp105.sap-ag.de/upgrade

  • Hide selection screen option on the base of Transaction code

    Hi ,
    i have created one report with two diffrenet transaction code .
    now we have two different selection  options on the base of Transaction code.
    how can i do coding for this .
    anyone has any sample code ..
    thanks,
    Jack

    Thanks Subramanian,
    INITIALIZATION.
    if sy-tcode = tcd1.
    perform first_selection_screen.
    elseif sy-tcode = tcd2.
    perform second_selection_screen.
    endif.
    FORM first_selection_screen..
    SELECTION-SCREEN BEGIN OF BLOCK s1 WITH FRAME TITLE text-s02.
    SELECT-OPTIONS: s_date  FOR  vbrk-fkdat.
    SELECT-OPTIONS: s_kunag  FOR  vbrk-kunag.
    SELECTION-SCREEN END OF BLOCK s1.
    ENDFORM.
    But in this perform if i write code for selection-screen then it gives me syntax error.
    error message: within form or function module, selection-screen option is not allowed.
    Thanks,
    Jack

  • What is the use of transaction code FAGLGA15

    What is the use of transaction code FAGLGA15.What is its functionality.Please help.

    Hello,
    Yes, you are right. Before ECC 6.0 version the TC: KSU5 has been used for actual assessment. Now in ECC 6.0 the same transaction code has been changed to FAGLGA15. You can execute the actual assessment in test run and if it is ok then run in background.
    Thanks
    Para

  • Give me the functionality of transaction code st01

    give me the functionality of transaction code st01

    Hi Ravi,
    The tx ST01 give a datailed trace of the underlying system while executing something from sap.
    For example what Authorization objects are hit by a user when he performs a tcode or what are the dbtables/sqlstatements etc are run  or what kernel functions are executed .
    This somewhat helps in debugging like matters.
    One can even set parameters for this by using filters.Suppose u want to trace what authorization objs are hit by a specific user when he executes a specific tcode  got to edit ->filter->shared and enter the user name client no and tcode. So that not all the users are traced but only this specific user for the specific tcode is traced. On analysis u can knaow what authorization objects he hitted on executing the specific tcode.
    Try it with the other areas like Db access, Table Buffer, etc and u will get a more clearer picture.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/1f/83113f4bc511d189750000e8322d00/frameset.htm
    This is a good place to start with.
    Pl dont forget to award points if resolved.
    Regards

  • SCCM 2012 R2 ,which are the roles should be installed on CAS and which are the roles should be installed on Primary

    Hi All
    Which are the roles in SCCM 2012 R2 ,which cannot be installed on CAS and which are the roles which can only be installed on CAS . and which are the roles which should be installed on both CAS and Primary.

    Here is the official list that describes where you can install the different roles:
    http://technet.microsoft.com/en-us/library/gg712282.aspx#Plan_Where_to_Install_Sites
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • What is the role of ABAPer in Change pointeru0092s technique?

    What is the role of ABAPer in Change pointer’s technique?

    Hi,
    Functional Consultant will inform you for which Transaction Change Pointer needs to be done & what all updates needs to be done during Change pointer.
    Accordingly ABAPer will code the logic to update the tables.
    Best regards,
    Prashant

  • [svn:bz-trunk] 13884: Fix some of the checkstyle warnings, no code change.

    Revision: 13884
    Revision: 13884
    Author:   [email protected]
    Date:     2010-01-29 09:23:18 -0800 (Fri, 29 Jan 2010)
    Log Message:
    Fix some of the checkstyle warnings, no code change.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/io/amf/client/AMFHeaderProcessor.java
        blazeds/trunk/modules/core/src/flex/messaging/io/amf/client/exceptions/ClientStatusExcept ion.java
        blazeds/trunk/modules/core/src/flex/messaging/io/amf/client/exceptions/ServerStatusExcept ion.java
        blazeds/trunk/modules/core/src/flex/messaging/io/amf/client/exceptions/package-info.java
        blazeds/trunk/modules/core/src/flex/messaging/messages/AcknowledgeMessage.java
        blazeds/trunk/modules/core/src/flex/messaging/messages/BatchableMessage.java
        blazeds/trunk/modules/core/src/flex/messaging/messages/MessagePerformanceInfo.java
        blazeds/trunk/modules/core/src/flex/messaging/security/LoginCommandExt.java
        blazeds/trunk/modules/core/src/flex/messaging/services/AuthenticationService.java
        blazeds/trunk/modules/core/src/flex/messaging/services/messaging/MessageFrequency.java
        blazeds/trunk/modules/core/src/flex/messaging/services/messaging/RemoteMessageClient.java
        blazeds/trunk/modules/core/src/flex/messaging/util/DoubleUtil.java
        blazeds/trunk/modules/core/src/flex/messaging/util/concurrent/Executor.java
        blazeds/trunk/modules/core/src/flex/messaging/validators/ClassDeserializationValidator.ja va
        blazeds/trunk/modules/core/src/flex/messaging/validators/DeserializationValidator.java
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/TomcatLogin.java
        blazeds/trunk/modules/proxy/src/flex/management/runtime/messaging/services/http/HTTPProxy DestinationControl.java
        blazeds/trunk/modules/proxy/src/flex/management/runtime/messaging/services/http/package-i nfo.java
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/httpclient/package-info.java
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/package-info.java
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/AccessFilter.java
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/ErrorFilter.java
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/ProxyContextFilter.jav a
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/ProxyUtil.java
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/package-info.java
        blazeds/trunk/modules/remoting/src/flex/management/runtime/messaging/services/remoting/ad apters/package-info.java
        blazeds/trunk/modules/remoting/src/flex/management/runtime/messaging/services/remoting/pa ckage-info.java
        blazeds/trunk/modules/remoting/src/flex/messaging/services/remoting/adapters/package-info .java
        blazeds/trunk/modules/remoting/src/flex/messaging/services/remoting/package-info.java

  • Authorisation roles and transaction codes for users(MTO--PPmodule)

    Hi !!!
    GURUS !!!!!!!!
    I am working here on live project for  make to order scenario.
    We are using only batch management.
    Could you give me transaction codes for users for authorisation roles.
    All codes from start to end scenario.
    Regards,
    Nitin

    Dear,
    You have to do the JRM - Job role mapping. The list of transactions cannot be decided commonly across all implementations, as per your Business process definition you have to list the transactions invovlved and which business roles are required for that.
    One example: PP_Planner is a Role, this is applicable for the planning person, he will be given transactions related to SOP, DM and MRP, he will not be given transactions related to SFC. Its vice versa for a operations person.
    Thanks & Regards,
    Vijaya Bhaskar A

  • Userdefined Roles with transaction codes.

    Dear All,
    Can someone pls let me know how to get the details of the userdefined roles with linked transaction codes, tables in which the data is stored, so that a report can be created to list these details.
    TIA
    Abdul Moghani

    Hi,
    it looks like, this thread has to be posted in the abap forum.
    regards
    Siggi

  • Where the history of Transaction Codes does get stored?

    Today when I was working on one issue in one SAP system on my PC and later on another system observed that the transaction codes (tcodes) which are there in history were the same for both the systems.
    Then I started searching for the table or a location where the transaction codes (tcodes) are getting stored which we entered on command line in SAP R3 system. Finally, after lot of search and some reading I found out the location.
    This is a simple but very interesting thing to know how Operating system stores the SAP commands.
    Below Steps
    Let’s first see the list of transactions which are entered on command line. Later we will be getting the same list from OS level.
    Logon to your SAP R3 system and see the history of tcodes on command line.
    Now find out the location where this tcodes are getting stored at OS level.
    Go to Start -> Run -> regedit and click ok. It will open the following screen.
    Expand the node HKEY_USERS.
    After that expand the selected node and again expand it.
    Click on Software -> SAP -> SAPGUIFront.
    Please note the path and you can directly open it and then compare it with your systems command line list.
    However, I was curious about the all other transactions which are not in this list which user entered on the command line. Hence found one more way to find this data.
    For that we need to go to my computer and click on Search and search the following path.
    SAPHistory<User Name>.mdb
    Once you click on Search it will give you the access file.
    So i want know is there any other Tcode or procedure to got the same........!
    Regards
    Ashish Chanekar

    file SAPHistory<User Name>.mdb conatins the transaction history.
    this is a Microsoft Access file, but it is password protected... and this is not publicly known.

  • AC 5.3 - CUP Role Selection Transaction Codes

    All -
    I imported our composite roles into CUP via the Excel template, and I can see the transaction codes associated with those composite roles. My question is how does the transaction code data get imported into CUP? I don't see any jobs that you can run to import the data, and I'm not syncing my roles from the backend or with ERM. Thoughts???
    Thanks,
    Daniel

    Hi Daniel,
    you import roles with the excel sheet, CUP then connects to the backend and "downloads" the necessary information from the roles defined in the excel sheet.

  • Please let me about the COIS SAP transaction code(s)

    Please let me about the SAP transaction code(s) from which I will get monthly data of the folowing:
    Material or product wise listing of raw materials used in WIP & converted to Finished goods remaining as closing stock
    Edited by: Isabelle Britten on Jul 21, 2008 12:45 PM

    HI,
    Following are the different t.code for the WIP Reports.
    FAIP0 WIP Clearing
    KKA1 Order Results Analysis and WIP Calc.
    KKA1P Order Results Analysis and WIP Calc.
    KKA2 Project Results Anal. and WIP Calc.
    KKA2P Project Results Anal. and WIP Calc.
    KKAG WIP: Display Worklist
    KKAO WIP Calc.: Collective Processing
    KKAQ Display WIP - Collective Processing
    KKAS WIP Calc. for Product Cost Coll.
    KKAT WIP Display for Product Cost Coll.
    KKAV WIP Calculation for Cost Object Hier
    KKAW WIP Display Cost Object Hierarchy
    KKAX WIP Calculation for Order
    KKAY WIP Display for Order
    KOB8 Orders: WIP/Results Anal. Line Items
    You can find Goods receipt Report via MB51 (Selcting Mov. Type 101 ).
    Regards,
    Dhaval
    Edited by: Dhaval Choksi on Jul 21, 2008 1:44 PM

Maybe you are looking for

  • Problem with symbol

    Hey, since I updated my iPhone 3G to 2.1 I cant write the apple symbol anymore. Before I updated it, I just typed "appuru" in the japanese keyboard and the apple symbol appeared. Now it doesnt work anymore, how can I get the symbol back? Thanks in ad

  • Is there any table or report that available in SAP for any PR/STR

    HI All, Is there any table or report that available in SAP for any PR/STR that are remain opened after S/O canceled. Please advice at the earliest. Thanks Chandru

  • Best java reporting tool

    hi, I'm developing client/server application and need to use reporting tool i have analysed several reporting tools(crystal report,jreport, espress report,jfree report,rreport,inet soft's style report,Formula One e.Report Engine etc.) but coluld n't

  • F1 help in J2ee/webdynpro

    Hi, whenevr working in an abap enviroment if i want certain information regarding a certain field in a transaction i simply put the cursor on the required field and press F1 for info If i do the same on a portal/web dynpro field i get the microsoft h

  • Cannot update to iOS 7.0.3 on iPad 2

    I cannot update the software on my iPad 2. It keeps giving me a network error on iTunes. I tried on wireless too without luck.