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.

Similar Messages

  • How can I form a group in address book. I need to transfer a large number of emails from an excel spread sheet to form a group to send emails to.

    I need to transfer a large number of emails from an excel spread sheet to form a group to send emails to. I can either use address book or transfer them to BTYahoo contacts and send from there.

    Hello, if you have the font that Photoshop is supposed to use to write the barcode, and each image is also listed in the spreadsheet, you can use the little known feature called variables: http://help.adobe.com/en_US/photoshop/cs/using/WSfd1234e1c4b69f30ea53e41001031ab64-7417a.h tml
    see this video: 
    http://www.youtube.com/watch?v=LMAeX5pexNk
    Or this one:
    http://tv.adobe.com/watch/adobe-evangelists-julieanne-kost/pscs5-working-with-variables/

  • I need to download data from Oracle data base into a Excel spread sheet

    I need to download data from Oracle data base into a Excel spread sheet.
    Any input will be appreciated.

    Goes something like this:
    1) create an ODBC connection (on NT/WIN: ODBC DATA SOURCES in the control panel, create a USER DSN.
    2) in EXCEL-menu: DATA->GET EXTERNAL DATA->CREATE NEW QUERY. In the wizzard you will see the DSN created in the previous step. Select that source.
    3) follow the wizzard.
    Hope this does any good...
    Regards,

  • Table Control: Disabling editing for a column

    Hi everyone. Greetings from Buenos Aires, Argentina.
    First of all, I want to apologize for this question in case of it has already been made. The forum is too large to read it completely and I really need the answer, if any, to my trouble.
    I have a table control inside a screen. In it's PBO, I coded a module to change the table control attributes. I declared a work area like the line of the table control's control in order to loop it. I mean this:
    In the TOP of Table Control (I made it by using the wizard) I have this:
    CONTROLS: TC_1 TYPE TABLE VIEW USING SCREEN dynpro_number)
    And in the PBO module I have typed the following:
    MODULE control_change_attrs OUTPUT.
    DATA: wa_tc_1 LIKE LINE OF TC_1-COLS.
    LOOP AT TC_1-COLS INTO wa_tc_1.
    ENDLOOP.
    ENDMODULE.
    In the (...), I have put code with such a logic that, depending of the contents of certain fields in the dynpro, it will hide (or not) some columns of the Table Control. This part is made correctly.
    This logic, also makes (or should make) the table control to disable the input of a column, depending wether a flag is active or not. This flag is activated in other screen's PAI, which is called depending on the contents of the sy-ucomm field of this screen (the one with the table control).
    The (...) is something like this (I'll omit some parts):
    IF wa_tc_1-screen-name = 'COLUMN_TO_HIDE'.
       IF gv_flag = 'X'.
          wa_tc_1-screen-input = 0.
       ENDIF.
       MODIFY TC_1-COLS FROM wa_tc_1.
    ENDIF.
    In a PAI module of this screen, I have coded the following:
    MODULE user_command INPUT.
    CASE gv_ok_code.
       WHEN 'RUN'.
          PERFORM RUN.
        WHEN ...
    ENDCASE.
    END MODULE.
    And in the RUN subroutine, obviusly among other things, I have this:
    CALL SCREEN 0150 STARTING AT XX YY.
    In a module in the PBO of the screen 0150, I clear gv_ok_code. In a PAI module, this is what I have put:
    CASE gv_ok_code.
       WHEN 'ACCEPT'.
          gv_flag = 'X'.
          CLEAR gv_ok_code.
          LEAVE TO SCREEN 0.
      WHEN ...
      WHEN ...
    ENDCASE
    The thing is, when the contents of gv_ok_code is 'ACCEPT' and therefore the flag is activated, then the 0150 screen's PAI finishes and the previous screen's PBO is processed, I know for sure (by the mean of the debugging mode) that the table controls's atrributes are correctly modified, and the most important thing, they stay like that... But, the column desired does not gets disabled, at least not until the NEXT PBO (I mean, it gets disabled when I press the Enter key).
    Why is happening this?

    Thanks a lot for the response, Max.
    I' ve been testing your answer. When I implemented the code that you suggested, after the first PAI, the table control's columns appear as I want.
    The thing is, in order to test if the changes in the columns are reflected in the screen after the call of the dynpro no. 0150 (and the obvious return to the first one), I need to be able to select one or more table control's rows (since when I followed the table control wizard, I made it with selection column, and with multiple selection). But, after implementing your code, I'm not able any longer to select any rows.
    I click on them, but they don't turn yellow. I commented the call of the module inside the LOOP AT itab... of the PBO and I was able to select them once again, so we're sure the problem is caused because of the call to this new module. But why?
    Note: you should know, since the table control is with multilpe selection, the LOOP sentence in the PBO is like this:
    LOOP AT itable
           INTO work_area
           CONTROL tc_1
           WITH CURSOR tc_1-current_line.
    MODULE change_attribs.
    ENDLOOP.
    Does that give a hint to you?

  • 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

  • User Settings in ALV - need to disable

    Hi - I need to disable the user settings for ALV, I try from if_salv_wd_std_functions ~ set_dialog_settings_allowed( abap_false ) but is working fine for the screen, if I go to the column and do right click, the user settings are enable at the column level.
    Is there any way I can disable the column user settings?
    thanks!
    Jason P-V

    Hi Jason,
    I simply set the WDDISABLEUSERPERSONALIZATION parameter of my component's apllication to 'X' and now i don't see the usersetting option when I right click even on the column of the ALV. You can try that.
    To do so: double click on your application, go to the parameters tab, make it editable, in the parameters column get 'WDDISABLEUSERPERSONALIZATION' parameter and set its value as 'X'.
    I hope it helps.
    Regards
    Arjun

  • 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

  • Need to disable the clearing of browsing history and what is the "about:config" function for it?

    I am working on an Group Policy Administrative template for Wetdog.exe, and it's awesome by the way. Just want to know what function to use (listed in "about:config" url) so i can turn this feature off entirely.
    I don't want my users deleting browsing history, or have any ability to view it either.
    Still, i want the browser to keep at least 30 days of history.
    This is EASILY accomplished in Internet Explorer via GPO, but not so much in Mozilla with wetdog.exe and it's admin templates. I am using Windows Server 2003 enterprise edition R2 on 2 domain controllers, and Windows XP Professional SP3 client workstations with Mozilla 3.6.3 and the latest version of Wetdog.exe and it's admin templates.
    Any help would be much appreciated!!!
    == This happened ==
    Every time Firefox opened
    == My boss decided that we need to keep browsing history locked out of our existing 700+ workstations ==
    == Troubleshooting information ==
    just need to disable the "history" button, the "tools\clear recent history" button, and "tools\options\privacy tab\history"

    It can be annoying, but I think their motivation is good.  They are trying to make things better for their customers and I think they have, even though sometimes it is annoying.  I think it would be nice if they would advise us when the pages are going to be down for maintenance,  In the mean time, you could have another E mail account so you can always get access to your E mail.

  • How to disable editing Word doc created thru CFCONTENT

    I generate a lot of Word Docs from database queries using
    <CFONTENT> and need to disable ability edit displayed word
    doc while allowing printing, so that printed doc will always
    reflect content of database and cannot be edited. Any ideas?

    Sleinaddet wrote:
    > I generate a lot of Word Docs from database queries
    using <CFONTENT> and need
    > to disable ability edit displayed word doc while
    allowing printing, so that
    > printed doc will always reflect content of database and
    cannot be edited. Any
    > ideas?
    PDF.

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

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

  • I am need to disable an auto start program on my iTunes on my mini Mac

    I am need to disable an auto start program on my iTunes on my mini Mac

    Is there a way to have itunes delete the WMA file after creating mp3 copy?
    No.  But after the MP3s are created and you are satisfied that things went OK, just delete the WMAs manually and say "Good Riddance."
    You can use an MP3 in multiple players, but you need to turn off any features that automatically change or move files, since one player will change something that messes up the other:
    In iTunes, that means go to Edit > Preferences > Advanced and uncheck "Keep..." and "Copy..." 
    In Windows Media Player, that means go to Tools > Options > Library, and uncheck everything that starts with a verb such as "Rename...," "Rearrange...," etc.

  • HT201436 How can i delete the messages on my phone. I need to disable it to send back to the replacement warranty place. they told me i had to disable the phone. the type of phone i have is a Samsung Galaxy Centura android powered 3.5 touchscreen, android

    How can I delete my voice mail messages on my Samsung Galaxy Centura cause i need to send  it into warranty replacement, and they say I need to disable my phone. The recording just says its full and won't let me listen to any messages. When I call my voicemail it asks me to enter my password, but the keyboard won't come up.
    Is there a way I can call from another phone and get my messages and erase them, before sending the phone off to warranty.I don't want my personal info tampered with.

    If you have a Samsung phone why are you asking in an Apple iPhone forum?

  • I temporarily have to use a blackberry curve for a few days and I need to disable my phone number from my apple ID so I can receive text messages from people.  How do I do this???

    Help! I need to disable my phone number from my apple id

    Read here:
    http://support.apple.com/kb/ts5185

  • 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

Maybe you are looking for