ALV OO - cl_gui_alv_grid= mc_style_disabled. - Not working on ENTER key

Hi
Im working on a OO ALV program wherein , i need to
1) provide f4 list for a cell based on the values entered in other cells - This one is solved
2) populate value for another cell based on values entered in other cells and make the particular cell read only(non editable) when the user press ENTER while the cursor is on any of the cells . Im able to trigger the ENTER event and i used cl_gui_alv_grid=>mc_style_disabled like  " celltab-style = cl_gui_alv_grid=>mc_style_disabled " , but this is not getting reflected in the grid . Not sure whether i have used cl_gui_alv_grid=>mc_style_disabled  correct . Any sample code or idea to get this done would be a gr8 help.
Thanks
J

Howdy,
Are you refreshing the ALV grid after you apply the style change?
Cheers
Alex

Similar Messages

  • I have a iphone 5 and I can login with my apple id to purchase music. However, when I try to login into icloud using the very same username and password that I use in the apple store it does not work to enter icloud, so what what gives???

    I have a iphone 5 and I can login with my apple id to purchase music. However, when I try to login into icloud using the very same username and password that I use in the apple store it does not work to enter icloud, so what what gives???

    I could do that, however when I select the icloud button (or whatever the heck it is) I am asked to enter the apple id and password. So if you are suppose to create another one for icloud you'd think it would give you the option at this point which would be logical.

  • I am trying to setup my new time capsule but it is not working. after entering the airport utility and locating the TC, after I tell the program to continue, the unit just disappear and the setup menu says there is an error. Any idea of what is happening?

    I am trying to setup my new time capsule but it is not working. after entering the airport utility and locating the TC, after I tell the program to continue, the unit just disappear from the menu and the setup menu says there is an error. I tried using the wireless connection, and also the cable, but none worked. Any idea of what could be happening?

    What are you setting it up as.. join wireless network .. the very worst setup, it will disappear.. reboot the whole network in order modem. router TC.. clients and it will likely reappear.
    Tell us what network setup you are using..
    If you setup with cable to a computer completely isolated from the network with TC also isolated.. finish the setup of everything you want. .before update.. then plug it into the network. .then restart everything in correct order.. it will work most of the time.

  • I have a new mac book pro (sept 2014) and am suddenly stuck on the log-in screen. Keyboard input not working to enter my password. Already tried a basic restart and a cmmnd/ cntrl/ pwr troubleshoot to no effect.

    I have a new mac book pro (sept 2014) and am suddenly stuck on the log-in screen. Keyboard input is not working to enter my password. Seems to be a log in issue as keyboard works for forced troubleshooting. (And b/c when I first noticed the problem, I was able to enter my log in password but then everything sort of froze. Now, no ability to enter the password.) Already tried a basic restart and a cmmnd/ cntrl/ pwr troubleshoot to no effect.

    Reset PRAM:   http://support.apple.com/kb/PH14222
    Start up in Safe Mode.
    http://support.apple.com/kb/ph14204
    A new Mac is in warranty for 1 year from the date of purchase.
    A new Mac comes with 90 days of free tech support from AppleCare.
    AppleCare: 1-800-275-2273
    Call AppleCare or take it to the Apple store to have it checked out.
    Genius Bar reservation
    http://www.apple.com/retail/geniusbar/
    Best.

  • Working with Enter Key - Reply ASAP pls

    Hi all,
    I'm working with Actionscript 2.0. I am applying the
    following code
    keyListener = new Object();
    keyListener.onKeyUp = function() {
    var keyCode = Key.getCode();
    if (keyCode == 13) {
    gotoAndPlay(1318);
    }else {
    gotoAndStop(1314);
    Key.addListener(keyListener);
    Problem I'm facing is that its not working with the enter key
    , however if i'm giving any other key code then its working. Infact
    if i'm giving the following code
    keyListener = new Object();
    keyListener.onKeyUp = function() {
    var keyCode = Key.getCode();
    if (keyCode == 13) {
    gotoAndPlay(1318);
    }else if (keyCode == 32) {
    gotoAndPlay(1318);
    }else{
    gotoAndStop(1314);
    Key.addListener(keyListener);
    Then its working fine but only in the case of else if part (
    key Code==32, space bar ), but not with the enter key.
    Please help.

    disable keyboard shortcuts if you're testing in the test
    environment.

  • LM13: Verification field not cleared after [Enter] key

    Hi Experts,
    I'm facing the issue as stated in the OSS note 916654 - LM13: Verification field not cleared after [Enter] key. My current system is ECC, that is why the OSS is already applied to the ECC version. But the problem is, i still faced the problem stated in the OSS.
    Symptom
    In customizing:
    - You have defined [ENTER] in destination screen 302 to SAVE items.
    - You want to verify the destination bin information.
    You use 'Confirm Transfer Order Clustered' RF transaction LM13.
    You scan several SUs and press enter.
    You press [F4-Next pushbutton] to confirm the associated TO(s).
    In the destination screen 302, you scan the verification value for the first item and press [ENTER] key.
    ==> The item is confirmed correctly but when the system proposes the next item, the verification value of the first item is displayed.
    Anyone know how to fix this issue? Pls help.
    thanks
    Hooi Fung

    Hi,
    For example itab-matnr is your screen field
    in PAI
      field: itab-matnr,
             module check_matnr_0700.
    module check_matnr_0700 input.
      move itab_matnr to v_matnr.
    endmodule.
    in PBO.
    move v_matnr to itab-matnr.

  • Note 916654 - LM13: Verification field not cleared after [Enter] key

    Hi Experts,
    I'm facing the issue as stated in the OSS note 916654 - LM13: Verification field not cleared after [Enter] key. My current system is ECC, that is why the OSS is already applied to the ECC version. But the problem is, i still faced the problem stated in the OSS.
    Symptom
    In customizing:
    - You have defined [ENTER] in destination screen 302 to SAVE items.
    - You want to verify the destination bin information.
    You use 'Confirm Transfer Order Clustered' RF transaction LM13.
    You scan several SUs and press enter.
    You press [F4-Next pushbutton] to confirm the associated TO(s).
    In the destination screen 302, you scan the verification value for the first item and press [ENTER] key.
    ==> The item is confirmed correctly but when the system proposes the next item, the verification value of the first item is displayed.
    Anyone know how to fix this issue? Pls help.
    thanks
    Hooi Fung

    Thanks a lot for your prompt answer. Well yes if i clear in the PBO the value gets cleared, but then i wanted to get the next records value into the value field, well the problem got solved in a much easier way i put everything into one chain endchain statement.

  • Exit button not working when entering wrong date

    how do I get the message not to appear by day Invalid (Frm-50004) in forms

    dear Shrikant,
    i have one item start_date whose data type is Date and format mask is DD/MM/RRRR ,
    when i m entering worng date it is showing below message which i kept on ON-ERROR trigger of start_date item with an error code 50004 ;
    "FRM-50004: Day must be between 1 and last of month."
    as i m entering wrong date i want to exit my form but my exit button is not working properly.
    The message appears several times, about 3 or 4 times, because the focus is on the text item to the date, and is firing the trigger ON-ERROR, debugging the code, you notice that after the message back running the line "IF", because the error frm-50004 can not be erased, is giving this error all the time because the focus is on her text item!
    i have kept my push buttons mouse and keyboard navigation property to "NO".
    then also it is not working tell me if any solution is there.

  • SWF. not working when entering other state

    Hi
    I have just made a site where theres a main site without animation and a sub site with animation. The problem is that the animation/swf is not starting when i enter the subsite. It starts when theres no main site but when we enter the site from a another main site/sub site the animation the do not start.

    This might be a security issue. If I am understanding what you are say is you go to www.mysite.com then go to mysubsite.mysite.com. When you are accessing the Flash Catalyst produced swf at mysubsite.mysite.com this way it does not work. In the Flash Catalyst file, the linked swf is probably referenced as "http://www.mysite.com/mySWF.swf", but to the Flash Player this is a different address from mysubsite.mysite.com.
    If you add a crossdomain.xml file to your site to include the top level and sub domains, the issue should be resolved. For more information on the crossdomain.xml file: http://kb2.adobe.com/cps/142/tn_14213.html
    Good luck
    Chris

  • Keyboard character does not work - cant enter password to log in

    I have a new Blackberry curve.  Unfortunately the e key is not working (possibly after condensation forming on the device).  
    Luckily my password does not contain e  
    Unluckily I entered the password incorrectly.   And now I have to "enter BlackbErry to continue" 
    Unfortunately I cant type the E.    
    Any way of figuring a way to get round this, either by getting the E to work,   or by circumventing the "BlackbErry to continue " check?   Thanks

    hello bbnnl,
    first of all, what is the model you have? I see in your profile is displayed "curve 8290", which does not exists.
    Please edit your profile here: http://supportforums.blackberry.com/t5/user/myprofilepage/tab/personal-profile%3Apersonal-info
    Otherwise it is harder for us to help you.
    secondly, if you suspect water condensation on your device, I advise you to immediately remove the battery and dry your device for at least 48H in a bag of dry rice.
    I realize my message arrives too late.
    How are things doing for your device now?
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Ipod locked. lost password. tried resetting. did not work. Enter Passcode screen still comes up.  ??

    tried resetting ipod thru itunes. did not work. still get Enter Passcode when starting up. i dont remember passcode.
    stuck. any other helps??  thx

    Boot in recovery mode, connect it to iTunes and restore without backup

  • Digit not working in WEP key entry mode

    My wep no. requires the digit 1 to sync with my phone . however the digit 1 will not on my phone in wep key enter mode . It also will not work in vertical mode while texting, but will work in horizontal mode while texting only. I have tried resetting the phone but this did not work.Any ideas ?

    Hi Tapish,
    There is no option to sort based on Key figure, you can only sort the report by charateristics. The only way sorting could be done to show Top n or bottom N condition.
    Regards,
    Kams

  • Keyboard not working on certain keys....help please???

    Ok so yesterday while using my Macbook, my idiot friend spills some beer on the keyboard. We very quickly wipe it all off, tilt the computer so any excess runs out from the side, and the thing still ran. We continued using it for about an hour and all the keys were working and everything was fine.
    I then left his house, shut the computer down and brought it home w/ me. I got home later, turned the laptop on, and it still worked, but a few keys aren't working (right where the beer was spilled). The Enter (Return) key, the Shift key below it, and the "\" key.
    So I waited overnight to see it that helped and it is still not working. Any ideas on how to fix this? I'm out of warranty and doubt beer spill would be covered anyways. If I have to get it repaired, any idea the cost of something like this? Any help is greatly appreciated. Thanks in advance!

    laztradamus wrote:
    Any other options if the cleaning part doesn't work? Anyone? I can't afford $1,000 to get this fixed AT ALL.
    If cleaning doesn't work, the only thing to be done is replace the keyboard. That's a heck of a lot cheaper than $1000 (but keep in mine, if you have damage inside, cleaning/replacing the keyboard isn't going to be the whole fix). If you definitely decide to buy a new keyboard, I'd take the old keyboard off and soak it in distilled water for a day or two, periodically working the problem keys, then tilt/shake it every which way to get as much water out as possible, then let it dry for a few days, until there's no possibility of moisture remaining inside. If it still doesn't work, nothing lost, as you were buying a new keyboard anyway.
    You may also want to consider a BlueTooth/wireless keyboard. Sure, it's something else to carry around (if portability is an issue), but Apple's BT keyboard is about as small/light as possible. Something to consider.

  • Shift key not working with some keys

    I am using a MAC Pro with two hard drives.  One runs Leopard and the other MS windows.  while in windows, the birghtness key illuminated (f2 key) and suddenly the shift 2, w, s, x keys quit working.  I decided to reboot and while holding the option key to boot into windows, the system did not recognize the option key and booted me into Leopard.  so now I notice the shift 2, w, s, x, and option key are not working.  Any suggestions?  Also, the brightness icon is still lit up on my screen and I am not able to make it go away or even adjust...

    I'm having this same exact issue. Anyone know of a fix? Is it possible junk in the keyboard?
    I tested my keys using the keyboard viewer, and when I hit function it recognizes it, but it doesn't when it is loading.

  • Keyboard not working for certain key(s)

    I am wondering if anyone else has had this issue yet. I have an iPhone 8GB running Software Version 1.1.4. When using the keyboard in landscape mode (so basically, using Safari) the key that is represents "U" and "7" does not work. To test this, I run my finger over across the top row and that key is definitely skipped.
    This does NOT happen when the keyboard is in portrait mode.
    ...This seems like a SW issue, but could it possibly be a dead touch sensor in the vicinity of the key?
    Any help is much appreciated.
    Thanks.

    Here are a couple of articles from the apple support website that might help out.
    http://docs.info.apple.com/article.html?artnum=305740
    http://docs.info.apple.com/article.html?artnum=305744

Maybe you are looking for

  • Service PO version management

    For service PO, new version is getting created when i change the item text or quantity and not header text. The config is exactly the same as per other doc types.... What could be missing? Is it controlled by item category also? Regards, Shail

  • I have money on balance, I want to kkupit program and in return get: you purchase could not be completed

    Hello, i have money on balance ( $15)< i want to buy program ($0,99) and in return get message: you purchase could not be completed

  • Help me with the right print method?

    I have several pages of data in my database that I need to print. The printing should have header and footer, and print several pages. My question is which print method should I use and how? Am offering 2 Duke Dollars for this...

  • Transaction IW32 - EXIT - Order Position

    Hi!, I´m having a trouble with IW32 transaccion, I have to validate the order positions by position number, if the position number has permition to be modified, nothig happend but if it hasn´t permition i need to display an error message informing th

  • LEFT JOINT OUTER  has diferent plan from normal query

    Hi All I have two table TRANS and TRANS_PARTY, on trans table has index on LAST_MODIFIED and on trans_party has index on transid I have two queries. They are the same about meaning but Oracle has different plan. Can anyone explain the reason why? SQL