Display authorisation for workbook (BI Reporting)

Hi Experts
Is it possible to set the authorisation for workbook (in release 7.0) in such way, that user can open the workbook but not save it? The authorisation object S_USER_AGR controls only saving of workbooks for roles. I've also checked the object S_BDS* and removed it from user's role but user can still save the workbook in favorites.
Regards
Robert

Hi Robert,
first make sure, that note 955715 is applied.
Saving in favourites is controlled by the objects
S_USER_TCD
S_USER_AGR
S_RS_FOLD
Further information can be found in the notes 373979 and 316470.
I hope this information is helpful.
b.rgds, Bernhard

Similar Messages

  • How to Display Heading for TREE Structure (report)

    hi,
         tell me how display the heading for the TREE Report.
    With Regards,
    Shakthi Raj N.

    Hi,
    If you are using object oriented approach for developing the Tree report, then you can use below shown example for creating header for the report.
      first create tree control
      CREATE OBJECT TREE1
        EXPORTING
            PARENT              = G_CONTAINER_OBJECT
            NODE_SELECTION_MODE = CL_GUI_COLUMN_TREE=>NODE_SEL_MODE_SINGLE
            ITEM_SELECTION      = ''
            NO_HTML_HEADER      = ''
            NO_TOOLBAR          = ''
        EXCEPTIONS
            CNTL_ERROR                   = 1
            CNTL_SYSTEM_ERROR            = 2
            CREATE_ERROR                 = 3
            LIFETIME_ERROR               = 4
            ILLEGAL_NODE_SELECTION_MODE  = 5
            FAILED                       = 6
            ILLEGAL_COLUMN_NAME          = 7.
      CLEAR GT_HEADER.
      GT_HEADER-TYP = 'H'.
      GT_HEADER-INFO = 'Output'.
      APPEND GT_HEADER.
      CLEAR GT_HEADER.
      GT_HEADER-TYP = 'S'.
      GT_HEADER-KEY = 'Display'.
      GT_HEADER-INFO = 'Report'.
      APPEND GT_HEADER.
    then create empty tree-control
      CALL METHOD TREE1->SET_TABLE_FOR_FIRST_DISPLAY
              EXPORTING
                   IS_HIERARCHY_HEADER  = G_HIERARCHY_HEADER
                   I_BACKGROUND_ID      = 'ALV_BACKGROUND'
                   IT_LIST_COMMENTARY   = GT_HEADER[]
              CHANGING
                   IT_OUTTAB            = GT_SPFLI[]    "empty table
                   IT_FIELDCATALOG      = GT_FIELDCAT_LVC[].
    In this way header can be given for Tree report.
    Hope this answers your query.
    Regards,
    Brajvir

  • Display Authorisation for ALL transaction ....

    Hi Experts,
    Our companys wants full authorisation ( sap_all + sap_new ) for Auditors but in Display Mode only.
    What I did, I created Z_auditor role and selected all logistic ( Not Tools ) and in authorisation S_TABU_DIS I kept only display.
    But in many transaction i seen that there is create, change option available.
    Pl. guide us what to do, urgent ?
    Yusuf

    Please DO NOT try to create SAP_ALL_DISPLAY.
    There are standard roles for auditors which should be a great start for your roles.
    Please look at http://service.sap.com/ais , there you'll find lots of information about the Audit Information System.
    Auditors are used to this, usually.
    Hope that helps,
    Frank.

  • Authorisation for Viewing R3 Reports via MSS

    Hello,
    We are running the following configuration
    ERP 2004 (SP 16)
    EP 6.0 (SP 16)
    ESS 100 (SP 11)
    MSS 100 (SP 11)
    WAS 6.40 (SP 16)
    i would like to know if there is any documentation that mentions the relevant back end authorisations needed
    Regards,
    Sunil

    Hi,
    Can you try using strutural authorisation. You can create a authorisation profile using evaluation path O-S-P and assign the profile to the managers. Then they will not be able to see it....or use the logical database of pnp and pnpce which also have the same charactristics
    Thanks,
    Pinki

  • Debug Authorisation for z report

    hi all
    i have requirment like this. one of the user wants to debug the report. i do not want to give debug authorisation for all z reports. i want user to debug only perticulatar program.
    please tell me how to do programatically.
    regards.
    ulhas

    Dear
    contact for this to BASIS people they will give the authorisation .

  • Cons for workbook???

    Hi all,
    Can you tell me <b>what are the CONS of saving the query in the workbook?</b> Thanks.
    J.

    hi
    Workbooks are Bex reports saved in a specific format. They are advantageous because the results are formatted as per the user and it displays the latest data in the same format.
    The output of any query can be formatted according to customised need of any user and saved as a workbook. the workbook when executed next time will give the same formatted output with the navigation etc done before-hand to reach the desired output and the user need not change the output of the base query as per his desired needs. A single workbook can have many queries embedded in it. There can be separate authorisations for workbooks
    Execute a query and then click the save button from the bex toolbar and "save as new workbook". It would show a pop-up window where you can save it to the role you want.
    check these links for saving queries
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a568de09411d2acb90000e829fbfe/frameset.htmhttps://saving query in workbook
    how to save 2 queries in 1 workbook
    How to save Query in a workbook and Role

  • How to skip authorisation for infotype when using dynamic selection ?

    Hi folks,
    I have a problem here.
    When im using dynamic selection screen, i cannot skip authorisation for subtypes of an infotype. Eg. if my record for 0185 have records that do not have authorisation for the subtypes. Dynamic selection will filter away this record and will not get me into the Get Peras as id i use to run has authorisation configured. IT will skip out of Get Peras.
    However, if im not using dynamic selection screen, i will use the normal pnpce fields, i will be able to get the record, as i do my authorisation check using function module in the get peras, and i did not declare 0185 in the infotypes.
    May i know if there is any solution to this problem as dynamic selection screen is a standard...
    Thanks,
    lihui

    hi,
    however i cannot skip authorisation for the whole pernr as i need the authorisations for the processing reports.
    Currently the case is like this..
    i have a authorisations for infotype 0185. i have 2 subtypes records such as ZA and ZB. the user does not have authorisation to read ZB but has authorisation to read ZA.
    However, when use dynamic selection, it will skip out the pernr.
    If the pernr 0185 records has only ZA subtype but no ZB subtype, it will not skip this pernr when using dynamic selection.
    Anymore idea how to overcome this?

  • No authorisation for displaying hierarchy

    Hello all,
    some user mentioned that there can not activate hierarchy for an InfoObject within an web application. When I do this, the hierarchy is displayed correct. Also within the simulation for those users in TA RSSMQ the hierarchy can be displayed.
    However: The user gets the message: No authorisation for reporting hierarchy.
    Where can I allow the user to see the hierarchy?
    The BW release is 3.5. Any ideas would be great.
    best Regards,
    Stefan from Munich/Germany

    Hi Stefanos.
    Please check the authorizations for the user. Make sure that he has the S_RS_HIER object specified correct.
    Hope it helps.
    BR
    Stefan

  • Report that  display salary for employee from this year and prvious year

    Hi
    How to do a report that display salary for employee from this year an previous year, my table has from period and two perid?
    Thanks

    You could try something like this but you MUST learn how to post questions! Very few members will help you if you word your question poorly or forget to mention vital imformation!
    select distinct ty.id, ty.emp, ty.sal, ly.sal
    from (select distinct id, userid, sal
    from salary_table
    where id = 123456
    and from_period = '01-JAN-2010'
    and to_period = '31-DEC-2010') LY,
    salary_table TY
    where ty.id = 123456
    and ty.from_period = '01-JAN-2011'
    and ty.to_period = '31-DEC-2011'

  • Display width for report  fields

    Hi all
    Has anyone determined how to control the display width for fields using the report / report with form wizards ? I am not clear how to define, for example, that a field that seems to get 'wrapped' (thus taking up 2 lines) should be wider, so that it fits on one line, or alternatively that fields much longer than the data values are reduced in length so as to fit more columns within the visible area of the screen ?
    Should I do this in the UI Defaults for the table ? Is it down to the report region templates (if so where, how) or ideally is this something I can change when editting the report attributes. (I have tried this and failed).
    thanks, Jules.

    Jules,
    This is a combination of Region Templates, Report Templates, and the data in your reports. Region and Report templates are the best places to do this, but you can force some things... & n b s p ; (without spaces) is a non-breaking space. If you replace your spaces ( replace(column_name, ' ', '& nbsp ;') ) you can force at least some things not to break. You can ensure that certain columns are wider by setting the column headings with  
    Name     
    Really, though, I think you need to look at your region and report templates.

  • Default value don't get displayed for Fetch XML report

    Hi All;
    i have a date parameter in a fetch XML report 
    i set its default value as 01/01/2010 
    when i run this report in SSRS i can see the default value of the date
    But when the same report gets displayed on CRM 2013 online - report section the date default value dont get displayed
    Any help for this much appreciated
    Thanks
    Pradnya07

    Hello Zero-G. _,
    >> But I don't get any "Operation". I can't see my failure. - I tested around for the last few days, but I don't have a Clou, what's wrong...
    I am afraid that you have mixed the WCF and WCF Data Service, here is a WCF Service example(it works with the Entity Framework while it is not WCF Data Service):
    http://www.codeproject.com/Articles/127395/Implementing-a-WCF-Service-with-Entity-Framework, please check it, in your case, you are use this mode and you do not need to create WCF Data Services.
    If you want to write a custom method in WCF Data Service, you could refer to this link:
    https://msdn.microsoft.com/en-us/library/dd744841(v=vs.110).aspx, as you can see, although if we declare a custom method, it would not show in the web browser, we call it as adding
    the method after the based service link directly:
    http://localhost:12345/Northwind.svc/GetOrdersByCity
    Or call it by using a client project which could detect this method and call it as in this blog:
    http://blogs.msdn.com/b/dataaccesstechnologies/archive/2009/12/01/way-to-expose-custom-method-in-an-entity-class-from-wcf-data-service.aspx
    Regards,
    Fred.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to apply Structural Authorisations for Report

    Hi All,
    We are using structural authorisations in our project and it is working fine for all processes. But we are facing problem for reports.
    Kindly guide on How to apply structural authorisations to SAP Standard Reports and Custom reports.
    Thanks & Regards,
    Prashant

    Hi Prashant,
    Yeah LDB is a good way of implementing Structural auth. Apart from that you can assign the Authorization Group in the Z-report attribute. So users who are part of this group only can access this report. This also applies to the standard reports as they are already assgned to standard Authorization Groups.
    Br/Manas

  • Authorisation for ageing reports

    Can anyone tell me which authorisation to allow for module : Business Partner>Business Partner Reports>Customer receivables Ageing?
    I have already given full authorisation on Business Partner reports and tried various other authorisations without success..

    Open 'Administration ->System Initialization -> Authorizations.'
    Select a User and Navigate  to Financials -> Financial Reports -> Aging ->Customer Receivables Aging'
    Set the required authorization here.

  • Reporting Authorisations for reference Characteristics

    I want to set up a specific reporting authorisation for characteristic 0CRM_SALORG which is in my ODS. I notice that this is referenced to characteristic 0ORGUNIT.
    Which characteristic should I make relevant for authorisation and create the authorisation object for?

    Hi!
    if the reports are on 0crm_salORG then create the authorizations on it.
      <i>whats the status of your problem with heirarchies and 0material.</i>
    with regards
    ashwin
    Message was edited by: Ashwin Kumar Gadi

  • Header for text in report

    Hi All,
    I have a Infoobject A , which is displayed inside a report. I have set the display as Key and Text. I need a column header for the TEXT.
    i.e
    Material Category(Key)   Material category (text)
    001                              Saw machine
    002                              Grinding tool
    Here the Material Category(Key) will be pulled from the Small description and the Material category (text)
    will be blank. I need to give a header text for it.
    I heard that there is a possibility using Macros for workbook.But I want to do it in Query level.
    Please let me know if this is possible .
    Thanks,
    Chakravarthy

    Hi,
    You can do this
    1) Add Material Category text as an attribute of Material category Info Object.
    2) Create transfer rules/transformations to fill the Material category text (check how the material category texts are currently filled)
    3) Pull in the Material category text as an attribute of material category in your report....
    Hope this helps..
    Sita.

Maybe you are looking for

  • How to use digital trigger with analog I/O

    How do I program analog input and/or analog output to start on a digital trigger (PFI pin) on PCI-4451/4551. I have tried out various configuration and succeeded in starting analog input, simultanuous input and output triggered by the the anlaog inpu

  • IPod Touch 3rd Gen Problem.

    A little problem with my iPod Touch 3rd Gen, when i connect it up to my iTunes to try and update to the new iOS 5 it says there are no new updates? My iPod is currently running on 4.2.1,I know it is out in the U.K as my friends have been able to down

  • How can i get my oxygen 8 to transfer data into Logic?

    i use an Oxygen 8 midi-keyboard and the Presonus firebox-interface with my Logic pro 7. how can i get my oxygen 8 to transfer data into Logic? its like there is no connection between the two. but its not the cables, since everything was running fine

  • Can ANYONE please help with coding query?

    Hi Im currently setting a website up in Adobe Muse/BC - Im not a developer at all!..but a designer and really like this software. However ive come across whats probably quite a simple problem - i just need to put some the module output from my web ap

  • Route leaking from VRF to Global on same router with VLAN interface

    Hi all, I would like to do some route leaking from VRF to Global and Global to VRF on the same router. Here is an output of the config: interface FastEthernet4 description ***Connection to WAN*** ip vrf forwarding FVRF ip address 10.0.0.6 255.255.255