When i press enter on my editable ALV nothing happens - Why?

Hi,
i have an editable alv on an tabstrip and when i press enter after changes nothing happens, although i have programmed check_changed_data.
That´s not normal, or? Mayby somebody can give me a hint.
Timo

Hi,
After changing the data use the following method to refresh the table.
    CALL METHOD W_GRID1->REFRESH_TABLE_DISPLAY.
If it solves your problem dont forget to reward me points.
Regards,
--Suman

Similar Messages

  • My iPad 3 running iOS 8.1 will not upgrade to 8.3. I have downloaded 8.3 but when I press install now and choose agree nothing happens for hours. Any help?

    MY ipad3 running iOS 8.1 does not upgrade to 8.3. I have downloaded 8.3 but when I press install now and choose agree, nothing happens for hours. Any help?.

    You are in the wrong discussion forum, but ok:
    -- You say it is running 8.1 now, but your profile says 6.1.3, plse update your profile.
    -- Did you download in Mac iTunes? or directly in the iPhone?
    if in Mac iTunes: check the following Finder location:   Startupdisk->Homefolder (yourname)->Library->iTunes->iPadSoftwareUpdates :  the downloaded file should be there and be complete the extension should be  .ipsw, if it is not there or not complete you should download again.
    if in the iPhone: notice that the install phase and verifying phase and restarting phase need (good) internet connection.

  • Lines appear under all text when you press enter--edit?

    Hello,
    I have a text box, whose formatting I want to edit.
    When you press enter a horizontal line appears automatically before you enter in text on the new line. I want to edit this line so it is closer to the text.
    Where do I go to edit this feature? I already looked in text frame options and I know that it is not a style.
    Thanks,

    Sounds like a paragraph rule.

  • Why doesn't it begin a new paragraph when I press "enter?"

    Supposedly, when in paragraph mode, you can begin a new paragraph by pressing "Enter" in Windows.  But, when I press "enter" it commits and takes me out of paragraph editing mode.  This is very frustrating.  What is the remedy?

    I only experience the problem when I'm trying to do paragraph text in Adobe CS4.  I have a Lenovo laptop that has 2 enter buttons:  one with the number keys and the second with the alphabet keys.  For whatever reason, both enter keys "commit" the text when pressed.  I did find out that if I press the FN key with the Enter Key, then it takes me to the next paragraph.  But, that is a little "weird" since regular paragraph text doesn't work like that.  Can this be changed in my settings?
    Thanks,
    Becki Miller

  • MODULE POOL WHEN WE PRESS ENTER KEY IN A TBL CONTROL THEN CURSOR GO TO FIRS

    DEAR ALL,
                    IN MODULE POOL WHEN WE PRESS ENTER KEY IN A TBL CONTROL THEN CURSOR GO TO FIRST INPUT/OUTPUT BOX  I WANT THE CURSOR WILL STAY ON THAT TBL CONTROL COLUMN.
      PLZ TELL ME HOW I CAN DO THIS.
    THANKS
    SHASHI
    Moderator message: no upper case please, search for available information before posting.
    Edited by: Thomas Zloch on Mar 11, 2011 11:50 AM

    Hi,
    This is possible only for check boxes and radio buttons.
    for others you atleast need to double click.
    please note double click is possible.
    regards
    Ramchander Rao.Krishnamraju

  • Empty cells will be filled when you press ENTER

    Hello Experts,
    how can you do the following
    I type in a particular cell any number (3 or 4 or 8 etc.) and all the
    empty cells in the ALV should be filled witt the enterd number when I press ENTER
    Is somewhere a tutorial or an example ?
    Regards
    Sas

    first read the value ... then loop at screen .  ,, then give the all fields value equal to that value .... then change screen ..

  • Clearing the TextArea texts when I press Enter key

    How to clear the texts that I have typed into the TextArea when I press Enter Key?
    I have now added a TextArea instance called input_txt to the stage and added an component event listener to detect when I press enter key. Then an event fires up which first reads the input to a string variable.
    But next I need to automatically clear the texts in the TextArea.
    How to do that?
    function readInput(event:Event):void
        input = input_txt.text;
        trace(input);
        // removing texts in the text input area-------- how?
    input_txt.addEventListener(ComponentEvent.ENTER, readInput);
    Please help.
    Thank You

    ComponentEvent.ENTER occurs before the line feed is added to the text, and is not cancelable, so you'll probably need to set a flag and do the clearing in an Event.CHANGE handler. Something like this:
    import fl.events.ComponentEvent;
    input_text.addEventListener(ComponentEvent.ENTER, readInput);
    input_text.addEventListener(Event.CHANGE, changeHandler);
    var clearing:Boolean=false;
    function readInput(event:Event):void
        input = input_txt.text;
        trace(input);
        clearing=true;
    function changeHandler(event:Event)
    if(clearing)
      input_text.text="";
      clearing=false;

  • Is there a way? When I type something in the search engine feature, is there a way that when I press enter to search, it comes up in a new tab, rather on the page I am using?

    When I type something in the search engine feature, is there a way that when I press enter to search, it comes up in a new tab, rather on the page I am using?

    Yes, and I presume you mean both the search engine results, and the pages opened from the results.
    Without making any changes you could always use '''Alt+Enter''' once you typed something into the search bar, or the location bar so that it would appear in a new tab. From the search results page you could always use "'''Ctrl+click'''" or "'''Ctrl+Shift+click'''" to open link n a new tab
    * Firefox and other Browser Keyboard Shortcuts (Comparison Table)<br>http://dmcritchie.mvps.org/firefox/keyboard.htm
    * Keyboard shortcuts | How to | Firefox Help<br>https://support.mozilla.com/kb/Keyboard%20shortcuts
    The configuration entries of interest:
    * '''browser.search.openintab''' user set boolean '''true'''
    * '''browser.tabs.openinnewtab''' user set boolean '''true'''
    Documentation
    * http://dmcritchie.mvps.org/firefox/tabs_config.htm
    * http://kb.mozillazine.org/About:config_entries (I use keyword shortcut of :"aboutconfig:" )
    * http://dmcritchie.mvps.org/firefox/tabs.htm
    Google settings:
    * [x] Open search results in a new browser window.
    :By default Google opens links in its search results to the same new tab, but I believe that the configuration changes supplied also fix that because I no longer have to use the keyboard shortcuts to override.
    Tools ("Alt+T") > Options > Tabs
    * [x] Open new windows in a new tab instead

  • Why do my email addresses change when I press enter after each To: entry?

    When I start to type a contact name in the text box for a recipient of an outgoing email, typing the first letter no longer brings up contacts that start with that letter. Then, after I select the correct one from further down the list (and it appears, highlighted) when I press Enter, the field changes from the desired recipient to the top one in the list.
    This has changed very recently. I have been using TBird for over two years without this issue.

    It is a bug, actually two.
    See [[https://bugzilla.mozilla.org/show_bug.cgi?id=1107844 Bug 1107844]] Recipient autocomplete: For multiple matches, select dropdown result other than first using mouse click, confirm with Tab or Enter, and TB uses 1st result instead (i.e. private msg gets easily addressed and sent to random recipients)
    [[https://bugzilla.mozilla.org/show_bug.cgi?id=970456 Bug 970456]] Recipient autocomplete: Implement scoring algorithm to prioritize "beginsWith" wordwise matches over "contains" matches: search for "be" should toplist "Ben" and "Betty" over "HolBErt" (having "be" in the middle of word)

  • Why won't Firefox browse to my address when I press enter on the keyboard?

    Since I installed (and uninstalled) the 4.0 beta, when I type an address in the address bar (in 3.6) and press the enter key on the keyboard, nothing happens. I now must click the arrow to browse to my typed address. Solutions?

    Try disabling the AVG Safe Search extension that you have installed. As '''''John99''''' alluded to, that extension has been reported to cause that problem for other users on 3.6.13 - AVG has some fixing to do with that extension.

  • I can't put numbers on the decimals. It only allow ,00 as decimals. If i put 33.00 it's ok but i i put 33.44 when i press enter changes to 3344 as an entire number, i've try everything and can't find the solution. This should be a basic thing.

    I can't put numbers on the decimals. It only allow ,00 as decimals. If i put 33.00 it's ok but if i put 33.44 when i press enter changes to 3344 as an entire number, i've try everything and i can't find the solution. This should be a basic thing. How frustrating !!

    pedrofromsydney wrote:
    €          55,555.00
    that's the result i get. Still why can't i just type for ex. 29.55 and stay like that on the cell ? Why does it always change to 2955 or 2955.00. ??
    I don't understand this
    It appears you have the cell formatted to Currency, with the default two decimal places.
    What I don't understand, though is how Numbers arrived at a result of fifty five thousand five hundred fifty five on your entering the exact keystrokes in Yvan's post:
    an equals sign, followed by five ones, followed by a forward slash, followed by a 2.
    Here's the result I get:
    Could you do the following:
    Open a NEW Numbers document using the Blank template.
    Drag the Row and Column control (bottom right corner) to reduce the table to two columns and three rows.
    Enter the words "My table" in cell A1.
    Click on cell B2 to select it, then enter the formula 
    =11111/5
    Use only those eight keystrokes; do not include any commas, periods or other characters not shown.
    Click on B2 again to select it.
    Open the inspector and choose the Cell Format button.
    Do not make any changes in the Inspector window.
    Drag the Inspector window to the position shown in my screen shot.
    Take a screen shot that includes the Formula bar, the Table (with cell B2 selected) and the Cell Format Inspector pane (the same screen area as in my screen shot above).
    Post the screen shot in a reply to this post.
    I'm hoping there will be some clues as to what's happening here in the screen shot. Procedure for taking and posting a shot of part of the screen follows.
    Regards,
    Barry
    SCREEN SHOTS (Selected area)
    Place the mouse pointer at the top left corner of the area you want to include.
    Press shift-command-4.
    The mouse pointer will change to a plus sign on a circle.
    Hold down the mouse button and drag to the bottom right corner of the area you wan to capture.
    Release the mouse button.
    The screen shot will be saved to your desktop with the name "Picture 1" (The number will be different if you have taken other screen shots).
    POSTING
    In the Compose frame, place the Insertion point at the location you want the picture to be inserted.
    Click the camera icon above the compose frame to open the Insert Image dialogue.
    Click Choose file to open the Choose dialogue.
    If necessary, navigate to the Desktop and click on the 'by date column header to sort the files by date, most recent at the top.
    Select the most recent picture file.
    Click Choose.
    Wait for the picture's file name to appear beside Choose file.
    Click insert image.
    Done.
    B.

  • TS3048 my screen has frozen on problem loading page, my wireless mouse does not connect to the screen (its got new batteries). the keyboard works when you press enter.

    My mouse (new batteries and wireless), does not connect to my screen on my mac. The screen responds when I press enter, but I cannot move around it as there is no mouse.  The screen has frozen on 'problem loading page'.

    My mouse (new batteries and wireless), does not connect to my screen on my mac. The screen responds when I press enter, but I cannot move around it as there is no mouse.  The screen has frozen on 'problem loading page'.

  • PURCHASE PROGRAM  When I filled in my credit card details and proceed to Step 4: Enter your payment information, so nothing happens. Have tried several times. This order applies to the upgrade of CS4 and costs 270,60SEK per month.  Does not this offer?  M

    PURCHASE PROGRAM
    When I filled in my credit card details and proceed to Step 4: Enter your payment information, so nothing happens. Have tried several times. This order applies to the upgrade of CS4 and costs 270,60SEK per month.
    Does not this offer?
    Micke at Raa

    Some general information... your Adobe account and your credit card details must match exactly
    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -http://helpx.adobe.com/x-productkb/policy-pricing/change-country-associated-with-adobe-id. html
    -Credit card https://helpx.adobe.com/utilities/credit-card.html
    -ID support http://helpx.adobe.com/x-productkb/global/service-c1.html
    -verify email https://forums.adobe.com/thread/1446019

  • HT4718 I can't reach recovery system when I reboot- I press 'command' and 'r' quickly, but nothing happens, the progress bar begins to load... Any thoughts?

    I can't reach recovery system when I reboot- I press 'command' and 'r' quickly, but nothing happens, the progress bar begins to load... Any thoughts? It gets about halfway through loading and then stops, no mouse, no nothing. I think I'll be able to move past it if I can reach the Recovery options.
    Thanks!

    If you are really sure that it's impossible to click in Recovery mode, then something is wrong with the machine.
    Make a "Genius" appointment at an Apple Store, or go to another authorized service provider.
    Back up all data on the internal drive(s) before you hand over your computer to anyone. There are ways to back up a computer that isn't fully functional — ask if you need guidance.
    If privacy is a concern, erase the data partition(s) with the option to write zeros* (do this only if you have at least two complete, independent backups, and you know how to restore to an empty drive from any of them.) Don’t erase the recovery partition, if present.
    Keeping your confidential data secure during hardware repair
    Apple also recommends that you deauthorize a device in the iTunes Store before having it serviced.
    *An SSD doesn't need to be zeroed.

  • HT4859 I have problem with my IPAD2, there is meesage that IPAD hasn;t been backed up in 1 weeks. Backups happen when this IPAD is plugged in, locked, and connected to Wi-Fi. And then I press OK below those message, but nothing happen and can't do anythin

    I have problem with my IPAD2, there is meesage that IPAD hasn;t been backed up in 1 weeks. Backups happen when this IPAD is plugged in, locked, and connected to Wi-Fi. And then I press OK below those message, but nothing happen and can't do anything too. I push start button, they appear but still "can't reach them". Anybody knows how to fix it back to normal?

    Go to Settings, iCloud, and then Storage and Backup.  You will then see a button to backup your iPad.  It may be that you have much stuff (i.e. photos, apps) for it to do a full backup but you will be able to tell what the estimated backup should be and what it will consist of so that you can choose to prune down items.  If you don't want to backup and get rid of the messages you can just turn backup off from this area as well.

Maybe you are looking for

  • Free license and isolation groups

    Hello, We have just installed CPS in our Solution Manager 7.1. The CPS release is Build: M28.17-35130. The license keys - free -  are: CPS-Basic ProcessServerService.SAP.ApplicationsAPI true   CPS-Basic ProcessServerService.SAP.SolutionManager true  

  • How do I deactivate password on ios 7 on my iPhone 4s?

    I updated to iOS 7 today and iCloud isn't activated. I don't use this feature. But everytime my iPhone goes to sleep, I have to enter a password to use it. Annoying! I went into the settings and deactivated it, it asked for my Apple ID and password a

  • Portal 902. Uploaded document differs from downloaded document.

    We are currently trying to set-up a portlet, which would include items (documents, images etc.). The problem we faced in that process is related to portal's storing process. We uploaded a pdf-file (Java API Guide from otn.oracle.com) as a simple file

  • TEMPLATE or PERWSFPE

    Hi, I am trying to customize a form in the E-Business Suite that is very similar to the "People Folder" function. I read most of the Oracle Applications Developer's Guide as well as the user interface standard. i have no problem attaching libraries,

  • How to terminate product type 60A?

    User created the contract with product type 60A. However, this conrtact was cancelled. Could you please suggest, what function that normally use to terminate contract? Best regards, Osathee