Which table has Role Type and Validity

I do have role name - agr_name, which table will hold the role type - Single or Composite and Valid till date?

Welcome to SDN.
Check following tables -
AGR_AGRS                       Roles in Composite Roles
AGR_AGRS2                      Role definition
AGR_ATTS                       Role attributes
AGR_CUSTOM                     Role Customizing objects
AGR_DATEU                      Personal settings for roles
AGR_DEFINE                     Role definition
AGR_FAVOS                      Personal settings for PFCG
AGR_FLAGS                      Role attributes
AGR_FLAGSB                     Role attributes
AGR_USERS                      Assignment of roles to users
AGR_USERT                      Assignment of roles to users
Regards,
Amit

Similar Messages

  • Which table has Responsibility Name and Description?

    FND_RESPONSIBILITY has RESPONSIBILITY_KEY and RESPONSIBILITY_ID but I cannot find table where it has Responsibiliy name, Description. Where that would be?
    Thanks,
    Data

    Hi,
    You are not posting queries related to the forum. I would recommend you go through an APPS tutorial and things should be easy for you.
    Regards
    Sumit

  • Which table has the owner namve of a workbook save in owner's favorites?

    Hello,
    I would like to generate a list of the work books that users save in their favorites.  I can see these workbooks in table RSRWBINDEXT, but I donu2019t know where to retrieve the owner.  I checked in table RSRPARAMETRIZA, but I only see workbooks that are assigned to roles.  Which table has the owner info?  Also, which table has the role assigned to a workbook?
    Thank you very much,
    André

    Hello,
    Execute the function module in se37 RRMX_WORKBOOK_LIST_GET
    This will give you the workbooks and the owner.
    Diogo.

  • How to know which table has got referencial integrity constraint

    Dear All,
    How can i know which table has got referencial integrity constraint on which table ?
    Ex : Department id column is a primary key in departments table whereas it is a foreign key in employees table. From where can i find the info regarding the relation between employees and departments table ?
    Waiting for your reply.
    Regards,
    Shyam

    you can use dba_constraints or all_constraints to help.
    http://download.oracle.com/docs/cd/B14117_01/server.101/b10755/statviews_1037.htm
    Example:
    select owner, CONSTRAINT_NAME,CONSTRAINT_TYPE,TABLE_NAME from dba_constraints where R_OWNER=':A' and R_CONSTRAINT_NAME=':B'
    A = owner of primary key
    B = constraint name (primary key name)

  • Which table has Batch# value as seen on PO line item ?

    Hello friends,
    The Purchase Order line item shows a field for Batch-number.  However, this field is not there in EKPO table.  So can someone tell me which table has the Batch# value (as seen on PO line item) and how it is linked to that line item's record in EKPO table ?  Thanks for your help.
    - Chetan

    Hello,
    I found one field in table EKET. (EKET-CHARG)
    BR
    Csaba

  • How to check list of users from OS level with type and validity AIX+DB2

    Hi,
    We have 40 clients in our ECC -PRD system. we do not have authorizations to login all clients , only we have 000 accessonly.
    we need to check all users type and validity in the system. can any one please help me this script.
    regards,
    balarami

    Hello,
    Yes you can check the user validity and tye from OS level with DB script.
    ORACLE SQL scripts : I assume that schema for your system as sapr3.
    First you check the table fields by desc sapr3.usr02;
    then can select these fields for user as select <field name1>, <field name2> from sapr3.user02 where uname=<required user name> and mandt=<client>;
    check exact details before you execute script @ ORA level*
    If you want to see logged on users - you can see them with your '000' ID for all 40 clients.
    Hope this helps.
    Thanks,
    Amit Thombare

  • From which table  feed back partner and root cause partner

    hi,
    can any body tell me ,from which table  feed back partner and root cause partner
    can be find.
    i need to add this in datasource 0crm_sales_act_1.
    thanks in advance.
    regards,
    sridhar M

    It is always advsible to use function modules in CRM instead of making direct table access. Unlike R/3, CRM tables and buffering are quite complex.
    In your case, to read the values of maintained Sales Areas, use the function module <h5>CRMA_BUPA_GET_SALES_AREAS</h5>
    The function module takes the BP Guid (BUT000-PARTNER_GUID)
    However you can also find your information in tables<h5>
    CRMM_BUT_LNK0011 - BP Sales rule list
    CRMM_BUT_LNK0010 - BP Sales rule list
    CRMM_BUT_SET0010 - BP Sales rule set</h5>
    Hope this helps.
    Easwar Ram
    http://www.parxlns.com

  • Urgent----In which table are portlet id and name stored?

    In which table are portlet-id and name stored?

    portal30.WWPRO_PORTLET_METADATA_NLS$
    portal30.WWPRO_PORTLET_METADATA$
    portal30.WWPOB_PORTLET_INSTANCE$

  • Which table stores the IMG and User Menu information?

    Hi,
    Does anyone know which table stores the IMG and User menu information? I am looking for a table which stores the t.code and the respective menu path so that i can find the menu path for each t.code.
    Please help.

    Hi,
    If you are looking info related to area menu then use fm
      call function 'BMENU_MENU_TREE_GET'
        exporting
          menu_id        = p_menu
        tables
          menu_tree      = imenu_tree
        exceptions
          menu_not_found = 1
          others         = 2.
    aRs

  • Which table if for BADI and its implementation

    Which table if for BADI and its implementation
    I want to know which implementations have already been created and actived for one BADI.

    Hi
    check the tables for BADI
    SXC_ATTR   
    SXC_ATTRT  
    SXC_CLASS  
    SXC_COCO   
    SXC_EXIT   
    SXC_FCODE  
    SXC_FCODET 
    SXC_IMPSWH 
    SXC_SCRN   
    SXC_TABLE  
    SXC_TABLET 
    Regards
    Anji

  • HT201744 How do you actually know where a Spotlight file is?  I mean all well and good Spotlight identifies it but I want to know which file has been identified and where it is......

    How do you actually know where a Spotlight file is?  I mean all well and good Spotlight identifies it but I want to know which file has been identified and where it is......

    To know where the Spotlight file is, highlight it in Spotlight and hold the Command key, so you will see its location at the bottom of the window

  • Which table has the data for DeliveryBlock and DunnCount ??

    Hi SAP gurus
    I am trying to read values of DeliveryBlock and DunnCount, but couldn't locate a table that has these values.
    The help feature showed that the table name is V_TQ04A. However, when I try to use the command
    "select * from V_TQ04A into itab." I get a message that V_TQ04A is not defined in ABAP dictionary.
    I would appreciate if some one can please let me know in which table I can see the values of these two.
    Thanks
    Ram

    Hi,
    write this Query..
    data : begin of itab occurs 0,
               SPERRFKT              t ype TQ04A-SPERRFKT,
              BESTELLUNG           type TQ04A-BESTELLUNG
              ANFRAGE     TYPE TQ04A-ANFRAGE
             KURZTEXT     TYPE TQ04S     -KURZTEXT
             BZGQUELLE     type TQ04A-BZGQUELLE
             WESPERR     type TQ04A-WESPERR
          END of ITAB.
    select a~SPERRFKT
    a~BESTELLUNG
    a~ANFRAGE
    b~KURZTEXT
    a~BZGQUELLE
    a~WESPERR
    from TQ04A as A
    join   TQ04S as B
    on a~SPERRFKT = b~SPERRFKT
    into corressponding fields of table itab
    where <condition>.  "add your condition here
    if sy-subrc = 0.
    endif.
    regards,
    Prabhudas

  • Which tables store the domains and data types?

    Hi.
    From what I know, DD01L stores all the domains (both SAP and user-created) in the system. Is this understanding correct?
    As for data types, which table stores them?
    Thanks.

    Hi,
    All abap program stored in the TADIR table and TRDIR
    Z_reports are stored in the table REPOSRC
    TVDIR is the system table(view) maintained by sap.
    in this all Tables are stored.
    TVDIR is a repository of VIEWS.
    The domains are stored in DD01L
    The tables that are created are stored in DD02L
    Fields are stored in DD03L.
    Data Elements are stored in DD04L
    DD06L                          Pool/cluster structures
    DD07L                          R/3 DD: values for the domains
    DD08L                          R/3 DD: relationship definitions
    DD09L                          DD: Technical settings of tables

  • Which table has quantity balance (outstanding) on STO.

    Hello Friends,
    I have to modify a report.  The report has a list of plant + material + batch, and I need to find out whether any STO is open for that material and/or material-batch.  What is the easiest way, and from which tables/fields, to get this info ?
    Thanks,
    - Chetan

    depends a bit on the STO process you use.
    Are you doing deliveries, or just MM postings? is it intercompany or intracompany?
    What movement types do you use for goods issue?

  • Hyperion BI IR Repository - Which table has Physical Resources information?

    Hi,
    We have Hyperion System 9.3.3.
    I have a need to find out all the Physical Resources and their corresponding output directory path.
    Currently most of it is to FTP directories.
    Also, need to find all scheduled reports that export output to these direcotries.
    Is there a way to find this information? Is there a Hyperion IR respository table that has this information stored?
    Where can I find information about the Hyperion IR repository tables?
    Thanks
    Z

    Thanks Doug. I explored the tables and there are two which has "phy_res" in their names. There is one that lists all the physical resources folders. But I need a table which will connect to this and list all the scheduled reports and the folders in which they reside. So far I have not been able to find other tables which connect to the physical resources table to give this information. I found some tables (v8_jobdef ...) but they don't have columns that has the workspace folder information and any identifying column that will help me distinguish if that entry is for a scheduled job which has an output type that exports output to a folder.

Maybe you are looking for