Keyboard delete button and alv response

Hello friends,
I have a problem with editable alv.
In alv grid if i select a line and press the delete button on the keyboard,  then the data is getting deleted.
i do not want that to happen.
how can i stop it from happening?
Note: I am not talking about the delete icon which alv provides. I mean the DELETE BUTTON ON THE KEYBOARD

I know what you mean, but surely when you are typing it makes sense to have a backspace key and not delete as the cursor is ahead of the error.
Also, a simple tap on the screen at the place you want to edit also means that you can position the cursor after the error. Then, again, you can use the backspace key.
Personally, I have never felt the need for a delete key, but you should leave feedback for Apple at http://www.apple.com/feedback/ipad.html
I presume you are aware that if you hold your finger on the screen that you can move and select text anywhere on the screen.

Similar Messages

  • We have a DVD in the super drive that will not eject.  The DVD does not show up on the desktop.  Have tried the keyboard eject button, and also restarting the computer.  Any ideas on how to eject it?

    We have a DVD in the super drive on our Macbook Pro that will not eject.  The DVD does not show up on the desktop.  Have tried the keyboard eject button, and also restarting the computer.  Any ideas on how to eject it?

    here is a troubleshooting article from Apple about this: http://support.apple.com/kb/ht2801.  Hope this helps

  • Both the 'delete' button and in the menu options do not delete messages but change them to unread. How can I remedy this?

    The delete function seems to no longer work in Thunderbird. Both the 'delete' button and in the menu options do not delete messages but change them to unread.
    I have tried to fix it by deleting the trash / deleted files as suggested in another thread but it made no difference. The delete key still works to delete things outside of Thunderbird (including here for example).
    I have not uninstalled / reinstalled. I have rebooted a couple of times and it hasn't made any difference.
    I did go through and delete a huge number of old emails a few days ago, but I have cleared out the Deleted folders and it made no difference.
    All suggestions appreciated.

    Right click on any of the other right panel headers  in Slideshow module to open the context menu. You should be able to reactivate the Options panel from there.

  • HT200150 I pressed the find my iphone delete button and then my phone showed the apply logo. I then got worried and turned it straight off and now it will not turn back on. The apple logo just comes up for about 10 seconds and it goes back off.

    I pressed the find my iphone delete button and then my phone showed the apply logo. I then got worried and turned it straight off and now it will not turn back on. The apple logo just comes up for about 10 seconds and it goes back off.

    Connect your phone to itunes on the computer you use itunes on and open up itunes.

  • Delete button in ALV Table

    Hi,
    Does any one have a code sample for the ALV Table Delete button? When I hit the DELETE button the selected row gets deleted but how can I save this deletion to the database table so that when I do a refresh the deleted row does not re-appear.
    Thanks. Kim

    Hi Kim,
             i am sorry but I dont have a sample code for this .. but yes i can tell you a very simple logic here that should work fine ..
    When the user clicks on Delete Entry call method say "Delete_entry" and within this you can write code based on this logic..
    1) On_Action_Lead_Select should copy the content of that row to another context node say "Selected_Entry"
    2) Search for this entry in your internal table/database that was bound to the ALVs context node(data source) and remove it using standard functions
    3) again read the database/internal table data and bind it to the context node ..
    Your changes will be reflected in your ALV..
    I hope this helps and if it does please do award points
    Also please close the thread if the issue gets resolved ..
    Regards,
    Anoop

  • Delete button and backspace

    I've got a iBook Power Book 4.1 or a Power PC G3. Unlike my G4 desk top, the keyboard does not appear to have a backspace button. The delete button deletes backwards. Is there anyway to delete forward? The Delete on my desktop deletes forward and the backspace deletes backwards. I'm used to this and find it awkward using this iBook as a result.

    Well an icon can't really have a COPYRIGHT, unless it was considered a work of art, like a movie or novel. It certainly can't have a patent, since it isn't a machine or invention. At most it could be trademarked, so that others couldn't use it in advertising for other products. This too seems unlikely. I think all it has is Apple usage guidelines, and reviewers who enforce them and attempt to keep the iPhone useable by making sure standard icons are used in standard ways.

  • Disable delete button in ALV grid

    Hi Experts,
    I have a functionality to disable some buttons in alv grid such as delete row,cut,print etc.
    I know how to exclude them by using it_toolbar_excluding , but I need to disable them.
    Can you please let me know how to handle this.
    I am displaying the ALV grid by calling the method set_table_for_first_display.
    Thanks in Advance
    Prasanth

    Hi,
    By using below code you can disable any button in ALV display
    data : tool_wa_exclude  type ui_func.
      tool_wa_exclude  = cl_gui_alv_grid=>mc_fc_loc_delete_row.
    append tool_wa_exclude  to tool_it_exclude .
      call method grid2->set_table_for_first_display
        exporting
          it_toolbar_excluding          = tool_it_exclude
        changing
          it_outtab                            = it_ekpo
          it_fieldcatalog                    = it_fcat
        exceptions
          invalid_parameter_combination = 1
          program_error                           = 2
          too_many_lines                         = 3
          others                                        = 4.
    U need to pass tool_it_exclude internal table to  method for displaying

  • My BT keyboard delete button now forward deletes rather than backspacing like it used to do. This happened after I got my iMac back from the hard drive replacement program. Any ideas how to return the keyboard to the default backspace?

    The good news after my hard drive was replaced during Apple's Seagate replacement program -- all my data and settings reinstalled seamlessly through Time Machine and my external hard drive. Bad news? My BT keyboard will now only forward delete when I hit the delete key rather than backward delete. I find this so ironic since I hated this feature when I switched from PC to Mac, but now I'm totally used to it. I tried resetting the default under system preferences, but it didn't help. Otherwise, keyboard works perfectly. This is so strange. Anyone have any suggestions? Oh -- and now I see my arrows don't work either.
    Message was edited by: juliefrommiami

    The good news after my hard drive was replaced during Apple's Seagate replacement program -- all my data and settings reinstalled seamlessly through Time Machine and my external hard drive. Bad news? My BT keyboard will now only forward delete when I hit the delete key rather than backward delete. I find this so ironic since I hated this feature when I switched from PC to Mac, but now I'm totally used to it. I tried resetting the default under system preferences, but it didn't help. Otherwise, keyboard works perfectly. This is so strange. Anyone have any suggestions? Oh -- and now I see my arrows don't work either.
    Message was edited by: juliefrommiami

  • Keyboard Delete button to delete row in array

    Is there a way to use the delete key on the keyboard to delete a row from an array?

    Hi Liz,
    If you are Using LV 6.1, this is easily done. There are three steps to the Process.
    1. Trap the Event when the Delete Key is Pressed. With LV 6.1 Event Structure can do this and give you which Key is Pressed Using VKey Node.
    2. There must be Some way that you can identify which row must be deleted. It could be a Simple Slider or Program output.
    3. The Physical deletion from the Array. With 6.1 you get a function "Delete from Array" and you specify either Column no or Row No to Delete.
    I have Attached a Sample VI for you to see in LV 6.1
    If you Do not Have LV 6.1 then Action 1 to Trap Delete Key Stroke is not In built LV function. You may Want to get "Danny Lauers ToolBOx" I think it is available at www.openG.org
    There is a Functi
    on in there"Get Keys" which will tell which Key is Pressed.
    Then you will have to Build Funtionality to Manipulate Array to Delete the row.
    Good Luck!!
    Mache
    Good Luck!
    Mache
    Attachments:
    Delete_Row_from_Arry.vi ‏30 KB

  • Keyboard, power button and mouse pad not responding!

    I was just using it normally and all of a sudden the screen is frozen, keyboard isn't responding and nor is it he power button or mouse pad! Please help! I bought this MacBook in December 2012.

    Try holding down the power button for several seconds to see if it shuts the machine off, then reboot. If the problem is solved, great. If not, try resetting the SMC. Use the procedure for "a battery you should not remove yourself."
    http://support.apple.com/kb/ht3964

  • HT4759 Suddenly my icloud (on PC) won't recognize my keyboard "tab" button; and I can see my email, but can't click on it. I have firefox 18.0 browser.

    I have an HP with firefox browser and icloud.com was working fine on it until last week.  I first noticed that I couldn't use my tab on the keyboard to get from the login name to password, but wasn't too concerned until I got into email and couldn't click on anything.  I can't read my emails at all in icloud now (on the PC).  I did recently forward all other accounts to the my "me.com" account.   I don't know if any of that has to do with it, but my hotmail and any other sites are working fine.  It seems to be a problem with icloud only and it is also happening on my home PC.  

    It was working before on Mozilla.  The problem with IE is that it constantly crashes and we can't get anything done, so we switched to Mozilla a long time ago.   I don't get why this has suddenly become a problem though.  Thanks!

  • Err-1016 and delete button

    Hi all,
    I'm following the "2 day HTML db developer" guide and I've come across a problem.
    Following all the steps of the "issue tracking app" I have created a form for insert/updating/deleting issues. Here the form contains a hidden item for navigating back to the original page that made the call.
    Well this thing works fine when creating and saving issues also when cancelliing the action, but when deleting an issue I get the following error:
    "Error ERR-1016 Application "XXXX" Page "0" not found (requested language="en-gb ")"
    The record is deleted but the navigation cannot be completed.
    Obviuosly there's no page 0. The uncondicional branch that navigates to the page stored by P7_PREV_PAGE doesn't work when deleting.
    Any help/ideas?
    Many thanks in advance.

    Scott, many thanks for your quick response.
    I have now created a shared application item and everything works fine now.
    There's something I don't understand:
    - Why the wizard created the reset page process and associated it to the delete button and not to the create/create again buttons too?
    - Is it necessary this reset page process?
    And my last doubt, is it better to reset individual items on the page level or to create a navigation item on the application level?
    Your guidance is very much appreciated.

  • Keyboard on 9105 squeaky and non responsive

    9105 - Left hand side of keyboard is squeaky and non responsive. Makes it very difficult to type. Any suggestions?

    if I were you I would go to the carrier support and have the device changed.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Remove standard button in ALV LIKE APPEND/INSERT/DELETE

    Hi Expert,
    I have a requirement in which we do not need APPEND/INSERT/DELETE button in ALV,Can you please tell how i can remove that.
    Pleaae suggest.
    Thanks
    Mahesh

    Check this
        data lo_cmp_usage type ref to if_wd_component_usage.
        lo_cmp_usage =   wd_this->wd_cpuse_alv1( ). " alv1 is my used alv component
        if lo_cmp_usage->has_active_component( ) is initial.
          lo_cmp_usage->create_component( ).
        endif.
        data lo_interfacecontroller type ref to iwci_salv_wd_table .
        lo_interfacecontroller =   wd_this->wd_cpifc_alv1( ).
        data lo_value type ref to cl_salv_wd_config_table.
        lo_value = lo_interfacecontroller->get_model(    ).
    data: lr_std type ref to if_salv_wd_std_functions.
        lr_std ?= lo_value.
    lr_std->SET_EDIT_APPEND_ROW_ALLOWED( abap_false ).
    lr_std->SET_EDIT_DELETE_ROW_ALLOWED( abap_false ).
    lr_std->SET_EDIT_INSERT_ROW_ALLOWED( abap_false ).
    Regards
    Srinivas

  • How to add the delete button

    Hello Guru's and Experts.
    I am working on a change request , the change request is as follows
    Once a cost simulation is run for a maintenance item and the data transferred to BI, it cannot be deleted from BI, only overwritten with an updated cost simulation. In the instance where the such items are no longer required to be included in the simulation, it must be made possible to delete the simulation costs in BI.
    The current design in my project significantly increases the effort required to identify unwanted cost simulations and greatly increases the potential for incorrect data to be used in Budgeting and forecasting.
    My question is how to add the delete functionality in the report. is it acheavable through the portal or WAD,
    iam new to SAP BI , if possible can anyone kindly suggest me the steps to do this functionality.
    Appreciate your quick response..
    Thanks
    Ravi.

    Hi Guru
    Thanks for your valuable information.
    We got the requirment changed now from the users , the delete button should display in the report, i mean in protal, Now the user wants to delete with the selection criteria, for example, once the user hits the row in the report, that means if he selects the Main work center, and selects the delete button , he wants all the data related to that main work center to be deleted.  and another senario is what ever row the user selects  the characteristics in the row, for example, if the user select  for any row, i mean it can be any cost center or fiscal year, maintaiance item, cost elements, ..etc.  
    Once the user  selects the row and hit the delete button,  and he wants to hit the save save button in the report to make sure it deleted, the other way around , if the dont want to hit save, then he wants the data to be in the report.
    In the above  scenario's  can  you please suggest me with the steps how can we acheive it.
    Please reply back if you need any other info., Apprieciate your quick response. its very urgent requirment which we have to start...
    sorry to bother u..
    Thanks
    Ravi.

Maybe you are looking for