Error in this application

can any one clarify my doubt .... i am getting an error saying that " LFA1-LIFNR" IS UNKNOWN.
but that is there in that table... i am sending u the report coding also.... reply me soon.
REPORT  Z_SB_VENDORREPORT
        NO STANDARD PAGE HEADING
        MESSAGE-ID ZLANCO
        LINE-SIZE 120
        LINE-COUNT 30(2).
TABLES DELARATIONS *
TABLES: LFA1,
        LFM1.
INTERNAL TABLE DECLARATION *
DATA: BEGIN OF ITAB OCCURS 10,
      LIFNR LIKE LFA1-LIFNR,  " ACCOUNT NUMBER OF VENDOR OR CREDITOR
      NAME1 LIKE LFA1-NAME1,  " NAME
      LAND1 LIKE LFA1-LAND1,  " COUNTRY KEY
      REGIO LIKE LFA1-REGIO,  " REGION
      ERDAT LIKE LFA1-ERDAT,  " DATE ON WHICH THE RECORD WAS CREATED
      EKORG LIKE LFM1-EKORG,  " PURCHASING ORGANIZATION
      WAERS LIKE LFM1-WAERS,  " PURCHASE ORDER CURRENCY
      EKGRP LIKE LFM1-EKGRP,  " PURCHASING GROUP
      MINBW LIKE LFM1-MINBW,  " MINIMUM ORDER VALUE
      END OF ITAB.
SELECTION-SCREEN *
SELECTION-SCREEN BEGIN OF BLOCK BLK WITH FRAME TITLE TEXT-T01.
  SELECT-OPTIONS: SLIFNR FOR LFA1-LIFNR,
                  SEKORG FOR LFM1-EKORG,
                  SEKGRP FOR LFM1-EKGRP.
SELECTION-SCREEN END OF BLOCK BLK.
AT SELECTION-SCREEN *
AT SELECTION-SCREEN.
  SELECT SINGLE * INTO CORRESPONDING FIELDS OF ITAB
         FROM LFA1 WHERE LIFNR = SLIFNR.
  IF SY-SUBRC NE 0.
    MESSAGE I001.
  ENDIF.
TOP-OF-PAGE *
TOP-OF-PAGE.
  WRITE:/40 'VENDOR DETAILS',
        /40(15) SY-ULINE,
        / 'S.NO.',
        10 'LIFNR',
        20 'NAME1',
        35 'EKORG',
        45 'EKGRP',
        55 'LAND1',
        65 'REGIO',
        75 'ERDAT',
        85 'WAERS',
        95 'MINBW'.
START-OF-SELECTION *
START-OF-SELECTION.
  SELECT LFA1-LIFNR
         LFA1-NAME1
         LFM1-EKORG
         LFM1-EKGRP
         LFA1-LAND1
         LFA1-REGIO
         LFA1-ERDAT
         LFM1-WAERS
         LFM1-MINBW
         INTO TABLE ITAB
         FROM LFA1
         INNER JOIN LFM1
         ON LFA1-LIFNR = LFM1-LIFNR.
END-OF-SELECTION *
END-OF-SELECTION.
  LOOP AT ITAB.
    WRITE:/ ITAB-LIFNR UNDER 'LIFNR',
            ITAB-NAME1 UNDER 'NAME1',
            ITAB-EKORG UNDER 'EKORG',
            ITAB-EKGRP UNDER 'EKGRP',
            ITAB-LAND1 UNDER 'LAND1',
            ITAB-REGIO UNDER 'REGIO',
            ITAB-ERDAT UNDER 'ERDAT',
            ITAB-WAERS UNDER 'WAERS',
            ITAB-MINBW UNDER 'MINBW'.
  ENDLOOP.
Thanx & Regards ,
PHANINDER GOLLAPUDI.

STILL I AM GETTING RUN TIME ERROR .. I AM SENDING U THE DETAILS
Runtime Errors         DBIF_RSQL_INVALID_RSQL
Except.                CX_SY_OPEN_SQL_DB
Date and Time          19.09.2007 03:16:22
     Short text
          RSQL error 23 when accessing table "LFA1 ".
     Missing Handling of System Exception
         Program     Z_SB_VENDORREPORT
     Trigger Location of Exception
         Program     Z_SB_VENDORREPORT
         Include     Z_SB_VENDORREPORT
         Row     80
         Module Name     START-OF-SELECTION
     Source Code Extract
     Line     SourceCde
        50       SELECT SINGLE * INTO CORRESPONDING FIELDS OF ITAB
        51              FROM LFA1 WHERE LIFNR = SLIFNR-LOW.
        52     
        53       IF SY-SUBRC NE 0.
        54         MESSAGE I001.
        55       ENDIF.
        56     
        57     ***************
        58     * TOP-OF-PAGE *
        59     ***************
        60     TOP-OF-PAGE.
        61     
        62       WRITE:/40 'VENDOR DETAILS',
        63             /40(15) SY-ULINE,
        64             / 'S.NO.',
        65             10 'LIFNR',
        66             20 'NAME1',
        67             35 'EKORG',
        68             45 'EKGRP',
        69             55 'LAND1',
        70             65 'REGIO',
        71             75 'ERDAT',
        72             85 'WAERS',
        73             95 'MINBW'.
        74     
        75     **********************
        76     * START-OF-SELECTION *
        77     **********************
        78     START-OF-SELECTION.
        79     
     >>>>>       SELECT LFA1~LIFNR
        81              LFA1~NAME1
        82              LFM1~EKORG
        83              LFM1~EKGRP
        84              LFA1~LAND1
        85              LFA1~REGIO
        86              LFA1~ERDAT
        87              LFM1~WAERS
        88              LFM1~MINBW
        89              INTO TABLE ITAB
        90              FROM LFA1
        91              INNER JOIN LFM1
        92              ON LFA1LIFNR = LFM1LIFNR
        93              WHERE LFA1~LIFNR IN SLIFNR.
        94     
        95     ********************
        96     * END-OF-SELECTION *
        97     ********************
        98     END-OF-SELECTION.
        99

Similar Messages

  • FSL-06002  Error 14001 This application has failed to start

    Hello Folks
    I have problem installing SAP R/3 Enterprise (4.72 Enterprise Ext2) IDES Version
    The installation is under Windows 2003 server SP2 and Oracle 920
    I'm in the Database Instance Installation (non-unicode) and phase 29 (Updating database statistics) 
    The following error is:
    TRACE      [synxccuren.cpp:452]
               grantAccessTo
    Granted access rights 0xf01ff for object default to user chavez-server\mauadm with inheritance flags 0.
    TRACE<i>   [synxccuren.cpp:1045]
               CSyCurrentProcessEnvironmentImpl::setUser()
    Switched to user: mauadm.
    ERROR 2009-08-23 13:27:58
    FSL-06002  Error 14001 (This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
    ) in execution of a 'CreateProcess' function, line (284), with parameter (E:\usr\sap\MAU\SYS\exe\run/brconnect ...).
    When i ran the brconnect manually i received the same error  (This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem)
    When i ran brconnect using cmd.exe i received the following error
    E:\usr\sap\MAU\SYS\exe\run>brconnect.exe
    The system cannot execute the specified program.
    I think is important mention this, i had problem 1 setp before about the brtools 7.00
    Execution of the command "E:\usr\sap\MAU\SYS\exe\run/brconnect -u / -c -f crsyn -o SAPMAU" finished with return code 3. Output:
    BR0801I BRCONNECT 7.00 (16)
    BR0999E Loading of SQL client library oci.dll failed - please check Oracle configuration
    BR0310E Connect to database instance MAU failed
    BR0280I BRCONNECT time stamp: 2009-08-23 13.06.43
    BR0804I BRCONNECT terminated with errors
    I downloaded the correct version (640) DBATOOLS Package for Oracle 9.2 and i replaced the files
    Please folks someone have any idea about this, i tried search on the web and nothing, on the marketplace and nothing
    Thanks all for your help

    >
    Markus Doehr wrote:
    > > I have problem installing SAP R/3 Enterprise (4.72 Enterprise Ext2) IDES Version
    > > The installation is under Windows 2003 server SP2 and Oracle 920
    >
    > and something on top: 640_EX2 is only for Oracle 10g - it  won't work with Oracle 9.2. So you should change your kernel to 640 back - then the R3DLLINS works.
    >
    >
    >
    >
    > Markus
    Ok Markus, i did the following
    First i downloaded vcredist_<platform>.exe from Microsoft web page and retry the installation
    And the following error i got
    Operative System open's a Window that say following
    brconnect.exe Unable to locate component "this application has failed to start because orasql10.dll was not found. Re-installing the application may fix this problem"
    And this is the log
    WARNING 2009-08-23 17:52:07
    Execution of the command "E:\usr\sap\MAU\SYS\exe\run/brconnect -u / -c -f crsyn -o SAPMAU" finished with return code 128. Output:
    ERROR 2009-08-23 17:52:07
    CJS-00288  Could not update database statistics.<br>DIAGNOSIS: Command brconnect -u / -c -f crsyn -o SAPMAU returned 128.<br>SOLUTION: See brconnect.log for details.
    Second i downloaded the kernel 640 whitout ext2 and i get the following error
    INFO 2009-08-23 17:41:32
    Output of E:\usr\sap\MAU\SYS\exe\run/brconnect -u / -c -f crsyn -o SAPMAU is written to the logfile brconnect.log.
    WARNING 2009-08-23 17:41:32
    Execution of the command "E:\usr\sap\MAU\SYS\exe\run/brconnect -u / -c -f crsyn -o SAPMAU" finished with return code 3. Output: BR0801I BRCONNECT 6.40 (51)BR0252E Function _popen() failed for '( F:\ORACLE\MAU\920\bin\SQLPLUS /nolog ) < \nul 2>&1' at location BrPipeOpen-4BR0253E errno 2: No such file or directoryBR0272E Execution of program '( F:\ORACLE\MAU\920\bin\SQLPLUS /nolog ) < \nul 2>&1' through pipe failedBR0303E Determination of Oracle version failed
    ERROR 2009-08-23 17:41:32
    CJS-00288  Could not update database statistics.<br>DIAGNOSIS: Command brconnect -u / -c -f crsyn -o SAPMAU returned 3.<br>SOLUTION: See brconnect.log for details.

  • I recently tried to update iTunes to 11.1, and am now getting an error message "This application has failed to start because MSVCR80.d11 was not found."  I have uninstalled and reinstalled iTunes multiple times.  Am running Windows XP Svc Pack 3.  help

    I recently tried to update iTunes to 11.1, and am now getting an error message "This application has failed to start because MSVCR80.dll was not found.  Reinstalling the application may fix this problem."  I have uninstalled and reinstalled iTunes several times with no success.  I am running Windows XP Svc Pack 3.  Help please.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99753)

  • On opening A.8, I get this error message "Runtime error (VisualC  ) This application has requested to terminate in an unusual way. Pls. contact the app's supoort team."

    On opening A.8, I get this error message "Runtime error (VisualC  ) This application has requested to terminate in an unusual way. Pls. contact the app's supoort team." This happens on opening .pdf file or opening the application.

    XP. Yes, it was working fine. When I open Control Panel/Add or Remove
    programs, Acrobat isn't listed (Creative Suite 3 and 2 Flash Players,
    and an Acrobat Reader that I installed yesterday show up, but no
    Acrobat). Acrobat 6 and 8 appear in Explorer under Program
    Files/Adobe.??? Thanks.

  • Updating iTunes with error message "this application has failed to start because MSVCR80.dll was not found"?

    After updating iTunes, has anyone got the message "this application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem." message and "iTunes was not installed correctly. Please re-install iTunes. Error 7 (Windows error 126)"?  I've tried everything from un-installing and re-installing iTunes to deleting the SC Info. Any help would be greatly appreciated

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99840)

  • ITunes will not open, get error message 7(windows error 126) this application has failed to start because d3d9.dll was not found. re-installing the application may fix this problem. well i did and did not fix anything.

    this application has failed to start because d3d8thk.dll could not be found. I looked that file up and it seems its part of directx. i installed directx again but that still did not help.

    d3d8thk.dll
    That one is a DirectX 8 module and might not be included in the most recent DirectX 9 redistributable available from Microsoft. If it's been installed as part of a partial DirectX 8 install (as part of a game for example), that can cause the issue. Can you track down a full DirectX 8 redistributable? If so, if you install that, does that clear up the iTunes error?

  • I-tunes won't download onto Windows XP.  Error message 'this application package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this a a valid window Installation package'.

    How do you download i-tunes onto Windows XP when error message occurs, 'This application pack could not be opened. Verify that hte package exists and that you can access it, or contact the application vendor to verify that this is a valid window installation package'.

    I wish I knew because i'm having the same problem. As soon as I find the answer I will post.

  • Cant install or uninstall Adobe Air. Keep getting error message "This application requires a version of Adobe AIR which cannot be found"

    I am running Windows 7 and use Adobe AIR for Flixster.  When I tried to open Flixster I recieved an error message saying i needed to install Adobe AIR.  I looked and saw that according to control panel, Adobe AIR is installed.  I attempted to uninstall but get this EXACT message:
    "This application requires a version of Adobe AIR which cannot be found.  Please download the latest version of the runtime from http://www.adobe.com/go/getair, or contact the application author for an updated version."
    I have tried going to the mentioned website but i get an error message saying installation failed and may need administrative privilages but I AM the administrator! 
    I then tried multiple solutions on the forums including the command prompt uninstall and still no luck.  contacted customer support who told me i can only receive assistance through these forums.
    Very frustrating.  Please Help.

    I have the same issue with a customer of ours:
    Try to uninstall AIR – same message.  (When I reinstall,  the install says it’s successful.) I try to run our app, same message. I downloaded another AIR app, same message – so it’s not our app it’s AIR.  We logged in as Administrator, same message.  It’s a Windows7 machine. I did a system restore to 2 days ago and started over and still the same issues. I tried running the Windows Fixit to uninstall https://support.microsoft.com/en-us/mats/program_install_and_uninstall – didn’t work.

  • Trying to install Acrobat trial - error says "This application cannot be installed because this installer has been mis-configured."

    Any idea what the problem might be? I have tried several browsers. The Download works fine but when I launch it I get the error:
    This application cannot be installed because this installer has been mis-configured. Please contact the application author for assistance.
    Thanks.

    do you have any other acrobat version installed?
    if not, run the clean and retry installing, Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs

  • Photoshop Elements 10 in Windows 8 will not open. Adobe Photoshop Elements 10 Error Message: "Microsoft Visual C++ Runtime Library Runtime Error. This application has requested the Runtime to terminate it in an unusual way. Please contact the application'

    How to get Elements 10 to open in Windows 8 ?
    See the error message quoted above in the subject line.

    See this help document:
    https://helpx.adobe.com/photoshop-elements/kb/microsoft-c-runtime-error-launcing.html

  • Error message: This application cannot be installed because...

    I am getting an error message when I try to install the trial version of Muse on a Mac OS X 10.8.2.
    What do I do? I have downloaded it several times over different days and I still get the same problem.

    Thank you there might still be some files left over from the previous installation.  You can try running the Cleaner tool to see if it can detect the previous installtion.  You can find directions on using this tool at CS Cleaner Tool for installation problems | CCM, CS6, CS5.5, CS5, CS4, CS3 - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html.
    Also how exactly are you installing Adobe Muse?  Can you please post the steps you are performing?  The error above is very similar to an error which can be received in the Adobe Download Assistant when trying to install an updated version on Mac OS 10.

  • Trying to start Lightroom 3 this morning and I'm receiving a "Runtime Error! This application has requested the Runtime to terminate it in an unusal way. Please contact the application's support team for more inforamtion." Has anyone experienced this befo

    Didn't mention above but I have tried uninstalling and re-installing the program and I still receive the same error message.

    Try looking at the entry " Runtime Error!  after installation of Photoshop a Elements 10..." Under "More like this" on the right of your question. It might help you.

  • Trying to Run Firefox 4.0.exe after downloading. Receiving error message, "this application has requested Runtime to terminate it in an unusual way, contact your application provider"

    I also tried starting Safe Mode and disabling add-ons. No joy.
    Several attempts and downloading and installing had same result over a couple of weeks. All other computer functions ok, Firefox 3.6xx works fine.

    Addendum to prior message: Windows 7 on vanilla Lenovo laptop.

  • Error: This application required an Xtra (ActiveX...) that either does not exist or failed

    Hi All,
    im having trouble few days now , i hope someone can give me a lead here.
    i have a director mx file written in arabic, i open it in Director 11.5, the file behave strangely, very slow publishing process, very slow access to the xtra list.
    after publishing (shockwave and html), i open the html, the preloaded start to run but i can see its not reaching 100%, after a while i get the error massage:
    "This application required an Xtra (ActiveX...) that either does not exist or failed..." and firebox or IE crashes.
    In the movie extra list (Modify menu) i can see all extras, and all have "download if needed", but in ActiveX the "download if needed" grays out. i have no idea why
    things i try with no success:
    uninstall and reinstall shockwave player
    check the same file in another machine
    exclude and include xtras in Publish Settings > Files
    add activex.x32 from other places
    Hope for good news
    Win Xp sp3
    Thanks
    Shay

    In the movie extra list (Modify menu) i can see all extras, and all have "download if needed", but in ActiveX the "download if needed" grays out. i have no idea why
    Because AX controls aren't SW-safe. You will have to redesign your file to remove the ActiveX control if you want it to run in a browser.

  • Error building installer: this application has requested the runtime to terminate it in an unusual way

    Hi,
    I build an appliction using LabView 8.2 with Report Generation Toolkit for MS Office V1.1.1 on a WinXP SP3 system without any errors. When I try to build a coresponding Installer, I got the following error message:
    This application has requested the runtime to terminate it in an unusual way.
    Can anyone help me????
    Solved!
    Go to Solution.

    Hi Gunnar,
    Good Morning and I hope your well today. Thanks for your post onto the NI Discussion Forums. 
    There are several considerations and potential causes of the error. I will try my best to cover some of the potential causes.
    Firstly, you've suggested that the Report Generation Toolkit is being used:
    When building applications with Report Generation Toolkit VIs, you must complete the following additional steps:
    1. From the Source Files tab of the Build Application or Shared Library (DLL) dialog box, click the Add Dynamic VI button to add the following two VIs to the application:
    – _Excel Dynamic VIs.vi in vi.lib\addons\_office\_exclsub.llb
    – _Word Dynamic VIs.vi in vi.lib\addons\
    _office\_wordsub.llb
    2. If the application you are building contains the MS Office Report Express VI, you must add any Word or Excel templates that you use to the built application. From the Source Files tab, click the Add Support File button to add the template files to the application. By default, the custom destination for the templates is the same as the path that appears in the Destination directory field on the Target tab with a data subdirectory appended. Do not change the custom destination for the files you add.
    For example, if you are using the basic Excel template with the MS Office Report Express VI, add MSOffice_RGT_Template.xlt to the application. The basic template files are located in the templates\Report directory.
    Have you done this?
    Could you please send an image of your project and your installer options?
    The problem was that I use Office toolkit and it was not compiled with LabVIEW 8.2:
    I found a forum where the toolkit wasn't complied for LabVIEW 8.2. Could this be an issue I wonder?
    I mass compiled the complete directory c:\program files\National
    Instruments\LabVIEW 8.2 (it took quite a long time) and afterwards the
    directory lvjpeg disapeared.
    Have you tried this?
    Runtime to Terminate Error:
    1. Have you been having any trouble with LabVIEW - crashes or bug installation?
    I would suggest repairing your installation of LabVIEW and the toolkit(s) using the Add/Remove Programs.
    2. Also would it be possible to try building an installer on another machine?
    3. I have seen that not enough Hard-disk space can cause this error - what is the status of yours?
    4. Are you using any other drivers such as DAQmx or VISA?
    I hope this information starts to help us locate the root cause of the trouble your having, and if you could answer the questions above and try my suggestions that would be great! if you could also gather the extra information about your installer options that would also really help supporting the issue further.
     *edit:
    5. Also the runtime error would suggest you've selected to include a runtime in your installer options - have you tried de-selecting this and see if it installer builds correctly? If it does, then we could then work on how to add the additional installer to your build. 
    Message Edited by Hillman on 04-01-2009 10:01 AM
    Kind Regards
    James Hillman
    Applications Engineer 2008 to 2009 National Instruments UK & Ireland
    Loughborough University UK - 2006 to 2011
    Remember Kudos those who help!

Maybe you are looking for