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

Similar Messages

  • 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

  • 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

  • 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.

  • How do I disable editing of pages in author mode? User should not be able to edit content . Can this

    How do I disable editing of pages in author mode? User should not be able to edit content . Can this be customized on component basis?

    You have to remove modify rights for those users on that page. Component basis is possible but will create ACL complications. Please check http://dev.day.com/docs/en/cq/current/developing/components/boilerplates.html for that.
    Yogesh
    www.wemblog.com

  • How to disable "Edit in browser" button in office documents that open in browser

    guys,
    Environment:
    sharepoint 2010
    installed Office Web app
    i installed office word apps and integrated it with sharepoint 2010 and all the office documents now open in the browser. but this also give the qualified users access to the button "Edit in Browser" while viewing the document in the browser (and if the user
    selects to do this and saves then it creates an office 2010 document in the document library), is there any way to disabled the "edit in browser" option completely for all the users, i dont want any users to edit documents online.
    thanks
    sameer.

    Ok so i came up with hack to 'hide' the edit link ..
    You need to edit the css file here on your server
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\INC\1033\WordViewer\WordViewer.css
    and add this 
     div [title="Edit in Browser"]{display:none};
    And to hide the edit capabilties for Powerpoint app - add this jquery
    $('iframe[id*="MSOPageViewerWebPart"]').ready(function () {
            $('iframe[id*="MSOPageViewerWebPart"]').contents().find('.ms-cui-ctl-medium').each(function () {
                if ($(this).text() == "Edit in Browser")
                    $(this).hide();
    Obviously not great solutions, but works for now.

  • How to disable edit qury in Query Manager.

    Hi,
    We written query and normal user don't want to edit query only they have to execute the query. in authorization setup under Extension Tools  we have only Define Formatted Search and Manage User Fields and Execute Commands.how we can disable to edit query for particular users in SAP B1. we are using SAP B1 2005 PL43.
    Regds,
    Samapth Kumar.

    In Authorizations window > go to Reports > Query Wizard > No Authorization

  • How to disable edit.delete in oracle forms 11i?

    i was able to use APP_SPECIAL.ENABLE('EDIT.CLEAR',PROPERTY_OFF); to disable the clear button but also want to disable delete button,
    i added the APP_SPECIAL.ENABLE('EDIT.DELETE',PROPERTY_OFF); in the pre_block and pre_query trigger but not able to disable the delete item from edit menu.
    Am i doing sometjhng wrong?

    Hi;
    Please check
    How to disable delete button in a form
    How to disable delete button in a form
    Regard
    Helios

Maybe you are looking for

  • Error when contect Oracle rac from resin

    when resin contenct a Oracle rac invironment, it alwarys report error like below: conf/resin.conf:63: java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(ERR=1153)(VSNNUM =153094144)(ERROR_STACK=(ERROR=(CODE=1153)(EMFI=4)(ARGS='(ADDR

  • Help with cmd button

    Hi, In a change listener I have the code below it displays a list box and cmd button and hides the second list box I then go to manager bean and do a search for departments everything looks OK except the cmd button has an action but when I click it n

  • SQL Server Stored Procedure to Oracle

    Hi All, I have a store procedure in SQL Server(2005 onwards)...I need to convert that in Oracle. As I am new to Oracle. Please guide me. I have two tables MetaDatabase and MetaEntity. The store procedure loads the MetaDatabase and MetaEntity based on

  • HT204382 I can't open .flv files and I have OS X Lion 10.7.5

    I need to open .flv files and store on my computer for presentations.  How can I do that? The message when I try to open from Safari "The document "GetClean_400.flv" could not be opened.  The movies' file format isn't recognized." I have Adobe Player

  • Prism 2.5 driver for Netra T1 200 at Solaris 10 - newbie

    Did anybody compile driver for a Prism 2.5 wi-fi card on Solaris 10? Please help. [email protected]