Solution for a small syntactical error

Hi all,
i wrote a statement as below.
  LOOP AT itab_vkorg.
     if itab_vkorg-vkorg IN ( 'ARO','SRO','WRO','NRO','ERO','SROB' ).
    endif.
  endloop.
But its giving error  -- >Comma without preceding colon (after IF ?).          
Can anyone tell whats the correct suntax  for this.
Thanks in advance
Nitin

data: itab like LFA1 OCCURS 0 with header line.
select * from LFA1 into table ITAB up to 3 rows.
  loop at itab.
    if itab-LIFNR = 'AB45'
      OR ITAB-LIFNR = 'AB46'
      OR ITAB-LIFNR = 'AB47'.
      ENDIF.
    endloop.
Try this
regards,
venkatesh

Similar Messages

  • Need solution for the following sync error: "iTunes could not sync calendars to the iPad "iPad name" because an error occurred while sending data from the iPad"

    Need solution for the following sync error: "iTunes could not sync calendars to the iPad "iPad name" because an error occurred while sending data from the iPad"

    I want to add that I deleted all the old back-ups and created a new back-up without any issues except sync problem.

  • Permanent solution for Java iView Runtime error ?

    Hi
    I have SAP IDES installed in my system...recently i am getting following error when i am trying to login Portal :
    Java iView Runtime
    Copyright 2002 SAP AG. All rights reserved.
    An exception occured while processing your request.
    If this situation persists, please contact your system administrator.
    I have searched SDN many discussions say that restart server and check memory and...etc......etc
    My system also if i restart server problem is solved temprarely....
    My system memory is not a problem because i have 16GB Ram amd 1 Tera hard disk still i have 500 GB hard diskk free space...
    If i restart simply MMC my J2ee table will not connected so i have to restart hole sytem them start MMC .....then server is up and i can connect to portal .......it seems connection for j2ee table are getting lost.....
    Can some one suggest me permanent solution
    thanks in advance

    Hi Maya,
    BEx Web Analyzer requires Portal and is basically a Web template called 0ANALYSIS_PATTERN.
    Is Portal configured in your system landscape? If yes try to see if its configured probably using transaction RSPOR_CUST01.
    If you have access to SM59, you can test the RFC connection to the portal by running the Test Connection for the corresponding RFC destination ID that you see in RSPOR_CUST01 transaction.
    Assign points if helpful
    Regards, Uday

  • Solution for HPSU -2024 update error message

    How do I resolve below repeated message when trying to update my  4215 all-in-one printer, thanks?
     - HPSU -2024 update error message

    Hello breezypalmtrees,
    Have you tried downloading the updates directly from the HP website?
    Software & Driver Downloads - HP Officejet 4215 All-in-One Printer
    Also you can try the steps outlined in this thread, although the error number is not the same the solution may be identical
    Error HPSU-0004
    If I have helped you in any way click the Kudos button to say Thanks.
    The community works together, click Accept as Solution on the post that solves your issue for other members of the community to benefit from the solution.
    - Friendship is magical.

  • Strange solution for iOS 4.3 Error 9 (got at "restoring IPhone firmware")

    After my iPhone 4 was stuck between iOS 4.3 installation failure and restoring of iOS 4.2.1 Apple Service men tested it and confirmed a hardware problem. Now I'm given brand new one.
    From what I see another guy had reported same here:
    http://discussions.apple.com/thread.jspa?threadID=2777023&start=0&tstart=30
    Some other people also reported encounter with same problem - Error 9 during Restore at "restoring iPhone firmware".
    The solution is the best for the customers, but to me it sounds very strange that a software update can cause hardware damage. There is something fishy here.
    Anyway, affected fellows: Do not waste your time. Go to nearest Apple Service.
    Message was edited by: Hityr5yr

    I have this exact problem and do not believe in the least that it is hardware related.

  • Better solution for Photoshop CC update error U44M1P34

    How can I fix Photoshop CC update error U44M1P34 without uninstalling ALL OF MY ADOBE PRODUCTS !?

    Hello. I'm having the same problem to install the update Photoshop and Bridge.
    The error is U44M1P34 and I've done the procedure of uninstalling and reinstalling the Adobe applications. It did not work.
    I suspect that is because I use Windows 8 in Brazilian Portuguese, which makes the Program Files directory call up Arquivos de Programas. I suspect that the application of the CC does not recognize the name.
    Please, help me find a solution.
    Thanks

  • Praying for a solution for "while executing findServerBehaviors" error

    There has been a problem with Dreamweaver for quite some time
    regarding these problematic javascript errors. My error in
    particular is:
    "While executing findServerBehaviors in Insert Record2.htm, a
    JavaScript error occurred."
    This happens all the time, and renders the Insert and Update
    behaviors unusable until you restart DW. What this means is that I
    restart DW on any given day no less than a dozen times.
    Rediculous.... I've been testing with DW CS4 and this problem has
    not gone away, and actually seems to be worse.
    Please don't post a response linking to the article about
    troubleshooting javascript errors in DW, as I have already gone
    through all these steps - deactivating or uninstalling extensions,
    deleting winfilecache, recreating site cache, etc., etc.
    I am hoping that after all this time someone has figured out
    what this error actually points to and how to solve this problem. I
    have researched this as much as I'm able to and it appears to have
    something to do with the translation of the page where server
    behaviors are already present on the page. The file in question
    that causes this error seems to be serverbehaviorclass.js which I
    found on my windows vista machine at c:\program files\adobe\adobe
    dreamweaver cs3\configuration\shared\common\scripts\
    Is there at least any place where Dreamweaver logs the actual
    code or server behavior that causes this error? As it is the error
    is pretty non-specific, but it's such a usability problem within
    the program when it starts happening. I would be happy to stop
    using any extension that might be causing the problem, but there's
    no way to know which one it is. Disabling or uninstalling 3rd party
    extensions didn't seem to make much of a difference. In fact, this
    error often happens when working with a page where the only server
    behaviors used are Dreamweaver's own.

    If that fails to solve the problem, then I recommend you
    contact Adobe
    directly and use one of your one-on-one support incidents.
    http://www.adobe.com/support/programs/dreamweaver/index.html?tab:contact=1
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Steve Skinner" <[email protected]> wrote in
    message
    news:[email protected]...
    > There has been a problem with Dreamweaver for quite some
    time regarding
    > these
    > problematic javascript errors. My error in particular
    is:
    >
    > "While executing findServerBehaviors in Insert
    Record2.htm, a JavaScript
    > error
    > occurred."
    >
    > This happens all the time, and renders the Insert and
    Update behaviors
    > unusable until you restart DW. What this means is that I
    restart DW on any
    > given day no less than a dozen times. Rediculous....
    I've been testing
    > with DW
    > CS4 and this problem has not gone away, and actually
    seems to be worse.
    >
    > Please don't post a response linking to the article
    about troubleshooting
    > javascript errors in DW, as I have already gone through
    all these steps -
    > deactivating or uninstalling extensions, deleting
    winfilecache, recreating
    > site
    > cache, etc., etc.
    >
    > I am hoping that after all this time someone has figured
    out what this
    > error
    > actually points to and how to solve this problem. I have
    researched this
    > as
    > much as I'm able to and it appears to have something to
    do with the
    > translation
    > of the page where server behaviors are already present
    on the page. The
    > file in
    > question that causes this error seems to be
    serverbehaviorclass.js which I
    > found on my windows vista machine at c:\program
    files\adobe\adobe
    > dreamweaver
    > cs3\configuration\shared\common\scripts\
    >
    > Is there at least any place where Dreamweaver logs the
    actual code or
    > server
    > behavior that causes this error? As it is the error is
    pretty
    > non-specific, but
    > it's such a usability problem within the program when it
    starts happening.
    > I
    > would be happy to stop using any extension that might be
    causing the
    > problem,
    > but there's no way to know which one it is. Disabling or
    uninstalling
    > extensions didn't seem to make much of a difference.
    >

  • Solution for 32k and 64k error

    HI All
    We are using VC 7.0 with support pack 14 and we are facing problem 32k and 64k i have already gone through FAQ
    Nested iview is not solving our propose
    can we go for sp15 ?
    this will solve our problem??
    is there any document available for sp15 ??
    is this is the latest sp?
    where i can get the information abt latest suppoprt pack can any one send me some link??

    Hi Govindu
    thanks for the reply.
    we are using sp14 but still in compiler tab i m not getting any flex2 compiler i am getting
    1. Flash
    2. Xgraph
    3. Webdynpro
    i am giving u the details of our version
    GML Version: 700:14.0027
    Client Version: 700:14.1
    VcServer Version: 700:14..1
    flex version: 700.14.1.1
    Portal content version: 700:14.0.1
    Portal Connector Version: 700:14.0.1
    another thing can u provide me link where i can get the information about the latest sp plz.

  • One Solution for Windows Launch(0x666D743F) Error

    The following link is what apple has officiaily released.
    http://docs.info.apple.com/article.html?artnum=304318
    I read it, did everything it said. But nothing worked, Even when I turned off safemode, if I exited the quicktime settings and re-loaded it, safemode was back on.
    I personally belive this to be a problem with Quicktime and not iTunes itself. I play multiple games and because of such some are older and some are new.
    DirectX was my problem, In Star/Run/"dxdiag" Under the Sound Tab, there is a soundcard hardware acceleration option. I had this option shut off, the minute I turned it on to any part of the scale, iTunes loaded. The minute I shut it back off, iTunes will not load.
    This can also be loaded from the Sound Options/Audio Tab/Sound Playback - Advanced/Performance Tab...Set this option to anything but "none" and it will load iTunes .
    I have had zero errors as long as this option is on.

    if this helps anybody... plz let me know

  • Solution for this Run time Error...

    exception in thread "main" java.lang.NoSuchMethodError: main
    what is the problem of this program..
    thanks a lot..
    public class Name
    private String first,middle,last;
    public Name(String first, String middle, String last)
    first = first;
    middle = middle;
    last = last;
    public String getFirst()
    return first;
    public String getMiddle()
    return middle;
    public String getLast()
    return last;
    public String firstMiddleLast()
    return first + middle + last;
    public String LastfirstMiddle()
    return last + first + middle;
    }

    what is the problem of this program..There is no main method.
    [http://java.sun.com/docs/books/tutorial/getStarted/application/index.html#MAIN]
    ~

  • My solution for the "Error -50" and/or "Syncing" problem

    Hi
    After upgrading to iPhoto 5.0.2 I also had the "Error: -50" problem"
    How have I solved this problem => also with the help and tips from other forums.
    • Before the upgrade all my pictures from iPhoto were available on my iPod Photo (30 GB)
    • After the upgrade of iPhoto to 5.0.2 I received the "Error: -50" every time I tried to synchronize my iPod. Strange, strange, strange, ...
    => first I detected that putting pictures on my iPod starting from a folder (in stead of iPhoto) worked fine.
    Trying to change back to iPhoto did not work and no albums where available in the iPod Options view!
    => then I tried to create a new iPhoto library (press and hold Option(alt)-key while starting iPhoto), put some pictures and albums in it ... and even this did not work.
    What did I do to solve this problem!
    1. I thrashed my iPhoto application (DO NOT empty you trash, because you have to put it back again)
    2. I used "Disk Utility" to repair the disk permissions.
    3. I put back my iPhoto application from the thrash (same location as before - Applications folder)
    4. and did again a "repair disk permissions"
    5. then I tried to sync my NEW iPhoto library on my iPod and EUREKA this worked.
    6. Then I switched back to my original iPhoto library (launch iPhoto holding the Option key).
    7. Tried to sync ... again the same problem => no pictures and albums available in the iPod - Optoins - Photo tab.
    => conclusion : the problem has to be in my iPhoto library
    8. after trying many things (such as eliminating albums => trail and error method) I found the cause for my problem.
    => I used KEYWORDS in my iPhoto library with strange characters and had SMART albums using it. In my situation it was the "&" character.
    Replacing or removing this character solved my problem. All my pictures and albums were available in the iPod - Options - Photo tab
    9. Sync could be started ... Youpi!
    After synchronizing my iPhoto library I noticed that not all pictures were available on the iPod. I start looking which pictures that were missing on my iPod. When I found them I wanted to know why they were not synchronized.
    I found the explanation in the file "AlbumData.xml" in the "iPhoto Library" folder.
    If you open this file with TextEdit and search for this missing file then you'll find that (at least in my case) corresponding path does not exist (any more). And that was the case for each missing file!
    How solving this problem?
    1. I tried rebuilding the iPhoto Library => launch iPhoto holding the Option and Command keys. This did not work.
    2. What did I do?
    2.1. First I exported all my Pictures from the active iPhoto Library (Share - Export)
    => VERY IMPORTANT NOTE : all extra info such as "Key words", Albums, ... will NOT be saved!
    2.2. I created a new iPhoto Library (launch iPhoto holding the Option key)
    2.3. Then I imported all exported pictures.
    => if you check the file paths in the AlbumData.xml file, you'll see that this info is correct!
    2.4. At least I recreated (manually) all "Key words", Albums, ... so I had a duplicate of my original Library.
    I hope this also works for other people with the same problem.
    Greetings
    P@nt@ni

    Here my solution for the itunes' "unknown error -50" and not showing any albums in the prefs' tab:
    1. All rebuilding options in iphoto didn't resolve the problem.
    2. I opened the file "AlbumData.xml" in the iPhoto-Library-Folder with a text editor. I figured out, that the problem wasn't in the Albums, but in the "Master Image List"-Section. They look like this:
              <key>1741</key>
              <dict>
    .. titles, filenames, ....
    </dict>
    After making a backup of this file, I started deleting entries here (you know, the fastest way to do it is to split it always in halves and check in iTunes if the error still exists). After about half an hour I got the problem key.
    3. The problem was: Some (curious) white spaces at the BEGINNING of the comment! Curious, because they weren't visible in iPhoto's comment, but I could delete them in Iphoto! I guess they weren't normal space characters, but any special symbols (line feeds? whatever)
    4. After that, the -50 error was gone. Now I could see the Album Names. But the sync stopped after a while with a "... file not found...." - error.
    5. Again, with trial&error I found out, that 4 pictures in the last 3 months' rolls made this second problem: I just duplicated them in iPhoto and deleted the original ones. So I still don't know why they have produced this error... anyway,
    6. Now all of my photos sync well.
    .. well, the whole story took me 2 evenings. I really didn't switched to Mac to play debugger for Apple. Do they read these groups here or do I better write them anywhere? They should get those problems fixed asap! As far as I read in the groups, those errors do exist quite a long time?!
    My versions:
    iPhoto 5.0.4 (263)
    iTunes 5.0.1 (4)
    OS X 10.3.9
    iPod Nano 1.0

  • Backup strategies for a small business?  Iomega Rev 70GB?

    hello....
    Does anyone have any suggestions for a good backup solution for a small business? Our server holds about 30 GB of information, and we have been using those 8 GB DDS data cartridges, but so many tapes are required and it is not very efficient.
    After a little bit of research I found the Iomega Rev 70 GB, and I was wondering if anyone has an opinion on this hardware. I want to be able to have a removable disk, so that I can always store one disk off-site. I don't think I should purchase an external harddrive, because wouldn't it get damaged moving around all the time? The Rev disk is so small, we could fit it in our purse at the end of the day. I like that. It's like a big Zip disk.
    My big fear is that this technology will become obsolete in a few years.....
    Any opinions? Alternative ideas?
    thanks!
    iMac G5 Intel Core 2 Duo 2.16 Ghz   Mac OS X (10.4.8)   *peace can happen...

    We use tape still... it's the most reliable and portable way. As for legacy. The nice thing about using tape is that newer tape drives like the 160-320 GB can read older tapes and in theory when it gets up to Terrabyte tape drives it will read the legacy tapes. I used to be a hug fan of Iomega, but the proprietary nature of all their products frustrated me every new generation has had something different. I been using Iomega from the original 10" bernoulli disks to the 5.25" to the zip, to the Jazz and then gave up on them at that point. I was tired of getting a new format every-time.
    A removable hard drive is something to consider, but keep in mind transporting such things around can shorten the life of such devices.
    Tape truly is the most reliable way to back-up networks.
    Granted the price for a tape drive is up there, your second choice might be to go with a portable HD that has decent shock protection.
    Cheers
    -T

  • Central storage solution for video & digital content

    I'm looking for advice on storage solutions for a small scale (audio) recording studio which is expanding into video and post production.
    There is a simple wired/wireless network connected via a simple Netgear wireless/ethernet router to which two MacPros (ethernet), one iMac (wireless) and one MacBook (wireless) are connected.
    Currently audio is recorded onto 10,000rpm drives in the main MacPro and then archived onto SATA drives in a firewire Wiebetech traydock system. There is also an Apple Time Capsule which backups up the other computers.
    The system is rather fragmented and messy and I'm looking to upgrade to a simpler and more resilient system for managing all this. I've been using Mac for a long time but haven't kept abreast of central storage solutions.
    Advice on a simple central storage solution would be appreciated. Thanks.

    One thing I'm unsure about is the difference between Firewire 800 and Ethernet as connection protocols between a computer and an external drive or RAID. I've seen "Networked" external storage devices that look quite simple ( eg IOMEGA StorCenter ix2-200 Network-Attached Storage - 4TB)
    Are both suitable for connecting an external drive/RAID, providing adequate bandwidth for uncompressed HD video editing?
    With a standard 4 year old MacPro and ethernet routed via my Netgear Wireless Router, what would the bandwidth be?
    Thanks for any answers to these basic questions.

  • Standalone APs vs. Lightweight APs for very small sites

    Hello,
    I am proposing a solution for a small site with 3 APs.
    My question is whether is worth to have Lighweight solution for such small sites or should I go for standalone APs. ...WLC significalntly increase the price....
    Gorazd

    I agree with the IOS setup.
    You can configure Wireless Domain Infrastructure to make all APs aware of each others and also to improve roaming times.
    Please check this Discussion for examples:
    https://supportforums.cisco.com/thread/2047441?tstart=0.
    HTH,
    Tiago
    If  this helps you and/or answers your question please mark the question as  "answered" and/or rate it, so other users can easily find it.

  • Error when installing Lenovo solutions for small business [Screenie included]

    Hello everyone.
    Recently, I tried opening the pre-installed Lenovo solutions for Small Business software on my Lenovo e530 running Windows 7 Professional 64-bit version (Upgraded from Win 7 Home Prem 64-bit) but failed after getting a message for encountering a critical problem of some sort. I then tried restarting my computer and that did not solve the problem. And then, I decided to install an upgrade version of it from this website http://support.lenovo.com/en_US/downloads/detail.p​age?DocID=DS030146. But before that I uninstalled the previous version by uninstalling Intel Small Business advantage customizations with Revo Uninstaller and I deleted all the related folders too with a thorough scan. Out of my expection, I got this message below saying that I could not proceed due to some unspecified error. Has anyone encountered the same problem before? Does anyone have a solution for this? I'm not sure if that's my computer's problem or from the driver itself. Thank you for your attention to this issue.

    Hi, dougy
    This should be configurable under msconfig. This is a program that you can use to tell your computer which programs you want to start when Windows starts. To get to this program, type msconfig into the search bar in the Start menu. A window should appear. Check under the Startup tab and make sure that the Lenovo Solutions for Small Business program does not have a checkmark next to it. This should prevent this program from starting up when your computer turns on.
    Hope it helps,
    Adam
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution!" This will help the rest of the community with similar issues identify the verified solution and benefit from it.

Maybe you are looking for