Disable EDIT AUTHORIZATIONS in PI 7.1

Hi all,
In PI 7.1 we can define and edit authorizations for access to objects in the Enterprise Services Repository.
Is there any way that i can disable EDIT AUTHORIZATIONS  option of the context menu at the Software component level.
regards
Gangaprasad

Sebastian,
I found these Actions in Identity-Managements, where I can do settings for a virtual Provider.
     jms.default          topic.all.all
     jms.default          temp.topic.all.all
     jms.default          administration.all.all     
     jms.default          queue.all.all
     jms.default          temp.queue.all.all
So I will create a new Virtual Provider "myProvider" assing my JMS-Queue to this provider and play around with the parameter settings "jms.myProvider" and assign these actions to a test user.
Furthermore I found these actions in Identy Management. I think in the first step I won't change anything at these parameters.
     jms_provider          topic.all.all
     jms_provider          temp.topic.all.all
     jms_provider          administration.all.all
     jms_provider          queue.all.all
     jms_provider          temp.queue.all.all
I let you know the result of my tests.
regards
Barbara

Similar Messages

  • Disable HR authorizations

    Hi,
    in a specific FM i do a CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' but the system do a check authority and sometimes i don't get all datas, so i would like to disable HR authorizations infotypes, so i did a call function 'HR_READ_INFOTYPE_AUTHC_DISABLE' but it don't work, please can you explain how this FM work ?
    Cheers

    Ignore
    Edited by: Keshav.T on Jul 19, 2010 8:10 PM

  • Disable Editing in GL a/c in VKOA

    Hi experts,
    My PRD Server in transaction code vkoa have privilege to edit GL accounts.
    but client setting is disable.
    How can i disable edit GL accounts in VKOA.
    Regards,

    Actually the settings will be controlled by BASIS team
    It is not suggested to keep the VKOA settings in EDITABLE mode, which will impact a lot if something goes wrong.
    Ask your BASIS team to disable, if chages required do it through DEV - QAS - PROD
    Thanks

  • How to disable edit link in interactive report

    Hi,
    How to disable edit(e3.gif image) link interactive report.
    Thanks,
    nr

    Hi Jari,
    Apex Version:3.2
    I created on Interactive report on emp table I have created edit link on empno using Icon5 image.
    Report Attributes>Column Attributes>Column Link.
    I can Hide the Icon5 using following script but I need to disable only. I did not get any disable() method in Jquery.
    Region Id:R812581842900385833
    $(document).ready(function() {
    var viewOnly=document.getElementById('P1_ITEM1').value;
    if(viewOnly == "0")
    $("#R812581842900385833 img").hide();
    thanks,
    Nr
    Edited by: pnr on Mar 13, 2012 6:09 AM

  • Disable editing PDF before email to others

    How can I sign a PDF document or disable editing feature of PDF document before sending to my customer?

    With Reader...  you can't. You'd need Acrobat or CreatePDF to restrict editing.

  • ADF DI : Need to disable edit on a column in excel spread sheet

    Hi,
    I need to make a column disable for edit in ADF table in excel.I tried making read only property to true but , user can still edit that column but will get update failed error.I want my column to be completely disabled even for editing.Is there any way to disable edit on the column and makes it grey out??
    Thanks in Advance,
    Alekhya

    I have enabled worksheet protection, with only the Column i need to be
    made read only. Accodring to the ADF DI Dev guide, "The end user can insert a
    full row or column. However, once inserted, they cannot be deleted.". But
    even full row insert shows up disabled. Its not allowing me to insert a new row at all.

  • How to Disable edit option in Logon pad

    Hi,
    How to disable edit option in logon pad
    thanks

    Actually if you are looking to disable the "Edit" option so end users cannot change or modify the existing  Logon Pad options systems, you can.
    What version are you using for SAP GUI?
    7.10 has icons to the right which allow changes. (New, edit, etc)
    7.20 has icons across the toolbar at the top. (pencil, paper, trashcan)
    For both versions, Navigate to C:\Program Files\SAP\FrontEnd\SAPgui (Default location)
    In there you will find 2 executeables:
    saplgpad.exe
    saplogon.exe
    If you run the saplogon.exe it will allow edit, delete and modify
    If you run the saplgpad.exe:
    On the 7.10 version the buttons are gone.
    On the 7.20 version, the buttons are grayed out.
    Hope this is what you are looking for.
    Regards,
    Zecher

  • Edit Authorization at Entity Level

    Problem: I am trying to Edit Authorization at entity level but my changes are not getting saved.
    Discription:
    I have use case that I want to make an entity read only for a role defined in my jazn.
    To do so, I am opening my entity, and in struture window...on right clicking the entity name I get this option to Edit Authorization.
    On Edit Authorization window, I get name of all the roles listed and options to select Read, Update and Delete in from of each Role.
    When I select "Read" for the role I want only read access and close this Edit Authorization window...my changes are not getting saved.
    Does anyone know why this is happening? Or any other way I can restrict users of a specific role to change the data for an entity.
    Thanks
    Vikas Kumar

    Hi,
    not sure what you mean by "changes are not saved". Are you saying they are physically not saved in that they don't show in the jazn-data.xml file ? If so, then this sounds odd and you should file a bug. If it is only that authorization is not enforced,have a look at this video as authorization on entities is a two step task
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/AdfSecurity/AdfSecurity.html
    Frank

  • Cannot open "Edit Authorization..." anymore

    I have the weird problem, but it actually made the life very difficult. For some time, I am not able to open "Edit Authorization..." wizard in JDeveloper anymore.
    It used to work fine, but something must affected the environment in JDeveloper.
    Manually updating app-jaz-data.xml is long and tedious, and error-prone.
    Does anyone have any idea how to enable it?

    Hi Bohdan,
    No idea how to enable it again, but I would try to launch JDeveloper from the console by executing <JDEV_HOME>\jdev\bin\jdev.exe (instead of jdevW.exe) and see if you get a stack trace there.
    Regards,
    Didier.

  • Disable editing of column in advanceddatagrid

    I'm having problems disabling editing in the advanced
    datagrid The code for the column is below. It is using an
    itemRender. I wouldn't think this would be the problem, but perhaps
    I need to disable it at the item renderer level and not the
    datagrid. Any ideas?
    <mx:AdvancedDataGridColumn width="10" id="DGColumn_X"
    editable="false" visible="true" sortable="false" headerText="X"
    dataField="hasPermission" itemRenderer="mx.controls.CheckBox"
    />

    It looks like the class you are losing doesn't support what you are trying to do; you can only toggle whether columns are sortable on a global basis. At least, that's my impression after looking at the first API which Google coughed up for that class.
    I guess you could turn the sorting on/off depending upon which column is clicked, though I'm not sure how well that will work.
    The columnMoved should be called when columns are moved from one index to another. The event will have a 'from' and a 'to' index on it.
    I think you may want to try using a mouse listener on the TableHeader, figure out the column that we clicked on, and then act accordingly:
            JTableHeader tableHeader = table.getTableHeader();
            tableHeader.addMouseListener(new MouseAdapter() {
                public void mousePressed(MouseEvent event) {
                    JTableHeader header = (JTableHeader) (event.getSource());
                    int index = header.columnAtPoint(event.getPoint());
                    // do stuff based on index
            });You may want to play with that, as I'm not sure how it will work with that class, particularly as I assume it toggles sorting through ascending, descending, no sorting.

  • JTable- how can i disable editing

    hi
    could anyone please lemme know if there is any way to disable editing in a jtable. i tried disabling it, but ;) hehe, well that diables selecting a row also then. One more thing, is there any simpler method to add scroll bars to a panel or frame without having to place the panel itself into a jscrlolpane, 'cos im having too many other problems when i make a nested panel. if anyone has a solution , please do tell me
    thankyou

    u can do it when u use model for the table.
    use AbstractTable model and over ride isCellEditable method returning false..
    Check sun demo examples how to use AbstractTableModel...
    very simple right....hihihi..

  • How can I disable edit on a UITextField after editing once

    I have a UITextfield and I want to disable editing after the phrase is entered. Basically once I press done on the keyboard I want to disable editing this field again.
    Can anyone give me suggestions on how I can do this?
    thanks,
    Max

    UITextField_Name.enabled = FALSE;

  • Disable editing of part of table

    Hello,
    i need to disable editing on some rows in table. Also i need to change style of some rows, is it possible in webdynpro (some sample code?) or i have to use PDK?
    thanks
    JJ

    Jiri,
    Let us assume your attribute CHAR1 name is Flag. So:
    1. Right under the node with attribute Flag create sub-node with cardinality 1..1, singleton=flase, name it UISettings
    2. In this sub-node create boolean attribute EditorEnabled
    3. Mark EditorEnabled attribute readOnly=true, calculated=true
    4. Switch to source editor, and write the following for method getUISettingsEditorEnabled:
    return "X".equalsIgnoreCase(element.getParentElement().getAttribute("Flag");
    5. Bind "enabled" properties of cell renderers to EditorEnabled attribute.
    Make sure to rename "Flag" in code to actuall property name from BAPI!
    Valery Silaev
    EPAM Systems
    http://www.NetWeaverTeam.com

  • Disable EDIT in Maintenance View - How ?

    I coded this function in PBO.
    There are 2 screens.
    0100 - all records listing
    0200 - double click on the record in 0100 screen and then, go into specific record details.
    i allow modification in  this screen.
    MODULE disable_inputs OUTPUT.
    If SY-DYNNR eq '0100'.
       LOOP AT SCREEN.
          screen-input = '0'.
          screen-active = '0'.
        ENDIF.
       ENDLOOP.
       modify screen.
    endif.
    ENDMODULE.                 " disable_inputs  OUTPUT
    Can somebody enlighten me on how to disable edit in the first screen ?
    Thanks.

    Try to change this way
    MODULE disable_inputs OUTPUT.
    If SY-DYNNR eq '0100'.
    LOOP AT SCREEN.
    screen-input = '0'.
    screen-active = '0'.
    modify screen.   " <<<<
    ENDLOOP.
    endif.
    ENDMODULE.

  • PI7.1 ESR Edit Authorization

    After I logined PI7.1 ESR, I created a namespace in a software, and I created a folder,DT,MT,MM,OM, and so on. then I want to assign a authorization to my created things.For example, I rightly click on folder,and select edit authorization,I assign user:xxx a excute report authorization.I log off and login again,I can delete the folder. why?  thanks!

    Edit Authorization not supported by all the objects (one being DT)....so it may also happen that Folder is out of the supporting list.

Maybe you are looking for

  • On Windows 7 HttpURLConnection.openConnection() throws IOException

    Hi Team, In our application we have a to create httpURLCOnnection (url.openConnection())which works fine on Windows XP but throws IOException on Windows7. Does anybody know which settings need to be enabled on windows 7 to resolve this issue? Any res

  • RE: CNMASS Transaction

    Hi All, Need to create a new zreport similar to CNMASS with the following requirements 1. The new transaction will have selection screen same as CNMASS expect the dynamic selections. 2. Once the program is executed, the activities will be displayed o

  • Function Module ABAP

    In SAP Abap which functional module is used to retrieve data from a table based on certain conditions? Moderator message : Vague subject lines, question. Thread locked. Edited by: Vinod Kumar on Jul 13, 2011 2:20 PM

  • Counting occurences

    Hello Experts, I have the following query related to counting occurences of a particular characteristic related to the Calendar month 1) When I choose the option "Average of all values" within exception aggregation for the calculated keyfigure that I

  • I download the trial version but I still can't edit my forms?

    Hi, I downloaded what I'm suppose to download to edit a form that I need to file out. I did everything I'm suppose to do but I still can't edit. Please help me?