Table around BI7 (analyse) authorizatoins

Hi guys,
I'm very interested in BW specific system tables giving information required for BW authorization administrators. Since now I could determine following tables:
RSECUSERAUTH - Assignment of analyse authorizations to user
RSADMINCV23 - Activation of analyse authorizations
RSECVAL - Infoobkject and maintained values in analyse authorizations
Could you help me finding other table which could be helpfull analysing a BW system. E.g. which table is showing the infoobjects set to authorizations relevant?
Thank you a bunch!
Edited by: Felix Schröder on Jan 20, 2010 4:31 PM

Hi,
By searching with term RSEC* in SE16, you can find the tables. Some other relevant tables are RSECAUTHVAL, RSECHIE etc.
You can also refer to program RSEC_GENERATE_AUTHORIZATION to see which tables are being updated through it.
For seeing the list of Authorization relevant infoobjects, you can refer to Analysis Authorization data for 0BI_ALL (through RSECADMIN or through the above table by filtering auth name by 0BI_ALL wherever applicable.
--Akash
Edited by: AKASHDEEP BANERJEE on Jan 24, 2010 1:19 AM

Similar Messages

  • Internal table in BI7

    Hi,
    Can some send steps to create internal table and steps for filling the table in BI7?
    Thanks and Regards,
    Pooja

    Hi Pooja,
    The IT_TEST is the internla table and WA_TEST is work area here.
    Pl go thru the Below Code.I am trying to populate Branch from Customer Table.
    $$ begin of global - insert your declaration only below this line  -
      TYPES : BEGIN OF TY_CUSTOMER,
                   /BIC/CUSTOMER TYPE /BIC/CUSTOMER-/BIC/CUSTOMER,
                   /BIC/BRANCH  TYPE /BIC/CUSTOMER-/BIC/BRANCH,
                END OF TY_CUSTOMER.
       DATA  :   IT_TEST    TYPE STANDARD TABLE OF TY_CUSTOMER,
                 WA_TEST    TYPE TY_CUSTOMER.
    $$ begin of routine - insert your code only below this line        *-
    Start Routines
        IF SOURCE_PACKAGE[] IS NOT INITIAL.
          SELECT     /BIC/BRANCH
                     INTO CORRESPONDING FIELDS OF TABLE IT_TEST
                      FROM u201CMaster Tableu201D
                      FOR ALL ENTRIES IN SOURCE_PACKAGE
                      WHERE /BIC/CUSTOMER = SOURCE_PACKAGE-/BIC/CUSTOMER AND
                      OBJVERS  = C_A.
        ENDIF.
        IF NOT IT_TEST IS INITIAL.
          SORT IT_TEST BY /BIC/CUSTOMER.
        ENDIF.
    Transfer ROutine
    Source Field = Customer
    Target Field = Branch
        READ TABLE IT_TEST INTO WA_TEST WITH KEY /BIC/CUSTOMER(Field) =
        SOURCE_FIELDS-/BIC/CUSTOMER
        BINARY SEARCH.
        IF SY-SUBRC = 0.
          RESULT = WA_TEST-/BIC/BRANCH.
        ENDIF.
    Rgds
    SVU

  • DB02 view is empty on Table and Index analyses  DB2 9.7 after system copy

    Dear All,
                 I did the Quality refresh by System copy export/import method. ECC6 on HP-UX DB29.7.
    After Import Runstats status n Db02 for Table and Index analysis was empty and all value showing '-1'. Eventhough
    a) all standard backgrnd job scheduled in sm36
    b) Automatic runstats are enabled in db2 parameters
    c) Reorgchk all scheduled periodically from db13 and already ran twice.
    4) 'reorgchk update statistics on table all' was also ran on db2 level.
    but Run stats staus in db02 was not getting updated. Its empty.
    Please suggest.
    Regards
    Vinay

    Hi Deepak,
    Yes, that is possible (but only offline backup). But for the new features like reclaimable tablespace (to lower the high watermark)
    it's better to export/import with systemcopy.
    Also with systemcopy you can use index compression.
    After backup and restore you can have also reclaimable tablespace, but you have to create new tablespaces
    and then work with db6conv and online table move to move one tablespace online to the new one.
    Best regards,
    Joachim

  • RE: Table to View Analysis authorizations of all users in BI

    Hi,
    I want to pull a report in BI that shows all the users and their analysis authorizations. does anyone know how to view this report.
    Thanks in Advance,
    SS

    Hi,
    You can refer all the RSEC* tables. Below are the tables that stores analysis authorizations information:
    RSECHIE - Status of hierarchy authorizations
    RSECTXT - Authorization text
    RSECVAL - Authorization Value Status
    RSECBIAU - Changes to Authorization (Last Changed By]
    RSECUSERAUTH - BI Analysis authorization u2013 assignment to users
    Change log tables:
    RSECUSERAUTH_CL - Assignment of users
    RSECHIE_CL - Change log of hierarchy authorizations
    RSECTXT_CL - Authorization texts
    RSECVAL_CL - Authorization Value Status
    Hope this helps!!
    Rgds,
    Raghu

  • Table for Profitablity Analysis Document

    Hi,
    Iam looking for
    1. Table where Profitability Analysis document is stored.
    2. How to trace a line item in a sale order if Profitability analysis document is 
        known (link between sale order line item and PA document)
    3. T Code to view PA document
    Thanks,

    Ans 1: http://help.sap.com/saphelp_46c/helpdata/en/7a/4c40f34a0111d1894c0000e829fbbd/content.htm
    Ans 2: Consulting note 33968 explains how to transfer SD transaction characteristics to CO-PA
    Ans 3: KE31
    Pls assign points as way to say thanks
    Message was edited by:
            Ravi Rana

  • How to Fix Table Header of Analysis Web Item in BEx Web Template

    Hi,
    I am using an Analysis Web Item to display line item report in BEx Web Template. Is there any way to fix the table header of the like in Excel for better navigation?
    Thanks in advance.
    Regards,
    Joon

    Thank you all for your quick responses (I will award points once this is sorted)
    On the information you have supplied this has opened up yet another new part of WAD that I have not experienced ...TAGs
    Shubhranshu - I have done what you said but as I have never used tags I have just had a look around and found that I can insert Any Tag but not sure if I should be doing that.  If it is inert any tag , I chose FONT from the drop down and cbmAttributes defaulted into the custom tab for the class name but not sure what it wants in the Attributes and CSS Style tab, it won't accept what I am putting which is leading me to believe that I shouldn't be doing it that way.
    Venkat - thanks for the links they will prove very useful.  I've had a look and although they talk alot about the XHTML code for tags they don't actually say how you do it in the editor - I would like to produce one that way first and then see the code it generates for it.  I'm a bit apprehensive with changing the code direct as I don't want to mess anything up.
    Thanks again for your help

  • Table that stores Analysis authorization values

    Hi all,
           We generated analysis authorizations for users on Profit centers. In RSECADMIN for each user we see an automatic authorization object being assigned with a name like RSR_000234  so on. We can see the values (profit centers) for this object when we double click on it. I would like to create a list of all users and the assigned profit centers. Can you please tell me if a table is available to get this list.
    Thanks,
    Ram.

    Chetan,
             We are loading authorizations values to 0PROFIT_CTR from ECC and flatfile into the Authorization DSO's and generating authorizations to assing the profit centers to users. I would like to see the profit centers assigned to a user. For example suppose if a user is assigned a particular region. I would like to see all the values of the profit centers assigned to the user from a table rather than going to the hierarchy and getting the list for each region.
            The tables that you specified give the userid and the technical name of the authorization(RSR_000234..) but I would like to see the actual values in the authorization.
          Hope I am clear. Thank you for your assistance.
    Ram.

  • OBI 10g merge 2 time dimensions on the same table/graph in analysis

    Hi,
    My problem is: I have 2 different analyses (working fine) (using OBI 10g), they both use a different time dimension:
    time_dim_1 | fact1
    time_dim_2 | fact2
    I want to merge them to have something like the following:
    time_dim | fact1 | fact2
    What I managed to get so far is something like this:
    time_dim1 | time_dim2 | fact1 | fact2 (with, if we suppose there are 12 rows in time_dim1 and time_dim2, 12*12 = 144 rows instead of just 12)
    Here is some more explanations about how I set my repository:
    My fact table "issues" is made of the following columns:
    issue_id, issue_type, issue_create_date, issue_end_date
    I also have a table "calendar" with year, quarter, month and full_gregorian_date.
    In the physical layer I created 2 aliases for the "calendar" table to join with the fact table using "issue_create_date" and "issue_end_date".
    In the business model I created the 2 related time dimensions.
    Everything is working fine so far, I was able to get 2 different analyses :
    - time dimension (joined with "issue_CREATE_date") | count of issues (with aggregation rule "count" on issue_id)
    to see how many new issues are CREATED through time (are there more issues created or less)
    - time dimension (joined with "issue_END_date") | count of issues (with aggregation rule "count" on issue_id)
    to see how many new issues are ENDED through time (when are more issues ended)
    What I want is a third analysis like this:
    - time dimension | count of created issues | count for ended issues
    Thanks for your help.
    Florence

    did you set the content level as well?

  • R/3 tables for purchasing analysis in MM

    Hi all
    i am working on purchasing analysis. I would like to know the related r/3 tables of the data sources 2lis_02_hdr, 2lis_02_itm and 2lis_02_scl.
    I need to know what r/3 tables are relevant to these datasources.
    One more thing if i need to know what r/3 tables are associated with any datasource what is the quickest way of finding that.
    thanks in advance
    AR

    Hi Anand,
        Refer help.sap.com for all your questions.
    Here are the links to find out underlying tables for your datasources.
    http://help.sap.com/saphelp_erp2005/helpdata/en/1d/f4383fdb800804e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/58/f6383fdb800804e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/8d/bc383fe58d5900e10000000a114084/frameset.htm
    Hope it helps!!!!
    Do not forget to assign points, if helpful.
    Amit

  • BI7 Analysis Authorisations?

    With the introduction of analysis authorisations in BI7, am I correct in thinking the old roles such as S_RS_COMP are no longer used and we, instead, create a role which contains 0TCAACTVT, 0TCAIPROV and 0TCAVALID?

    Hi,
    If we want field level security then in 3.5 is called Reporting Authoizations in 7.0 is called Analysis Authorizations.....
    Prerequisite for AA is infoobject should be authorization relevent.
    one AA can contain multiple characteristics.We can add AA directly to the user...
    If we want assign to a role then use S_RS_AUTH then assign this role to the user.....
    WE HAVE TO INCLUDE ATLEAST ONE OF THESE (0TCAACTVT, 0TCAIPROV and 0TCAVALID) IN ANALYSISAUTHORIZATION
    HOPES THIS HELPS
    GTR

  • Missing Role display in BI7 Analyser

    Hi
    We are trying to remove sap_all from all our users in BI7.
    We have generally completed the admin tasks but we have an issue with Analyser Role display.
    We have created workbooks and assigned them to roles and if the user has sap_all they can see the workbooks in the role menu. If they don't have sap_all they don't have any roles displayed in the 'open' window when using analyser also they don't have an infoarea icon displayed under the role icon.
    I think this is probably something quite simple but I can't spot it. By the way we have created the roles manually using our BW3.x knowledge.
    Thanks
    Jerry

    Hi Jerry,
    In the role given to the user's (other than SAP_ALL). Just include the Two authorization objects:
    S_RS_COMP and S_RS_COMP1.
    Please provide these values for the 2 authorization objects for display and execute purpose for the users as bwloe:
    ACTVT: Display, Execute (03,16)
      RSINFOAREA: *
      RSINFOCUBE: *
      RSZCOMPID: *
      RSZCOMPTP: *
    Don't give any write/edit activities.
    Then they can see all the queries, workbooks and infoareas.
    With Regards,
    Ravi Kanth
    Edited by: Ravi kanth on Mar 24, 2009 9:50 AM
    Edited by: Ravi kanth on Mar 24, 2009 9:53 AM

  • Looking for an insert statement to insert into a table around 500 rows

    Hi  Gurus,
    Your help is greatly appreciated !!,
    I need to have a query to insert into the mer_spec_feature table with the following , Please sugesst apart from the Utl_file ,input thing
    as the data is differnt in the regions and am lokking if it workes out with a insert and select query .
    1)I have to create a  script for inserting records into  mer_spec_feature where  on appl_id ‘VXRR’
    having feature ID 786 and have to Exclude TIDs which already have the 786 feature added for this appl_id like in the eblwo select query .
    2)There are 509 such TIDs where it doesnt have the 786 feature with appl_id -'VXRR' in the mer_spec_feature table
    3)
    select distinct terminal_id,  appl_id, from  mer_spec_feature
    where appl_id = 'VXRR'
    minus
    select distinct terminal_id, appl_id from mer_spec_feature
    where appl_id = 'VXRR'
    and terminal_feature_id = 786
    desc mer_spec_feature :
    Terminal_id  --varachr2(9)
    appl_id    --varcahr2(10 )
    terminal_feature-id --number(8)
    TERMINAL_FEATURE_ID
    TERMINAL_APPL_ID
    TERMINAL_ID
    299
    405T330a
    1004665
    786
    VXRR
    1004665

    @Frank Kulash !!
    Thanks always for your replys .!!
    i have tried with the above sql , and am having issue with the pk constraint after inserting  232 rows.
    And a Tertminal_id  will have 100 feature_id's for one  appl_id.
    becoz it has pk constraint on  -- TERMINAL_FEATURE_ID, APPL_ID, TERMINAL_ID
    TERMINAL_FEATURE_ID
    APPL_ID
    TERMINAL_ID
    299
    405T330a
    1004665
    786
    VXRR
    1004665
    can you please sugeest any other option.

  • Workbook not showing result in BI7 analyser

    We have a workbook which executes and displaying results well in BW3.5, but not displaying output with BI7 Bex, showing as client is out of memory, I am using 2GB ram system , the same is the case with all BI7 Bex patches( till SP 5). Can anyone suggest us some solution ? This is a bit large result set. The same workbook works fine for minimum result set , but users need large result set.
    Regards
      KK
    Edited by: Chivukula on Jun 6, 2008 4:19 PM

    Hi,
    These kind of problems occur due to the size of the repository sheets. If the queries are having complex definitions, the filling of the repository sheets takes a lot of time. So the formatting time will increase, this is expected in Excel Workbook. However this is not the same with web reporting as concept of repository sheet and cell definitions are very different in WEB. So you can use web reporting is you are comfortable with it.
    Hope this helps.
    Best Regards,
    Rajani

  • BI7 Analysis Authorisations - relationship between value & hierarchy auths

    Hi all
    Does anybody know how we can set up the new analysis authorisations to allow a user to use a Query selection for cost centre based upon a hierarchy and yet restrict the cost centre data they can display by value authorisations?

    SDN is the place to discuss technical problems..
    Please avoid such weird post.
    G@urav.

  • Return table In bI7.0-Bit urgent

    Hi All,
    I Am uploading falt file which is having the values for 0fisper and fisyear but i need to fetch the values for 0calday, 0calweek and 0calquarter, i have succesfully loaded the data in bw3.5 by using the return table for Zdaily(key figure).
    Can any one tell me where to use this RETURN TABLE  concept in BI.7.0..
    Its bit urgent.
    regards
    Ram

    Return Table
    return table in update rules
    Message was edited by:
            krish

Maybe you are looking for

  • Can't display non-unicode font

    When I try to use Symbol font and display it in JLabel, it show a square. i have read the article written by John O'Conner http://www.joconner.com/javai18n/articles/TextDisplay.htm. Thanks for providing those valuable information. it does help to und

  • Possible to move Oracle binary code from one version of RHEL to another?

    Hello folks We are stuck with a 32 bit server running Oracle 10.1.5 database as well as Oracle Application Server 10.1.x under RHEL Linux 3 AS. Due to a SAN upgrade we need to upgrade the Qlogic HBA- and mulitipath drivers but find it extremely hard

  • Safari is running slow on my mac

    I am having problems with safari it just seems to have started to run very slow and sometimes freezes does anyone have a solution Thank you

  • Related to WAD

    My problem is that if  open a query on portal then reports open according to dates suppose i have two query and bind them with single report but and i want that if i ll give past date then it ll show first report anf if i give current or future date

  • Nokia Sensor for S60 V3

    Does any know if there are plans for the Nokia Sensor to support S60 V3 (symbian OS V9.1) phones