Can any tell me the error in following select statement

data: header_hashed like hashed table of header with unique key kunnr.
select single name1 into corresponding fields of table header_hashed from kna1 where kunnr = header-kunnr.

hi Ansuman,
I think you have sytactical error in the code.
try this.
data: header_hashed like
                    hashed table
                           of  kna1
                        with unique key kunnr
                        with header line.
select single name1
             into corresponding fields of  header_hashed
from kna1 where kunnr = header_hashed-kunnr.
<removed_by_moderator>
Thanks.
Anirban Bhattacharjee
Edited by: Julius Bussche on Aug 28, 2008 4:16 PM

Similar Messages

  • Can any one Identify the error

    SELECT EXTRACTVALUE(:NEW.REQUEST, '/Message/body'),
    EXTRACTVALUE(:NEW.REQUEST, '/Message/from')
    INTO V_REQUEST, V_MOB
    FROM DUAL;
    SELECT ACC_NUM, RGSTR_FLAG, LL_NUM
    INTO V_ACC_NUM, V_RGSTR_FLAG, V_LL_NUM
    FROM CUST_INFO
    WHERE CUST_MOBILE_NUM LIKE V_MOB;
    ERROR
    ERROR at line 4:
    ORA-01403: no data found
    it works fine when I do
    WHERE CUST_MOBILE_NUM LIKE 505282455;
    Please can someone identify the error.
    thanx.

    REQUEST FIELD
    <message>
    <to>123</to>
    <from>789</from>
    <body>unbill</body>
    <messagenumber>01</messagenumber>
    </message>

  • Can any tell me the limitations and bugs in Taleo learn

    Hi All,
    I know Taleo Recruiting but new in Taleo learn wanted to know the limitations and bugs which are currently available in Taleo Learn. Being you expert who have implemented Taleo learn, It will be greatly appreciated if you can share some of the information about those available bugs and limitations currently in Taleo Learn. That will really help me to compare about the product and easy to explain client at the time of explaining RFP functionalities technically.
    Always everyone suggestions, Thoughts are welcome
    Have a great day!!!!
    Gaurav

    "Learn Java in a week"?
    What do you mean by "learn"? If you mean be able to write Hello World and understand the bare bones basics of what goes into a simple Java program, maybe.
    If you mean understand the language and API thoroughly enough to produce real, quality software, that's pretty unreasonable.

  • Can any one debug the error plz

    this is my prg:
    import java.io.*;
    import java.net.*;
    class server
    private final static int BUFSIZE = 20;
    public static void main(String a[])
    try
    int port = Integer.parseInt(a[1]);
    ServerSocket ss = new ServerSocket(port);
    while(true)
    Socket s = ss.accept();
    InputStream is= s.getInputStream();
    DataInputStream dis = new DataInputStream(is);
    double value = dis.readDouble();
    value *= value;
    OutputStream os = s.getOutputStream();
    DataOutputStream dos = new DataOutputStream(os);
    dos.writeDouble(value);
    s.close();
    catch(Exception e)
    System.out.println("Exception: "+e);
    when i execute this program i got the below error
    Exception : java.lang.arrayoutofboundsexception : 1
    so plz send me the output of the prg

    For your string arguments that you pass in when you call the app... java arrays start at 0, so if you are ding this:
    myJavaApp myarg
    Then you have a[0] and not a[1].
    If you do this:
    myJavaApp myArg1 myArg2
    Then myArg1 is a[0] and myArg2 is a[1].

  • How do I point out errors on iBooks. Am attempting to download sample of "Dark Light" by Randy Wayne White and get "Dark Light" by Jayne Ann Krentz even though the RWW cover is what I am downloading. Who can I tell about the error that can correct it?

    How do I point ou errors on iBooks?  Am attempting to download sample of "Dark Light" by Randy Wayne White and am getting "Dark Light" by Jayne Ann Krentz despite the cover showing RWW. Who do I direct this to for correction?

    In iTunes, go into your account info (So, click your ID in the upper right corner of the store pane)
    Look at your orders. At the bottom of the recent orders page is "report a problem".

  • Help! Can any tell me what cause / remedy is for this error

    Can any tell me what cause / remedy is for this error:
    [1/29/08 10:52:05:009 GMT] 4131a8 SystemOut
    U 2008-01-29 10:52:05,009 [QuartzWorkerThread-0] FATAL
    com.scheduler.service.businessservice.ReportExecution
    () 190470534 - ****** METHOD FAILED ******WebIntelligence SDK / JSP
    Exception --- Number :10480 --- javaError : WI Internal Error = 100
    --- Description : WI Error while trying to get HTML view for the
    document

    Afraid I haven't seen that before. The only thing I could suggest is to boot from the 1st Install disk and run the hardware test. I would wonder about the video card. You might also post in the MacPro forum. I just got MY MacPro today, and the MacPro Forum is where I would go:
    http://discussions.apple.com/category.jspa?categoryID=194
    The only other thing I can think of is to launch Console from the Utilities folder and see if any errors are being reported.
    Francine
    Francine
    Schwieder

  • My macbook pro no longer connects to my TV with the mini dvi to hdmi adapter. A while ago the computer fell down and hit the cable. How can I tell if the computer is working ok. Doesn't show mirroring any more.

    My macbook pro no longer connects to my TV with the mini dvi to hdmi adapter. A while ago the computer fell down and hit the cable. How can I tell if the computer is working ok. Doesn't show mirroring any more. Was working while watching a movie but when I pulled it out from the computer and put it back in the system would no longer mirrorr the screen on the TV.

    The best option is an appointment at an Apple store genius bar.  The evaluation will be for FREE!
    Ciao.

  • I installed a new printer and now Photoshop Elements tells me I can't print.  The error message is "The saved printer information is not compatible with this version of Photoshop Elements, or the saved printer is no longer available.  You will need to che

    I installed a new printer and now Photoshop Elements tells me I can't print.  The error message is "The saved printer information is not compatible with this version of Photoshop Elements, or the saved printer is no longer available.  You will need to check your printer settings before printing."  I have uninstalled and re-installed Photoshop Elements, checked my printer settings and still I can't print a photo.

    Hi ,
    Please update to PSE 13.1
    13.1 has solved this problem.
    Refer to this link.
    Photoshop Elements Help | Printer errors with Photoshop Elements 13

  • Can anyone tell me the field name, table name for the following scenario?

    Hi All,
    Can anyone tell me the field name and the respective table name for the following scenario's?
    1. A report to list all the materials to which Invoice is done and delivery is pending.
    2. A report for Order tracking.
    3. A report, which gives PO(Purchase Order),  Pricing details.
    4. A report, which calculates the MATERIAL COST. It will select all the material issued for the entered service order number from  stock.
    Thanks & Regards,
    P.Gowrishanker
    Edited by: Gowrishanker pari on Jun 1, 2008 8:58 AM

    I believe that OmniVision Technologies has the contract for the 3gs.

  • HT5085 Can any tell me if iMatch is available in the US and if there is something weird about trying to subscribe to it?

    Can any tell me if iMatch is available in the US and if so why I cannot connect it throught itunes on my PC, running the latest version of iTunes?
    I have reinstalled iTunes after uninstall all of it and uninstalled my anti virus software. My firewall allows iTunes. I found in trying to subscribe to iMatch that iTunes crashes every time I try and also when I attempt to view my account. My PC is authorized and trying to do so gets me a message that it is already. I can purchase music from iTunes Store and it downloads to my PC's iTunes library the nex time I open it. My iDevices are detected and they sync.
    A chart of the support section list all the countries that iMatch is either available in or not. You cannot tell from the page if the X means it is or is not available. The US does have an 'X' for whatever that really means. In fact all the countries listed have an 'X'.
    I just do not undersntad what the problem may be.
    I am fit to pack up all my devices and PC and go to a Genius Bar because the support site just does not have anything passed to simple positive statement help as if nothing ever goes wrong in the dark and does not reflect the expereince of real people's problems either solved or still hanging in limbo.
    Thanks for whatever help someone can provide.
    Brenda W in MN

    I am having the same problems.  Firstly found out that I had a duplicate email address on two apple ids so I fixed that but now it wont let me verify the email address.  When I click on "verify email address" nothing happens.  So frustrating cos cant set up Facetime or iMessage on my iPad.

  • Can any tell me how to do the currency translation 0LOC_CURRCY to 0Order_cu

    Hi All,
    Currently the keyfigures are displayed in the local currency in the report level. But in the report the business people also like to see these keyfigures in the Order currency currency EG 0INVCD_AMNT is having currency 0LOC_CURRCY but in the queries should also be displayed in 0Order_curr.
    Probably conversion can be done on base of * znetprice_CC/0netprice.
    Can any tell me how to do the currency translation 0LOC_CURRCY to 0Order_curr.
    Thanks & Regards,
    Venkat

    this is done

  • HT204389 Can any tell me how i stop siri sayin the words i am typing when typing a message??

    Can any tell me how i stop siri sayin the words i am typing when typing a message??

    Hellooo Frndz....:)  i have to use UISplitviewController.and I want to do add UISplitViewController To UINavigationController but problem is that i can't do this...:(   i use MGSplitViewController Bt I Dont know Perfectly Use Of MGSplitViewController...
    so , plz give me answer for how to add UISplitViewController to UINavigationController ???
    --THNKS>>

  • I have a 27" iMac with a 27" Cinema display.  If I have Photoshop running on the cinema display, the menu bar is on the iMac.  Is there any add on that I can install to make the menu bar follow the open app?

    I have a 27" iMac with a 27" Cinema display.  If I have Photoshop on the cinema display, the menu bar is way over on the iMac.  Is there any add-on that I can install to make the menu bar follow the open app?

    Look at SecondBar gives you a second menubar
    <http://blog.boastr.net/?p=3>
    Also see DejaMenu
    Also see MenuEverywhere (Shareware)
    And if you happen to have a Magic Trackpad, the SecondBar author has a very nice BetterTouchTool utility for creating Magic Trackpad gestures.  I can not live with out BetterTouchTool on my 27" iMac with 24" external monitor.

  • Can anybody tell me the link to download 10.1.0.5 patchset

    I want to patch my DB with 10.1.0.5, So
    Can anybody tell me the link to download 10.1.0.5 patchset ??
    thanking you

    [jdbc version 10.1.0.5(patchset) and ArrayIndexOutOfBoundsExceptio]
    Hello
    We finnaly got the patchset, extracted the jdbc drivers version 10.1.0.5 and found out that the ArrayIndexOfBoundException problem is still present!
    java.lang.ArrayIndexOutOfBoundsException: -1
         at oracle.jdbc.driver.DateTimeCommonAccessor.computeJulianDay(DateTimeCommonAccessor.java:354)
         at oracle.jdbc.driver.DateTimeCommonAccessor.getMillis(DateTimeCommonAccessor.java:399)
         at oracle.jdbc.driver.DateAccessor.getTimestamp(DateAccessor.java:143)
         at oracle.jdbc.driver.OracleResultSetImpl.getTimestamp(OracleResultSetImpl.java:724)
         at cybiz.db.GeneralDB.pesquisaPaginadaSimples(GeneralDB.java:854)
    driver files: ojdbc14dms.jar, ojdbc14.jar and orai18n.jar
    driver version (all tested): 10.0.1.4, 10.0.1.5 (patchset version), 10.2.0.1
    database version: Oracle 9i 9.2.0.1.
    The problem occurs at the the ResultSet.getTimestamp() method. Apparently, it happens after 10 rows. This exception is thrown for all database tables that contains date columns.
    Does anybody have any thoughts on this? What is most troublesome is that this error doesn't occur with the jdbc drivers target at jdk1.2 (classes12.jar). Another thing is that tthis is not a SQLException. It is a runtime exception that occurs inside the jdbc driver.
    Right now we are stuck...
    Thanks in advance for any help,
    Luis Fernando

  • Can anyone tell me the flow of BDC program?

    Hi
    Can anyone tell me the flow of BDC program and also what is the significance of each step?
    Thanks
    Gagan

    Not sure what you are asking here.  A BDC program is a recording over an SAP transaction.  The flow is determined by the screen sequence of the transaction which is being recorded. 
    What you do is fill an internal table with screen numbers and fields with values and fcodes.  Then call the transaction using the internal table.
    For example, the following program calls PA30 and enters a time event.
    report zrich_0001
           no standard page heading.
    parameters: p_pernr type pa0002-pernr,
                p_plans type t528b-plans.
    data: mode type c value 'N'.
    data:   bdcdata type table of bdcdata    with header line.
    data:   messtab type table of bdcmsgcoll with header line.
    start-of-selection.
      perform do_transaction using 'P10'
                             p_pernr
                             p_plans.
    *       FORM do_transaction                                            *
    form do_transaction using timev
                              pernr
                              plans.
      data: bdcdate(10) type c,
            bdctime(8) type c.
      call function 'CONVERT_DATE_TO_EXTERNAL'
           exporting
                date_internal = sy-datum
           importing
                date_external = bdcdate.
      write sy-uzeit to bdctime.
      clear bdcdata.  refresh bdcdata.
      clear messtab.  refresh messtab.
      perform bdc_dynpro      using 'SAPMP50A' '1000'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=INS'.
      perform bdc_field       using 'RP50G-PERNR'
                              pernr.
      perform bdc_field       using 'RP50G-TIMR6'
                                    'X'.
      perform bdc_field       using 'BDC_CURSOR'
                                    'RP50G-CHOIC'.
      perform bdc_field       using 'RP50G-CHOIC'
                              '2011'.
      perform bdc_dynpro      using 'MP200000' '2500'.
      perform bdc_field       using 'BDC_CURSOR'
                                    'T705H-GTEXT'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=DIFP'.
      perform bdc_field       using 'P2011-LDATE'
                              bdcdate.
      perform bdc_field       using 'P2011-LTIME'
                              bdctime.
      perform bdc_field       using 'P2011-SATZA'
                              timev.
      if timev = 'P10'.
        perform bdc_dynpro      using 'MP200000' '2221'.
        perform bdc_field       using 'BDC_CURSOR'
                                      'P2APL-PLANS'.
        perform bdc_field       using 'BDC_OKCODE'
                                      '=DOIT'.
        perform bdc_field       using 'P2APL-OTYPE'
                                'A'.
        perform bdc_field       using 'P2APL-PLANS'
                                plans.
        perform bdc_field       using 'P2APL-WAERS'
                                'USD'.
      endif.
      perform bdc_dynpro      using 'MP200000' '2500'.
      perform bdc_field       using 'BDC_CURSOR'
                                    'P2011-LDATE'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=UPD'.
      call transaction 'PA30' using bdcdata
                                    mode mode
                                    messages into messtab.
    * If error occurs, give message and come out.
      if sy-subrc <> 0.
      endif.
      clear bdcdata.  refresh bdcdata.
      clear messtab.  refresh messtab.
    endform.
    *       bdc_dynpro
    form bdc_dynpro using program dynpro.
      clear bdcdata.
      bdcdata-program  = program.
      bdcdata-dynpro   = dynpro.
      bdcdata-dynbegin = 'X'.
      append bdcdata.
    endform.
    *        bdc_field
    form bdc_field using fnam fval.
      clear bdcdata.
      bdcdata-fnam = fnam.
      bdcdata-fval = fval.
      append bdcdata.
    endform.
    Regards,
    Rich Heilman

Maybe you are looking for

  • Data selection and Person selection

    Hi all, What is the difference between 'Data selection' and 'Person selection' in PNP screen.(PNP logical database) I searched so many . But couldn't find appropriate one. Still confusing. Can any one explain me with example? must use both at a time

  • Finder icon size

    I would like to set my finder's icon size to be a consistent size for all folders. I tried setting the desired size in a folder and then selecting "Use as defaults" but this does not seem to propagate the icon size change to all folders. What am I mi

  • Where can I find MSS when I want to configure it

    Hi all:      Basis has installed BP for MSS, but  I couldn't find MSS on Portal . what should it be like when it has been installed ? thank you very much

  • ORA-00933 error when selecting from remote DB

    Hi to all. Consider the following: SELECT col1, col2 FROM Table1@remoteOK. SELECT col1, col2 FROM Table1@remote LEFT JOIN Table2@remote ON (...)OK. INSERT INTO Local_Table (a, b)SELECT col1, col2 FROM Table1@remote OK. INSERT INTO Local_Table (a, b)S

  • Address Book - email address sorting

    My own entry in my address book has 11 email addresses (I added most of them after they were automatically added to separate entries). The one that appears on the top is the one I want to appear on the bottom. How do I tell Address Book to keep them