Security for creating documents.

Hello Folks,
I have a question on security/authorization for creating/accessing documents on the Bex Query level? I would like to restrict a set of users to create/view/delete documents and another set of users to just view the documents and not create/delete them. But currently on our system, anyone can create documents at the query level even if the Info-objects are not configured to be document relevant.
I played around with S_BDS_D* and S_BDS_DS* and none of them fetched me this functionality. Any ideas and thoughts would be appreciated.
Thanks in advance!

Arun,
Thanks for ur response. From security perspective, how do I enable single document viewer access?
Danny

Similar Messages

  • LSMW: standard batch direct input for create document & document str

    hello expert .
    Is there any standard batch direct input for create document (tcode: cv01n ) & document structure (cv11) using lsmw.
    regards
    srinivas

    Hi Srnivas,
    I am not able to find direct input progarm for this, but there is one standard bapi available for this with name BAPI_DOCUMENT_CREATE you can use this.
    Regards
    Dhirendra

  • Security for creating web templates using web application designer

    I work for ChevronTexaco as a BW Security Analyst. I have a request to set up roles for web template creation using the Web Application Designer. Where can I get help in setting up the security for these types of roles? My experience is in setting up roles for running and creating queries in BEX. I need to know what additional authorizations will enable web template creation. Setting up a trace in ST01 has been less than helpful since it dumps out tons of RS_COMP tracing that doesn't help me much.
    The user wants to be able to create web templates for existing queries in BEX and restrict by rs_comp infocubes/areas/reportid, etc. and to be able to save to restricted role names. Are there new auth groups specific to this type of activity that I need to code for in addition to the basic end user or report builder authorizations?
    Any help would be greatly appreciated.
    Jeff Ehritt
    925 827-6012
    ChevronTexaco

    Thanks Marc, I'll check it out. My problem was that I was trying to create the role by granting a userid sap_all, sap_new and s.a_system as well as power user auths for a specific application. I set up a trace in ST01 for authorization cking on the ID while one of our BW Central Support people went into Web Designer to create a template and everything else they wanted to do.
    The resulting trace spewed out so much stuff from S_RS_comp and comp1 as to be virtually useless since it named scores of different cubes and infoareas that the analyst wasn't even interested in. The results puzzled me and made it extremely difficult to pin down the required authorizations. Usually ST01 can be used as a blueprint to create the role,ie; everything that the user touches is traced but no more than that. Have you seen this before? With just the new role I had set up the user could not save to a role unless I coded the fully qualified role name such as YRH_SENDAT_USER. YRH* would not work.
    Thanks,
    Jeff Ehritt
    ERP COE SAP BW Security

  • Pbm with document name while generating URL for created document

    Hi Gurus,<br>
    <br>
    When we upload a document and generate the URL for that document, and then while we paste the same in the explorer window to access it, I was able to see the dialog asking me whether to save or open the document with the <B>actual document name</B>.<br>
    <br>
    But, when I create a document using the template which we uploaded in SOLAR_PROJECT_ADMIN, and then generate the URL for that document, and then when I paste it in the explorer window to access it, the dialog now asks me to save or open the document, but it is not with the name of the <b>actual document</b>, but with the name of the <b>template</b>. <br>e.g <b>Business_Blueprint_template</b>.<br>
    <br>
    Can anyone say why such a problem? and how to solve it.<br>
    <br>
    Useful answers will certainly be greatly appreciated.<br>
    <br>
    best regds,<br>
    Alagammai.<br>

    Hi Gerry,
    try content matrix it gives you free 25 GB and it keeps metadata
    http://www.metalogix.com/Products/Content-Matrix/Features.aspx
    Kind Regards, John Naguib Technical Consultant/Architect MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation

  • Bapi for creating documents in cv03n

    hi!
    i am looking for a bapi to create document in cv03n and open an objectlink tab.
    I need to transfer the following parameters:
    document type = 'ENG'
    tables:
    objectlink: objecttype = 'AENR'
    objectkey = change number field.
    regards
    yifat

    hi!
    i used the create item to open document and that was o.k,
    but i also wanted to open objectlink tab and it didnt work.
    i transfered documentdata-doctype = 'ENG'.
                 objectlinks-OBJECTTYPE = 'AENR'
                 objectlinks-OBJECTKEY = value of change 
                                         number
    the system grants documentnumber internally and automatically.
    regards
    yifat

  • Excel security for locked documents

    I develop many forms and templates for clients. I just discovered that I can take a fully locked document from Excel (any version), bring it into open office and unlock it with NO PASSWORD. How is this possible? Is there anything I can do to prevent people
    from accessing the locked spreadsheets? I have not checked other compatible software, but am very concerned about this, as many of my forms sales depend on the formulas developed by me which can now easily be copied by anyone who knows this.
    Thanks for any insight on how to work around this.

    Arun,
    Thanks for ur response. From security perspective, how do I enable single document viewer access?
    Danny

  • Querying User Rights for Create Document for Webi

    HI all,
    We developed a .NET application that allows a user to create Webi documents if they have access rights.  This worked in Business Objects XI R2 and we're upgrading to BusinessObjects Enterprise XI 3.1.  Our VB.NET code is as follows:
         Dim webIApplication As InfoObject
         webIApplication = istore.Query("SELECT * FROM CI_APPOBJECTS WHERE SI_ID = " &     applicationID.ToString()).Item(1)
         If webIApplication.SecurityInfo.CheckRight(17170446) Then
                    permissionOK = True
         End If
    This right used to allow a user to create a webi document, however, this right must have changed in the new version, since checking this right always returns false.  We did verify that this user has rights when using the built in Infoview, and it works properly.  We have been unable to determine the new right ID, or if this is still the proper way to check for such rights.  Thanks for any information you can provide.

    Hi,
    I'm trying to do the same in Java with a 3.0 but my code below is not working do you have an idea of what is wrong ?
    ISessionMgr sm = CrystalEnterprise.getSessionMgr();
       IEnterpriseSession _es = sm.logon("Niko", "", "machine", "secEnterprise");
       ISecurityInfoMgr isim = _es.getSecurityInfoMgr();
       ISecRights iMyRights = isim.getRights();  
       IInfoStore iStore = (IInfoStore) _es.getService("InfoStore");
       IInfoObjects rUsers = iStore.query("select * from ci_systemobjects where si_kind like 'WebIntelligence'");
          IInfoObject rUser = (IInfoObject)rUsers.get(0);
         int iObjectId = rUser.getID();
       IPluginBasedRightIDs ip = rUser.getSecurityInfo2().getKnownRightsByPlugin();
       java.util.Map toto = ip.getPluginCustomRights();
       IRightID[] irids= (IRightID[])toto.get("CrystalEnterprise.WebIntelligence");
       Locale myLo = new Locale("FRENCH");
       Locale lyLO2 = myLo.FRENCH;
       for (int i=0;i<irids.length;i++) {
        if (irids<i>.getBaseID()==14) {
         System.out.print(irids<i>.getDescription(lyLO2) + " -->" + irids<i>.getBaseID() + " -- " + irids<i>.getRightPluginKind() + " = ");
         int iResult = iMyRights.checkRight(irids<i>.getBaseID(), irids<i>.getRightPluginKind(), iObjectId);
         System.out.println(iResult == ISecurityResult.CE_SEC_GRANTED);
    Any help is appreciate. Consulting is engaged on a project related to this dev and it is hurry.
    Regards,

  • Sum in words for created document

    Hi Experts,
    I facing the critical issue which creating purchase order and getting total amount in words format its executing correctly in system default template but its not executing correcly in created Layout such as
    GBP : 129
    One hundred twenty nine pounds in system format
    One hundred twenty nine in My Layout .....
    why this difference occuring and pounds not getting , can any one help me to know the reason ... urgent pls...
    karthi

    hi all,
    I have checked system currency, in test database also pre checked by creating new BP in GBP and posted in purchase order but it still showing such as                   GBP 25 =  Twenty five and its corresponding symbol...
    how this getting change for own template...?
    pls give me solution...
    karthi

  • What is the best process for creating a webi document?

    I inherited a BI 4.0 environment with published repositories, dashboards, and webi documents.
    For development purposes, I tried creating the webi document local to my machine (due to how slow it was to create the document using BILaunch pad and/or the webi rich client on the "console")
    I created it as 'standalone, pointing to a local universe'; however, I can't figure out a way to move it back into my enterprise world.
    I was able to convert and publish the local universe to my enterprise repository; however, because I created the document in standalone mode, it doesn't appear to want to let me change the data source to a universe.
    So right now .. I have a webi document that won't let me select a universe for a data source.
    Any help or proven methods for creating documents then moving them to an enterprise environment would be appreciated.
    Thanks in advance.

    I don't think Acrobat, or the Acrobat SDK can help you. Acrobat cannot be run on a server.

  • Create Document Shortcut

    I've just started working with Web ADI and created a shortcut for Create Document. It seems like I'm the only one who can see the shortcut. Is there any way to make the shortcuts visible to other users or does each user have to create their own?
    Thu

    Hi,
    You can create a form function, add the form function to the responsibility menu from which you will like your users to access the WedADI document. To the form function defined, add the following in the parameters field:
    bne:page=BneCreateDoc&bne:integrator=<custom integrator name>
    E.g. bne:page=BneCreateDoc&bne:integrator=20152:GENERAL_161_INTG
    where 20152:GENERAL_161_INTG = responsibility_id:custom integrator name
    This form function when accessed, the user will not hve to select the integrator from the list. The user can directly skip all these steps and land-up on the parameter page (if any) and then continue with document creation.
    HTH,
    Nitin jain

  • Create document numbers of POs at the time of creating

    Hi gurus,
    has anybody experience with creating the document numbers of purchase orders when the POs are creating??
    I can change the purchase order number when the PO is saving or booking but at the time of creating?
    I tried the extensions:
    M06B0003 Number range and document number
    M06B0004 Number range and document number
    MM06E003 Number range and document number
    , but they doesn’t work.
    Thanks for your help.
    _janosch

    hi,
    This can be done by creating output type.
    In that output type you have to declare a program or subroutine name.
    Whenever you create a PO that output type will trigger,so the program also trigger.
    In that program you have to write code for creating document number.
    If its triggered PO document will be created.
    Thanks,
    vijay

  • BAdI for creating PR in ECS

    Hi
    We are using the ECS.But for some material groups we want to use classic scenario where the SC created a PR in the backend.
    The BAdis activated are BBP_CREATE_BE_PO_NEW and BBP_EXTLOCALPO_BADI

    Hi
    You can do it technically by making use of BADIs using SE18 Transaction.
    Use
    BBP_TARGET_OBJECTS BADI.
    or
    You can use the Business Add-In BBP_TARGET_OBJTYPE if you wish to implement a different logic for creating documents in the backend system.
    The following documents can be created:
    ->Purchase requisition
    ->Purchase order
    -> Reservation
    <u>Solution using Functional Settings</u>
    <b>SPRO Configuration Path in SRM system.</b>
    <u>Supplier Relationship Management -> SRM Server -> Cross-Application Basic Settings -> Define Objects in Backend System (Purch. Reqs, Reservations, Purchase Orders, etc.)</u>
    Regards
    - Atul

  • Pages created a random password for my document on my iPad. I have no idea what it is and I can't open my document. HELP!!!

    Pages created a random password for my document on my iPad. I have no idea what it is and I can't open my document. HELP!!!

    How old is your son?
    Under the Spanner in Pages there is Set Password where you create a password with hint. You really have to deliberately dig this out to do it.
    Do you get a hint when you are asked for the password?
    The Password is very secure, if you can't remember what it is, you will have to recreate the document.
    Peter

  • Creating a folder for a document library in SharePoint online

    Hello I am looking for a good place to get started on creating a folder for a document library using a powershell script. Thanks in advance for any help.

    Here is a guide to creating folders and items in a document library for SharePoint Server/Foundation: Creating SharePoint Folders
    and Items with PowerShell. You will need to tailor it to your needs as it's a demo for creating 50,000 items.
    That's step 1 and contains the bulk of what you would need to do. Here's an example of connecting to a library in SharePoint Online using CSOM: Office
    365 - PowerShell Script to Upload Files to a Document Library using CSOM. You won't be uploading files, but the parts where you connect and get a list are what you're interested in.
    Now you'll combine bits from both of these scripts:
    1. Connect to SPO
    2. Get your list (looks like you need to first get the site collection and then the site)
    3. Create a folder
    I figure it would look something like this (note I haven't tested this at all):
    #Specify tenant admin and site URL
    $User = "[email protected]"
    $SiteURL = "https://tenant.sharepoint.com/sites/site"
    $DocLibName = "DocLib"$FolderTitle = "Example Folder"
    #Add references to SharePoint client assemblies and authenticate to Office 365 site - required for CSOM
    Add-Type -Path "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.dll"
    Add-Type -Path "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.Runtime.dll"
    $Password = Read-Host -Prompt "Please enter your password" -AsSecureString
    #Bind to site collection
    $Context = New-Object Microsoft.SharePoint.Client.ClientContext($SiteURL)
    $Creds = New-Object Microsoft.SharePoint.Client.SharePointOnlineCredentials($User,$Password)
    $Context.Credentials = $Creds
    #Retrieve list
    $List = $Context.Web.Lists.GetByTitle($DocLibName)
    $folder = $list.AddItem("", [Microsoft.SharePoint.SPFileSystemObjectType]::Folder)
    $folder["Title"] = $FolderTitle
    $folder.Update();
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights

  • How to set "Created By" field for KD Documents

    In our system documents that are entered to the Knowledge Directory are not tagged with who it was that submitted them.
    We would like to capture that information but I'm not sure how to enable it (or if its possible).
    I've looked at the Global Property Map and don't see a setting for a document, I looked at the Global Document Map but that seems to specifically relay info between the documents meta data and portal properties (which is not what I'm looking to do).
    Does anyone know how to attach the portal user in some type of "submitted/created by" field to a document?
    Thanks and happy September!

    Hello Keshav.T,
    Thank you for your information.
    Finally, I got an answer from OSS and the following is that.
    The popup is shown when there are more than 10 variants exist.
    If do not want to have this popup, you can modify the include
    LSVARTOP in SE38:
    C_VARILIST TYPE I VALUE '10' - maybe change value to '100'
    or if you want to have the popup but without the name inside:
    change include LSVARE01 and comment the line:
    ename-low = sy-uname. append ename. "old
    ename-low = sy-uname. append ename. "new
    I believe this message might be able to solve my problem.
    Thanks again.
    BR,
    Chris Kim

Maybe you are looking for