Table for finding GROUP or WEBGROUP

Experts, does anybody know where can I find GROUP/WEBGROUP name in the database. Is there any OOTB table provided by OBIEE. My group information is coming from Siebel.I want to know where is the group information present in OBIEE datamart?
thx,
parag

Hi,
Check the below link-
http://obieeblog.wordpress.com/2009/06/18/obiee-security-enforcement-%e2%80%93-external-database-table-authorization/
You can see that GROUP is assigned from some table used for authorization. Similarily you too might have tables used to assign the variable.
Refer-
http://www.rittmanmead.com/2012/03/obiee-11g-security-week-connecting-to-active-directory-and-obtaining-group-membership-from-database-tables/
Hope this helped/ answered
Regards
MuRam

Similar Messages

  • Crm tables for sales group and sales office

    Hello CRM Experts,
    Can any one plz. help me to find Tables for Sales Group and Sales office.
    It will be really helpful if the above fields have relation to the Business Partner.
    Thanks in Advance,
    Regards,
    Bharat.

    Hi Radek,
    I feel the table which you have given is the right table but in my scenario we have created sales office and sales group(in org structure) independently in CRM, so now we need to find these values from the table independently as well as with relation to BP the table which you have provided can be used for second scenario but if we want to fetch the values of all sales office and sales group which table i have to use.
    One more problem for second scenario is in BP we cant able to see the sales ofice & group values which we defined in CRM, if we can save BP with sales office and group values then only we can use the table which you have given
    Highly appreciable for your replies.
    Thanks,
    Bharat.

  • Table for Type Groups (DDIC)

    Hi,
    I´m searching for the database table the Type Groups are stored in.
    (SE11 -> Type Group)
    From table TADIR I´m getting the owner and the dev. class.
    From table DDTYPET I´m getting the short text.
    But where I can find "Last changed on/by"? (SE11 -> Type Group -> Atttributes)
    Cheers,
    André

    Use this function module TYPD_GET_OBJECT to get the last changed by user
    PTRDIR exporting parameter contains the values
    column - UNAM - Last changed by
                 UDAT - Last changed time
    you can get all the details from this parameter(PTRDIR).

  • Standard table for finding query where used list

    Are there any standard tables available to find the list of web templates, bex reports and views using a particular query?
    i.e if i have the query name i should be able to find out where all it is being used.
    Thanks,
    Archna

    Hello,
    You have to join multiple tables to achieve this, here we go
    FOR QUERY Related Information
    RSRREPDIR - Directory of all reports (Query GENUNIID)
    Choose Type of a reporting component -> REP
    Tips :
    Choose Type of a reporting component -> QVW for query view
    SE11 -> RSZ* -> F4 gives you all tables related to queries
    For WORKBOOK Related Information
    Use the FM RRMX_WORKBOOK_QUERIES_GET to get the queries in a workbook by selecting the workbook ID from table RSRWORKBOOK
    Tips :
    SE11 -> RSRWB* -> F4 gives you all tables related to workbooks
    SE37 ->RRMX_WORKBOOKS* -> F4 gives you all the FM related to workbooks
    For Webtemplate Related Information
    Choose the dataprovider for query / view ID.
    SE11 -> RSZWOBJXREF - Structure of the BW Objects in a Template
    Also see,
    SE11 - > RSZWTEMPLATE - Header Table for BW HTML Templates
    Thanks
    Chandran

  • Table for finding out the User details

    Hi All,
    We need to create a KPI for number of hours a user has looged into a system. Is there any specific table where all the user related information is captured.If the information is not present in a table where  can we find the above information?Please someone help me out.....
    Also is it the same in all the systems or does this information differ from system to system?If it differs then how do we find the number of hours a user has logged in for a BW system, for a CRM system and for ECC system?
    Regards,
    Shravani

    Hello,
    USR01User master record (run-time data)
    USR02 Logon data
    USR03 User address data
    USR04 User master authorizations
    USR05 User Master Parameter ID
    USR06 Additional data per user
    USR07 Object/values of last failed authorization check
    USR08 Table for user menu entries
    USR09 Entries for user menus (work areas)
    USR10 User master authorization profiles
    USR11 User Master Texts for Profiles (USR10)
    USR12 User master authorization values
    USR13 Short Texts for Authorizations
    USR14 Surchargeable language versions per user
    USR15 External User Name
    USR20 Date of last user master reorganization
    USR30 Additional Information for User Menu
    USR40 Table for illegal passwords
    USR41 User master: Additional data
    USRCOBJ Object Filters for Exploding Product Structures
    USRM0 Material Master User Settings: User Screen Reference
    USRM1 Material Master User Settings: Organizational Levels
    USRM2 Material Master User Settings: Logical Screens
    USRMM User settings: material master
    Might be these can help you.
    Thanks
    Geeta

  • Table for finding out all the G/L accounts of a financial statement version

    Hi all,
      is there any table to find out the G/L accounts which will come under the tree of financial statement version(OB58). Please help.

    With FM FI_IMPORT_BALANCE_SHEET_POS, you will get the account list in the internal table I011Z.
    You will get a list of intervals  I011Z-VONKT -  I011Z-BILKT.

  • Table for finding material cost in group currency

    Hi ,
    We are maintaing product cost on Cocode currency and group currency using CK11. We are not able to find the cost in group currecy in MEBW or KEPH.
    Kindly let me know the right table to look into.
    Thanks,
    Jatin

    Hi Jatin
    Did you mean you have cost component split in controlling area currency? if yes, then you will get for each costing calculation two records in table KEPH, the currency label is field LOSFX. The record with blank LOSFX is company code currency, the one with "X" is controlling area currency.
    Hope this helps.
    Junqi

  • What is the name of the table for finding user exit !

    What is the table name to find the user exit !

    Hi,
    Goto to the table tstc and enter the transaction code for
    which u want to find out the User-Exits. Check out the
    program name from the result. Goto SE38 and dee that
    program in display mode. Then search for the string Call
    Cutomer-Funtion. All the result of search are the user
    exits defined there for that transaction.
    SAP user exits (enhancement names that we see in SMOD transaction) are all stored in the table MODSAP. The field NAME contains the enhancement name and the field MEMBER contains the name of the function module that will be called if the customer enhancement exists and is active. The customer enhancement projects are stored in the table MODACT. There, the NAME field is the name of the project and MEMBER is the name of SAP enhancement (that from the MODSAP).
    So, if you are in some include, you can use where-used-list to get to the function module name. Then you find the SAP enhancement name from the MODSAP by supplying the function module. And finally, you find the customer enhancement projects by querying the MODACT with the SAP enhancement in the field MEMBER.
    cheers,
    vasavi.
    kindly reward if helpful.

  • Material master table for finding out valuation category and valuation type

    Hi,
    I have a material XYZ for which a valuation category 'H' is assigned. Now I need to create a valuation type for that.
    Question - I want to find out for the same plant & st location which are the other materials with valuation category H, and what are the valuation types used.
    I checked in mara, mard, mbew etc but of no use.
    Which table can i get the data ?

    hi,
    As the valuation details are saved and are based on the material, you can see the details of valuation type in MBEW table...and field as BWTAR
    For valuation catagory, you can see the table MARC...field as BWTTY...
    If want the valuation type details for both plant and storage location, you shd check the GR table ie. MSEG where you will get the valuation type ....
    hope its enough to retrieve the data..
    Regards
    Priyanka.P

  • Table for finding rate based on part code and material

    Hi Experts
         I am an ABAP consultant with ltd knowledge on SD . Please tell me in which table  I can find the rate based on party code and material .

    Hi
    The standard table is A305. But usually these tables can be customized based on the requirement. So if you are aware about the Condition type for which this Price/Rate is maintained you can find the same in VK13.
    In transaction code VK13, maintain the condition type and click on "Condition information" icon. Now dont maintain any input date. Just click on Execute icon or F8. System will give the list of all the tables and data maintained based on the combination.
    Select the required table.In SE11, maintain this table with prefix as A. You can get all the required information.
    Regards
    Vamsi

  • Table for finding the pending Purchase order Quantity

    In me2l or me2m , There is a quantity which appears next to "Still to be delivered" and "Still to be invoiced" . I am getting only structure name . Can anybody please tell me the table name for the same . I searched a lot and i am unable to find it.. The requirement is urgent , so, please help me out..
    The structure and field name that i am getting are
    Still to be delivered : RM06A-OWEMG
    Still to be invoiced :RM06A-OREMG
    Thanking you in advance,
    Shankara Narayanan T.V

    Hello Shankar,
    The data that you're trying to obtain is not stored in any table, as far as I know. The values are calculated in the program and then displayed on the list.
    Regards,
    Anand Mandalika.

  • Tables for Target Group

    Dear experts,
    I have been looking for the table that stores the target group.
    Could anyone please help?
    thanks
    Mehmet

    CRMD_MKTTG_TG_H & CRMD_MKTTG_TG_T

  • Table for finding delivery date

    hello all,
    i m making a report for which will display the delay in delivery per vendor wise, can anyone tell me that how can i determine the time/days delayed by vendor? i m trying to take diffrence betbeen delvery date in PO and date on which Delivery Completeed check box ticked, but i m not getting the table which stores the delivery date?
    plz help. is there any standard tcode?
    regards saurabh.

    Hi,
    see vbak table and below tables
    /BEV1/RBVBAK                     Sales Document: Header Data
    /BEV1/REWART                     Rental Items: Delivery Schedule Items

  • SAP table for finding Quant from the Handling unit

    Hi All,
    I would like to know the SAP table name - from the handling unit (where the stock received in the Warehouse), i would like to corresponding Quant ?
    PSS

    Hi,
    To know the QUANT for handling unit, use the table LQUA.

  • CRM Table for finding Partner Function for a Sales Order

    Hello everyone,
    I am trying to retrieve Ship-to-Party Customer Number for a particular Transaction (Sales Order) from a SAP CRM table.
    In SAP SD we have a table VBPA for the same.
    I would like to retrieve the same either from a single table if available or multiple linked tables in SAP CRM.
    I tried to link CRMD_ORDERADM_H & CRDM_PARTNER to retrieve the data .. But it dint work.
    I am new to CRM .. so Gurus, please share ur insight.
    Thanks
    Vin

    Hi,
    Select GUID_SET in table CRMD_LINK where GUID_HI = CRMD_ORDERAMD_H-GUID.
    Use the GUID_SET to select data in table CRMD_PARTNER.
    Best regards,
    Caíque Escaler

Maybe you are looking for

  • AQ_AD_HOC221 Error while executing the infoset query

    Hi Gurus, I have created one infoset using LDB PNPCE and added custom fields to IT 0021 and 0041. But when I am going to transaction SQ01 and selecting the selection criteria and including the fields from IT 0021 in the output. Now when I press on th

  • Search Option No Longer Working

    We discovered today that the Search function is not working for a compiled Help build. The Search feature worked on builds done in the past (I tested this with a completed CHM Build done 6/2007), but no longer is functioning on builds completed today

  • BPC(Outlooksoft) Vs SEM

    Hi Guruu2019s, Has anyone compared the features/functionalities of SAP BPC Consolidation with SEM? What are the advantages of BPC Consolidation over SEM, and vice-versa? Regards, Sivaraj

  • Safari, firefox both stopped loading images suddenly

    Everything was working great, then suddenly both safari and firefox stopped loading all images. Ebay, Amazon, Netflix and so on, even the mac store site will not load the images. I am using Safari 6. I have done all the updates, cleared all the cache

  • Axis offsets and padding problems

    I am having problems with getting my charts to draw as columns to the right of tick marks.  Here is what the chart should look like: But here is what mine looks like in Flex: Below  are snippets from my code to draw the chart in Actionscript.  As you