The intellisence fuctionality in ABAP editor not working correctly

I have an issue getting the intellisence to work correctly.  It will sense the word and show it but when I hit enter for it to copy it just goes to the next line.  I tried changing the keyboard settings but htis doens't do anything either.

Tab works for me too.  Enter does not. SAPGUI 7.10 patch 19.
But there appears to be several areas to look for changes:
1) Tweak SAP GUI
2) In the bottom right corner of the editor, there's a small icon that looks like a page. Press it, and a new screen will open.
Select "Keyboard", and scroll down to Edit.Autocomplete and experiment with settings.
3) Change an xml setting by editing file (depending on operating system):
    a) c:\Documents and Settings\[user]\SapWorkDir\ab4_data\settings.xml.
    b) look for the section "Code_Completion"
    c) change value from 0 to 1 in 1{/CodeHintAgreeByReturn}
Hope one of these helps.

Similar Messages

  • Key Figure calculation in Abap is not working correctly - Overlooping

    Hi,
    I wrote a logic to calculate the ratio of key figure but it is not working correctly
    For example I have a requirement to split 1 Product into Several new Products and also the Net Amount will be splitted to these several new products as well. The total Amount of the new product will be equivalent to the Net Amount.
    So far my Logic is splitting the product to several new products but the amount is incorrect as the calculation is over looping.
    Sample
    A PRODUCT has Net Amount 1000. And this product needs to be splitted into 3 new products. Each of this new product is assigned a ratio of 0.3, 0.2 and 0.7 respectively. total sum of the ratio is 1.
    PRODUCT1 0.3 = 1000 * 0.3 = 300
    PRODUCT2 0.2 = 1000 * 0.2 = 200
    PRODUCT3 0.7 = 1000 * 0.7 = 700
    The total amount of this new products is 1000.
    Now my logic is working this way.
    PRODUCT1 0.3 = 1000 * 0.3 = 300
    PRODUCT2 0.2 = 1000 * 0.2 * 0.3 = 60
    PRODUCT3 0.7 = 1000 * 0.2 * 0.3 * 0.7 = 42
    Only the PRODUCT1 is working correctly and there is overlooping for the remaining products
    Logic used
    DATA: t_data TYPE data_package_structure OCCURS 0 WITH HEADER LINE.
    DATA: t_newdso LIKE /bic/newdso OCCURS 0 WITH HEADER LINE.
    DATA: t_olddso LIKE /bic/olddso OCCURS 0 WITH HEADER LINE.
    DATA: amount LIKE data_package-netamount.
    DATA: zidx LIKE sy-tabix.
    REFRESH t_data.
    LOOP AT data_package.
      zidx = sy-tabix.
      MOVE-CORRESPONDING data_package TO t_data.
      REFRESH t_newdso.
      SELECT * FROM newdso INTO TABLE t_newdso WHERE prod =
      data_package-prod.
      SORT t_newdso BY prod.
    *LOOP AT T_NEWDSO.
      READ TABLE t_newdso WITH KEY prodh4 = t_data-prod.
      IF sy-subrc EQ 0.
        LOOP AT t_newdso.
          t_data-prod = t_newdso-/bic/znew_mp.
          t_data-material = t_newdso-material.
    *T_DATA-NETAMOUNT = T_DATA NETAMOUNT * T_NEWDSO-/BIC/ZSP_RATIO.*
          APPEND t_data.
        ENDLOOP.
      ELSE.
        REFRESH t_olddso.
        SELECT * FROM olddso INTO TABLE t_olddso WHERE prod =
        data_package-prod.
        SORT t_olddso BY prod.
        READ TABLE t_olddso WITH KEY prodh4 = t_data-prod.
        t_data-prod = t_olddso-prod.
        t_data-material = t_olddso-material.
        APPEND t_data.
      ENDIF.
      MODIFY data_package INDEX zidx.
    ENDLOOP.
    REFRESH data_package.
    data_package[] = t_data[].
    thanks
    Edited by: Matt on Sep 27, 2010 2:25 PM - added  tags

    Hi,
    I am not really good at debugging Abap code since I am a newbie. however  I have tried to add CLEAR T_DATA before the first loop.
    REFRESH T_DATA.
    LOOP AT DATA_PACKAGE.
    ZIDX = SY-TABIX.
    MOVE-CORRESPONDING DATA_PACKAGE TO T_DATA.
    and before the second loop and select statement and at the end of the loop.
    REFRESH T_NEWDSO.
    SELECT * FROM NEWDSO INTO table T_NEWDSO WHERE PROD =
    DATA_PACKAGE-PROD.
    SORT T_NEWDSO BY PROD.
    READ TABLE T_NEWDSO WITH KEY PROD = T_DATA-PROD.
    IF sy-subrc EQ 0.
    LOOP AT T_NEWDSO.
    but then not all data are being fetched.
    thanks
    Edited by: Bhat Vaidya on Sep 28, 2010 8:33 AM

  • The new firefox 4 upgrade does not work correctly, how can I downloand 3.6?

    I just upgrade to the latest version of firefox browser for my desktop (version 4). It is not working correctly, it is slow and crashes. I want to download the older version I was using (3.6?)

    Please [http://www.mozilla.com/en-US/firefox/all.html Click Here] to Download Firefox 3.6.

  • Issue in SAP GUI 7.0 for ECC6 (ABAP Editor not working)

    Dear SAP Team,
                             We have installed SAP ECC6.0 EHP4.We have installed SAP GUI 7.0 in our clients machine but in some machines the ABAP Editor i.e Tcode SE38 is not working properly.When our Client selects any transaction for editing the system gets HANG.
    We have tried uninstalling & reinstalling the software & the patch but the problem still persists.The configuration of all our client machine are same & we work on Windows XP platform.Please help us in solving our issue as soon as possible.
    Thanks & Regards,
    Manoj Mhatre.

    Dear Manoj
    you mean the SAP Gui for windows 7.20 or 7.10?
    Please install the latest Sapgui Patch 3 for the Sapgui 720, or the Sapgui
    Patch 19  for the Sapgui 7.10.
    As workaround, please use the OLD  frontend editor.
    Best regards,
    Sven

  • 10g Text Item Editor Not Working Correctly

    We're having problems with the Text Item Editor in both Add and Edit modes, but esp. in Edit mode. The problems range from getting a gray text screen (no toolbar); getting a white editor screen (no toolbar); tools that do not load (e.g. font color); and tools that do not work even though everything else seems fine. Sometimes refreshing the screen works but not always. Our users are getting very frustrated continually refreshing and logging out/in. It's become worse in the past few weeks such that it occurs in nearly every instance when editing a text item.
    Can anyone point us in a possilbe direction? We are using IE 6.0 and above as the browser.

    Kristin -
    This sounds like a bug that should be handled through Oracle Support.
    Regards,
    Candace

  • I want to know, why the update process of firefox is not work correctly. Because of i begin update that is not work for along time(Connecting to the update server). So why should i do this problem. Please help me.

    Update process is not work

    See:
    * [[Software Update Failed]]
    * http://kb.mozillazine.org/Software_Update (Software Update not working properly)
    Remove the files in the updates and updates\0 folder.<br />
    You may need to delete active-update.xml and updates.xml as well if present.
    C:\Users\&lt;user&gt;\AppData\Local\Mozilla\Firefox\Mozilla Firefox\updates
    (%LOCALAPPDATA%\Mozilla\Firefox\Mozilla Firefox)

  • TS4079 Since the latest IOS update Siri is not working correctly on my IPhone 4S.  What happened?

    Any help in understanding why Siri is not working properly would be most appreciated.  Siri has not been working properly since I received the update to iOS 6.0. Siri acts as though it is looking for an answer or making an appointment for several minutes ,  but never answers the questions, makes the appointment, or Siri give nonsense answers.  As of this moment, Siri is of no use to me at all.

    Try these steps in order
    -Restart iPad
    -Hard reset(Hold power and home button until it restarts)
    -Backup and restore
    After the restore, set it up as new iPad. That way we can tell if it is the software or a hardware issue.

  • Editor not working correctly in photomerge

    Trying to merge three pics, and at end get above message windows to close.. help please

    Tab works for me too.  Enter does not. SAPGUI 7.10 patch 19.
    But there appears to be several areas to look for changes:
    1) Tweak SAP GUI
    2) In the bottom right corner of the editor, there's a small icon that looks like a page. Press it, and a new screen will open.
    Select "Keyboard", and scroll down to Edit.Autocomplete and experiment with settings.
    3) Change an xml setting by editing file (depending on operating system):
        a) c:\Documents and Settings\[user]\SapWorkDir\ab4_data\settings.xml.
        b) look for the section "Code_Completion"
        c) change value from 0 to 1 in 1{/CodeHintAgreeByReturn}
    Hope one of these helps.

  • SCRIPT/TRIGGER editor not working correctly - red box - codearea.htc

    Hello,
    I have installed HTMLDB on my computer, and everything works fine, except when I try to edit or create a procedure, script, or trigger, instead of the blue box which allows edit happening it is instead a red box. This box cannot be edited. When trying to compile code already uploaded, a javascript error is produced: Length value is null.
    Please help me. I think that I might have a problem with the type of editor( codearea.htc)

    You will need to setup the MIME types properly in your HTTP server configuration. Please take a look into the Oracle HTML DB Installation guide / chapter 4: Oracle HTML DB post-installation tasks.
    Hope this helps,
    Regards,
    Marc

  • The URL bar autocomplete feature is not working correctly, does anyone else have this problem?

    I was running version 9.x and had this problem, so I have just updated to Firefox 11 but this is not helping.
    The issue is that the URL bar will not let me type a new address in some cases - prefering instead to refer me to a previously visited address. Perhaps it would be better if I gave an example:
    I am trying to go to a site I haven't visited before, e.g. holden.com.au
    I type 'h', and the URL bar suggests that I go to my Hotmail login page (the URL for this starts with 's'), and autofills the rest of the far (so now I am in the situation where I have an address in the bar starting with 's'). This means I can't continue entering the intended address.
    Can this be fixed, or is it just an issue for me?

    I have resolved this issue by going into about:config and toggling the browser.urlbar.autoFill setting. I think the default setting must have been changed in a recent update.

  • Lightroom: The upload to flickr service is not working correctly anymore

    Hi!
    i have the newest version of 5.2 installed.
    i have some automated virtual folders for uploading to flickr.
    in former times, when i changed one of the pictures and pressed "publish", the pictures which were already online have been deleted and uploaded again (replaced).
    now i have a lot of dublicates on flickr.
    is there already a fix, or is this problem known?
    thanks & best regards
    jens

    1. I don't know.
    2. Maybe somebody else does.
    3. If I were you, I'd try Jeffrey Friedl's Flickr plugin. Why?
    1. It may not have the same problem.
    2. If it does, he'll be able to give you the straight scoop and/or fix it in a matter of hours or days, instead of weeks or months...
    Rob

  • SI have included a clip of the playlist hoping someone can explain what the issue may be.mart Playlist Not Working Correctly

    I set up a smart playlist that seemed to work fine, but now it's playing songs I don't want it to play.  I have placed all my Christmas songs into their own playlist.  I also made rule to eliminate the word Christmas showing up in any other field.  Yet recently, I find Christmas songs being played when I select this playlist.

    Can you send me a PM with the serial number? I'll look into it more. Click here to send me a Private Message.
    - Peter

  • The calendar sync is recently not working correctly, not display "All events" but it only displays the last six months for my individual entries. My repeating entires do go back further, though. How do I fix?

    I have an iPad 5.1.1. The calendar sync has started to not work correctly. I have it checked "All events," but it only displays the last two months for my individual entries. My repeating entires do go back further, though. How do I fix?

    HI Jason269. Thanks for your reply, however I wrote that I already have "All events" checked. If All Events is checked and it doesn't diaplay all events, how do I fix? It seems this is a common issue, as I have read many others on here state the same problem.
    I believe my problem occurred when I synced my iMac calendar to my iPad calendar using yahoo. Yesterday, I unsynced them on my iMac controls. When I checked my iPad calendar, all of my old entries reappeared - but only for five seconds and disappeared again. So, the data is saved and still there but cannot be displayed, even when I have All events checked. In fact, it only shows my individual entries for the last two months, but does show all my recurring entries. If I switched to last six months, I will see everything for the last six months. If I switch back to all events, it is only for the last two months.
    As I mentioned, others on here have expressed exactly the same issue, including the two month example and having used yahoo.
    For legal purposes, I need to be able to use the information from my indidual calendar entries in an upcoming court case. So I really need to fix this ASAP!

  • Property inspector not working correctly

    The property inspector in CS3 is not working correctly. When
    I select text or any other object the property inspector does not
    change for that object. But when I right mouse click on the
    selected object it does. Do I need to change a setting?
    Thanks!

    Yes, me too. I can't find an answer to this anywhere.
    If I right-click or double-click on an item the property
    inspector shows it, but if I single click, nothing happens. It's
    bad for productivity.

  • ITunes Store Pages not working correctly

    Since a few days ago iTunes Store (on full page) is not working correctly. The "pictures at the top" do NOT rotate any more (usually every 10 seconds or so before) often with blanks too. Also when clicking on an Lp information the box appears but Blank too. I have tried all the usual methods - permissions and disc checks etc. If I use small page (not full) it seems to work OK. The problem began after Safari 5 arrived. Anyone else having iTunes problems like this? (Similiarly the Dictionary Application with Wikipedia is not working correctly - but thats another issue!). Any answers out there??
    Message was edited by: Dave Jelfs

    This issue has now been completely resolved with the introduction of iTunes 9.2 Everything up and running again - thank you Apple! (Still an issue with Dictionary app/Wikipedia not functioning correctly, this has not been resolved)

Maybe you are looking for

  • Can't setup calendars in my mail

    I'm trying to setup my email account in Mail. Everything goes fine except I can't setup my calendars. It says There was problem setting up Calendars. unknown error has occurred. I have OS X Yosemite.

  • What is the correct way to customize GDM?

    Hello. I want to add the Arch Linux logo to GDM. Apparently the info on the wiki is outdated, because it didn't work. The info in the in the Gnome wiki seems updated, too, because it references things that aren't present anymore. Using the dconf edit

  • Which table stores site and related category info

    Hello all, Can anyone tell me in which table or view I can find to which category a content area belongs. I browsed through the tables and the WWSBR_SITE_CATEGORY$ table looked promising, but this is not the right table. Thanks for any clue. Onno

  • Updating a field that generates random number when form is reset..

    I have a field that will generate a random number when the form is initially opened. THis fiekd runs an initialization script of : var randomnumber=Math.floor(math.random()*99999) and then a calculation script of randomnumber. The field value is set

  • How can I activate the Middle East Languages in My Indesign CS6?

    I need to view and change the Middle East Language Text in the Indesign Documents. I've the Adobe CS6 Master Suite. Do I need to buy a particular version of Indesign CS6? Or i't enough to download some package? Thanks a lot Best Regards Andrea Bortol