I am unable to know the error.

Hi experts,
I am using 3 screens.One main screen and 2 subscreen.
In 1st subscreen 2 ip fields r there.if that input match with value from db then it will fetch dat and will store in internal table itab.
my sql stmt. is as follows
SELECT * FROM SPFLI INTO TABLE ITAB WHERE CARRID IN SPFLI-CARRID.
but it is showing that
The IN operator with "SPFLI-CARRID" is followed neither by an internal     table nor by a value list.
with regards
ansuman

Hi Ansu,
Try this code  in case of parameters:
parameters :
  p_carrid like spfli-carrid.
data :
  itab like standard table of spfli .
data :
  fs_itab like line of itab.
select *
   from spfli
   into table itab
where carrid eq p_carrid.
Try this in case of select-options :
tables :
  spfli.
select-options :
  s_carrid for spfli-carrid.
data :
  itab like standard table of spfli .
data :
  fs_itab like line of itab.
select *
   from spfli
   into table itab
where carrid in s_carrid.
Regards,
Swapna.

Similar Messages

  • Does anybody know the error code 11 while updating to ios 4.3.3.? thx

    does anybody know the error code 11 while updating to ios 4.3.3. on an ipad1? thx

    but my hard drive is still lot of spaces...still keep on trying to update...

  • Unable to catch the error pls help

    Hi all am trying from last two hours but strangely unable to catch the error inthe below procedure..
    Ignore what the functionality is but look at these steps in the procedure ;Look at these two steps below in the procedure....
    It goes wrong at this point......
    v_acct_nb := in_acct_gp_array(i).gp_dtl_array(j).account_id;
    SELECT DISTINCT account_id INTO v_acct_dim_nb FROM ats_ACCOUNT WHERE account_id = v_acct_nb ; ----> this throws exception that no rows found
    I can see that values are passed into v_acct_nb variable.... but the second statements returns exception saying no data found .
    But
    when i hard code the value returned in the variable in the second statement like below it works ....
    v_acct_nb := in_acct_gp_array(i).gp_dtl_array(j).account_id; /* say i received the value v_acct_nb =20 */
    SELECT DISTINCT account_id INTO v_acct_dim_nb FROM ats_ACCOUNT WHERE account_id = '20'; -----> this works
    whats the issue here ?
    CREATE OR REPLACE PROCEDURE add_appl_dummy2( in_usr_id VARCHAR2,in_acct_gp_array appl_acct_gp_array,v_status_message OUT VARCHAR2)
    IS
    v_usr_dim_nb INTEGER;
    v_acct_dim_nb  VARCHAR2(35);
    v_user_exception     EXCEPTION;
    v_account_exception     EXCEPTION;
    v_acct_in_othr_group_exception  EXCEPTION;
    v_grp_already_exist_exception  EXCEPTION;
    v_acct_nb  VARCHAR2(35);
    v_error_code         VARCHAR2(50);
    v_error_msg          VARCHAR2(50);
    v_dflt_appl_acct_gp_nm VARCHAR2(50);
    v_dflt_appl_acct_gp_id INTEGER;
    v_count NUMBER;
    BEGIN
            /* verify if the user is valid */
            BEGIN
                SELECT usr_id INTO v_usr_dim_nb FROM TSS_USR WHERE access_id =in_usr_id ;
                EXCEPTION WHEN NO_DATA_FOUND THEN
                  v_error_code := SQLCODE;
                  v_error_msg  := SQLERRM;
                RAISE v_user_exception; 
            END;
    DBMS_OUTPUT.PUT_LINE('1');
            FOR i IN in_acct_gp_array.FIRST.. in_acct_gp_array.LAST
            LOOP
                /* Verify if the user has already created an account group with the same name */
                BEGIN
                  SELECT COUNT(1) INTO v_count FROM RPT_ACCT_GP WHERE usr_id=v_usr_dim_nb AND appl_acct_gp_nm=in_acct_gp_array(i).appl_acct_gp_nm;
                  IF v_count >0 THEN
    DBMS_OUTPUT.PUT_LINE('2');
                      RAISE v_grp_already_exist_exception;
                  ELSE
    DBMS_OUTPUT.PUT_LINE('3');
                      NULL;
                  END IF;
                END;
    DBMS_OUTPUT.PUT_LINE('4');
                FOR j IN in_acct_gp_array(i).gp_dtl_array.FIRST..in_acct_gp_array(i).gp_dtl_array.LAST
                LOOP
                      *v_acct_nb := in_acct_gp_array(i).gp_dtl_array(j).account_id;*    
       *SELECT DISTINCT account_id INTO v_acct_dim_nb FROM ats_ACCOUNT WHERE account_id = v_acct_nb ;*
       IF v_acct_dim_nb IS NULL THEN
        DBMS_OUTPUT.PUT_LINE('is null');
       ELSE
                     DBMS_OUTPUT.PUT_LINE(v_acct_dim_nb); /* verify if the account number is valid */
                         DBMS_OUTPUT.PUT_LINE(v_acct_nb);
                         END IF;
             END LOOP;
        END LOOP;
    COMMIT;
    DBMS_OUTPUT.PUT_LINE('9');
    v_status_message:='SUCCESS';
    EXCEPTION
        WHEN v_user_exception THEN
             v_status_message:= 'Invalid user id :'||in_usr_id ||' '||v_error_code||' '||v_error_msg;
        WHEN v_grp_already_exist_exception THEN
             v_status_message:= 'Group with the same name already exists ';
        WHEN OTHERS THEN
             v_status_message:= SQLCODE||' '||SQLERRM;
    END;
    SELECT DISTINCT account_id  FROM ats_ACCOUNT WHERE account_id='000000400127032'

    Please remove this bug anyway:
        WHEN OTHERS THEN
             v_status_message:= SQLCODE||' '||SQLERRM;

  • Unable to delete the error out record in Pending transactionsinterface form

    Hi Team,
    Help me having this issue....
    "Unable to delete the error out record in Pending transactions interface form".
    Version:11.5.10.2
    Regards,
    Arul

    Can you please give a more elaborate context?
    What application, responsibility and form, how are you trying to delete from the interface table, from front-end or via API?
    Thanks
    JD

  • How to know the error code?

    Hi,
    how can i know the error code of the error occured in plsql ?
    Eg if i catch the exception IN WHEN others THen i need to pront the error code.
    How can i do it?

    exception
    when others then
    dbms_output.put_line(sqlerrm||sqlcode);
    end;

  • How to know the error in the goods movement

    Hai gurus,
    a) while doing goods issue and goods receipt , if there is any
        error  in the goods movement how to know the same and correct it.
    Regards,
    sekar chand

    Hi,
    If You are doing GR and GI during order confirmation then you will find a tab for Display Error(Bell Ikon).At the time of any error you will find this icon highlighted.press it you will find details error description and proposed solution.
    Regards,
    Dhaval

  • Unable to findout the error message in debug

    Hi Gurus,
    When i am trying to execute the T.code FMCI_COPY_NEXT_YEAR  i am getting the
    ERROR MESSAGE: SET SCREEN NOT ALLOWED IN SUB SCREEN (SCREEN NO SAPLSBAL_DISPLAY0101) in new implementation.
    i am unable to find out  where the exact error is comming ... i requested you to please guide me for the same...
    Thanks in Advance !!!
    regards,
    Sanjay

    HI,
    double click on message and notice the number and type.
    Debug the program/function and set a breakpoint as statement "message".
    The system will hold on each message and with the information of number and type, you will find the right costing.
    Regards
    Nicole

  • Informatica, any expert know the error reason? ora-00942

    I am newbie to informatica. Any help is really appreciated
    When I run the workflow, I got session error. The detailed session log is under below.
    I am using oracle11g and informatica 9.0.1
    The main reason is table or view is not exist, like this
    2011-09-22 14:36:04 : ERROR : (3696 | WRITER_1_*_1) : (IS | inte6) : node01_ang : WRT_8229 : Database errors occurred:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00942: table or view does not exist
    So I am wondering:
    1) I setup ODBC data source user and ODBC target user, now ODBC source user
    have all source data. So, after mapping, am I supposed to have any table definiton
    in the target user? where is the target table definiton?
    2)Probably, I set up wrong connection. Before I create session, I create native connection. When I create native connection to both source and target database, right? When I create native connection, I need source database user and target
    database user. I am confusing, what kind of user should I use? I create two new
    users having DBA privileges in both database. Am I wrong?
    *****START LOAD SESSION*****
    Load Start Time: Thu Sep 22 14:36:04 2011
    Target tables:
    EMPLOYEES
    2011-09-22 14:36:04 : INFO : (3696 | READER_1_1_1) : (IS | inte6) : node01_ang : BLKR_16007 : Reader run started.
    2011-09-22 14:36:04 : INFO : (3696 | READER_1_1_1) : (IS | inte6) : node01_ang : RR_4010 : SQ instance [SQ_EMPLOYEES] SQL Query [SELECT EMPLOYEES.EMPLOYEE_ID, EMPLOYEES.JOB_ID, EMPLOYEES.FIRST_NAME, EMPLOYEES.LAST_NAME, EMPLOYEES.ADDRESS1, EMPLOYEES.ADDRESS2, EMPLOYEES.CITY, EMPLOYEES.STATE, EMPLOYEES.POSTAL_CODE, EMPLOYEES.HOME_PHONE, EMPLOYEES.OFFICE_PHONE, EMPLOYEES.EMAIL FROM EMPLOYEES]
    2011-09-22 14:36:04 : INFO : (3696 | READER_1_1_1) : (IS | inte6) : node01_ang : RR_4049 : RR_4049 SQL Query issued to database : (Thu Sep 22 14:36:04 2011)
    2011-09-22 14:36:04 : INFO : (3696 | READER_1_1_1) : (IS | inte6) : node01_ang : RR_4050 : RR_4050 First row returned from database to reader : (Thu Sep 22 14:36:04 2011)
    2011-09-22 14:36:04 : INFO : (3696 | READER_1_1_1) : (IS | inte6) : node01_ang : BLKR_16019 : Read [12] rows, read [0] error rows for source table [EMPLOYEES] instance name [EMPLOYEES]
    2011-09-22 14:36:04 : INFO : (3696 | READER_1_1_1) : (IS | inte6) : node01_ang : BLKR_16008 : Reader run completed.
    2011-09-22 14:36:04 : INFO : (3696 | WRITER_1_*_1) : (IS | inte6) : node01_ang : WRT_8167 : Start loading table [EMPLOYEES] at: Thu Sep 22 14:36:04 2011
    2011-09-22 14:36:04 : INFO : (3696 | TRANSF_1_1_1) : (IS | inte6) : node01_ang : DBG_21216 : Finished transformations for Source Qualifier [SQ_EMPLOYEES]. Total errors [0]
    2011-09-22 14:36:04 : ERROR : (3696 | WRITER_1_*_1) : (IS | inte6) : node01_ang : WRT_8229 : Database errors occurred:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00942: table or view does not exist
    Database driver error...
    Function Name : Prepare DPL
    SQL Stmt : INSERT INTO EMPLOYEES(EMPLOYEE_ID,JOB_ID,ADDRESS1,ADDRESS2,CITY,STATE,POSTAL_CODE,HOME_PHONE,OFFICE_PHONE,EMAIL) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    Oracle Fatal Error
    Database driver error...
    Function Name : Execute Multiple
    SQL Stmt : INSERT INTO EMPLOYEES(EMPLOYEE_ID,JOB_ID,ADDRESS1,ADDRESS2,CITY,STATE,POSTAL_CODE,HOME_PHONE,OFFICE_PHONE,EMAIL) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    Oracle Fatal Error
    2011-09-22 14:36:04 : ERROR : (3696 | WRITER_1_*_1) : (IS | inte6) : node01_ang : WRT_8425 : ERROR: Writer execution failed.
    2011-09-22 14:36:04 : ERROR : (3696 | WRITER_1_*_1) : (IS | inte6) : node01_ang : WRT_8076 : Writer run terminated. [Commit Error]
    2011-09-22 14:36:04 : INFO : (3696 | WRITER_1_*_1) : (IS | inte6) : node01_ang : WRT_8333 : Rolling back all the targets due to fatal session error.
    2011-09-22 14:36:04 : INFO : (3696 | WRITER_1_*_1) : (IS | inte6) : node01_ang : WRT_8325 : Final rollback executed for the target [EMPLOYEES1] at end of load
    2011-09-22 14:36:04 : ERROR : (3696 | WRITER_1_*_1) : (IS | inte6) : node01_ang : WRT_8081 : Writer run terminated. [Error in loading data to target table [EMPLOYEES]]
    2011-09-22 14:36:04 : INFO : (3696 | WRITER_1_*_1) : (IS | inte6) : node01_ang : WRT_8168 : End loading table [EMPLOYEES] at: Thu Sep 22 14:36:04 2011
    2011-09-22 14:36:04 : INFO : (3696 | WRITER_1_*_1) : (IS | inte6) : node01_ang : WRT_8035 : Load complete time: Thu Sep 22 14:36:04 2011
    LOAD SUMMARY
    ============
    WRT_8036 Target: EMPLOYEES (Instance Name: [EMPLOYEES1])
    WRT_8044 No data loaded for this target

    Mark, thank you very much.
    I installed the odm followed the tutorial, and the system did not imply the error.
    I could see the data mining interface and the dmuser after connecting.
    What’s more, somebody once built the model successfully, now the error appeared again.
    What caused the problem, how to solve it?
    I was about to be crazy to the problem. I have to do some research on data mining to get the information of the data, so I choose the odm tool. But the error stopped the reach. I ‘m afraid if this problem could not be solved ,which one should I choose.
    By the way, I downloaded the odm from oracle.com. I don't know where to get the licence.

  • I am having trouble ejecting a disk that got a code error on it.  I do not know the error code.  I did the restart and hold the mouse down and it ejected. Inserted another disk and this got an error code on it too.  However I can't get this disk to eject

    Having trouble ejecting a disk.  I tried all the suggestions on the help list.  to no avail.

    Was this on the help list:
    1 - open the Terminal application (in the Applications/Utilities folder).
    2 - enter
    drutil tray eject 1
        followed by the Enter or Return key.
    OT

  • I am unable to open another Firefox4 window when I have the Error Console open and I can't open the Error Console when I have two Firefox4 windows open. Is anyone else having this problem?

    I am trying to debug the jQuery to a micro site I've created and I am unable to open the Error Console when I have two Firefox windows open and I am unable to open a second Firefox window when I have the Error Console open.
    I am using Mac OS X 10.6.7 and I am using Firefox 4.0.1

    I personally haven't experienced much of the "reverberation/feedback" when using a headset on the i4S...
    Yes, I have near-perfect hearing too (for scope, squeaky brakes hurt my ears) I come from many conversations on many phones and types and first off, CDMA technology is great for coverage, terrible for voice quality. HD Voice in Europe made for some of the best phone conversations I've ever had.
    Back on track, feedback is most noticable (similar to the landline phone) when using the iPhone without a headset, but for me it's not an absolute criticality mainly because I use VoIP apps alot, so maybe it has desensitized me some over the past year.
    But whenever I'm on a call, and the other person has me on speakerphone, I have alot of trouble talking because of the feedback loop caused. So the less of my voice I hear the better I can talk.
    Have you tried a bluetooth headset yet?

  • Receiving the error message while executing the Real Time DTP

    Hi,
    I am receiving the error message while executing the Real time DTP for Billing data.
    Error Message - Record filtered in advance as error records with the same key exist     RSM2     722
    When I check the logs below is the message I am able to see. Can someone suggest as how to proceed further.
    Diagnosis
    The existing DTP requires a serialized update because fields are updated
    non-commutatively during the processing run (for example, MOVE).
    Therefore all new data records that have the same semantic key as
    incorrect records that have not yet been corrected in earlier requests
    or earlier data packages of the same request, are filtered out after the
    extraction in a special step. In this way the system ensures that
    incorrect data records are not repeated for your changes, which may not
    contain errors themselves.
    System Response
    The data record is not updated but is written to an error stack.
    Procedure
    Procedure
    Correct all incorrect data records and update them using an error DTP.
    Procedure for System Administration
    I checked the error stack and corrected the entries and let me know as how to proceed further. I am unable to execute the Error DTP as its not allowing me to edit and has only display options.
    Regards,
    Ram

    Hi Arvindh,
    Its  write optimized DSO.. there is no option to generate SIDs.
    Hi Kiran,
    I checked the link u sent me. Here the main issue is..The function module is standard  and its not allowing me  to do enhancement  point..
    Any idea in using Badi's??
    Thanks all...

  • Option -splash and -Xmx result in "Unable to launch JVM" error

    Hello everybody,
    we have a severe problem with launching our Java application using the "-splash:" and "-Xmx" command line options for which we cannot find any solution in the web. Our application needs a lot of heap space, so we usually set "-Xmx=920M". Usually, we are working with Java 6 and use the "-splash:" option to show a splash screen while the application is loading. In some cases, we get an "Unable to launch JVM" error now. This happens only on particular customer systems (servers as well as desktop machines) and the only solution is to decrease the maximum heap size for a couple hundred megabytes. The latter is usually unacceptable since our application requires a lot of heap memory and the machines do have more than sufficient memory. The other option is to completely remove the "-splash:" option, but then there is of course no splash screen anymore.
    Unfortunately, we are unable to track the error back and to figure what exactly is going wrong. Does anyone of you have any hints how to debug or analyze the error? Our assumption is that something is wrong due to memory partitioning which leads to unsufficiently large memory partitions to allocate the required heap memory by the JVM.
    Any ideas?
    Thank you very much.
    Regards
    Timo Rohrberg
    Software Developer, initplan GmbH

    910396 wrote:
    This happens only on particular customer systems (servers as well as desktop machines) Red flag: it is not consistent, in other words it is system dependent. It is already hard for you to diagnose such an occurrence, I wouldn't expect anything more by asking in a forum. At least you have SOME way of doing some more diagnosing.
    I'm sorry, but you'll have to dive in deep. Figure out what update versions of Java the failing machines are running. Which OS. Which processor architecture. Etc. See if there is a common factor involved. If not, hunt through release notes of newer JDKs to see if any of them mention something related to the splash screen and if you find something, let the client attempt an update of the JDK on such a failing machine to see if the problem is remedied. If it is windows, try running with the server VM (java -server) in stead of the default client VM, if you are not already doing that.
    And yeah if all that fails and nobody else has something to add, I'm sorry to say that Oracle support will be your next logical step.

  • How to resolve the error in trigger

    Hi,
    I've written the trigger and the logic is correct but unable to resolve the error.. Could you please suggest me to resolve the error...
    Solved
    Thank you
    Edited by: Smile on Feb 19, 2013 2:34 AM                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Yes you can very well do that
    See the example below. I have three tables.
    SQL> create table t1(no integer)
      2  /
    Table created.
    SQL> create table t2(no integer)
      2  /
    Table created.
    SQL> create table t(no integer)
      2  /
    Table created.I have inserted sample data into t
    SQL> insert into t
      2  select level
      3    from dual
      4  connect by level <= 10
      5  /
    10 rows created.
    SQL> commit
      2  /Now i want to insert even numbers into table t1 and odd numbers into table t2
    SQL> begin
      2     insert all
      3             when (mod(no,2) = 0) then
      4                     into t1 (no) values(no)
      5             else
      6                     into t2 (no) values(no)
      7     select no
      8       from t;
      9  end;
    10  /
    PL/SQL procedure successfully completed.The output is below...
    SQL> select * from t1
      2  /
            NO
             2
             4
             6
             8
            10
    SQL> select * from t2
      2  /
            NO
             1
             3
             5
             7
             9Thanks,
    Karthick.

  • When ever I try to export to Perfect Effects 8 a DNG Photo this is the Error message "Unable to complete the export. One or more files could not be found" Any one know how to fix this?

    When ever I try to export to Perfect Effects 8 a DNG Photo this is the Error message "Unable to complete the export. One or more files could not be found" Any one know how to fix this?@

    Adobe web chat come up with a solution.
    Open the PP project.
    Export your sequence or project as a Final Cut Pro XML file.
    Set up a new PP project.
    Import the Final Cut Pro XML file.
    This will get you back up an running.
    Since getting back to editing this project I have found that some things will be lost or change in using XML:
    You will lose position key framing, black video clips, dissolve fx, audio levels, audio dynamic fx, the ability to open a multi camera clip and change the camera view.
    You will keep cut points, crop fx.
    Not perfect but only took a couple of hours to save 3 days work.

  • Unable to download music - error message reads "Firefox doesn't know how to open this address, because the protocol (wmms) isn't associated with any program."

    I purchased a song to download from Walmart.com and received the error message when I tried to download the song; "Firefox doesn't know how to open this address, because the protocol (wmms) isn't associated with any program." I've never had a problem before. I paid for this download & I can't even access it.

    Does the Walmart site offer a plugin or program (Walmart MP3 Music Downloads) to handle that protocol?<br />
    See:
    * http://mp3.walmart.com/store/help/help.htm
    * http://mp3.walmart.com/store/help/downloading.htm
    On Windows a protocol need to be registered by a program that supports that protocol.
    See also http://kb.mozillazine.org/Register_protocol

Maybe you are looking for

  • Name of the exe file...?

    Hi, What is the name of the exe file for Reports Builder 6.0 or 6i? Thanks, Alisha.

  • Transportable Tablespaces

    Hi all, I am trying to tranport a tablespace from one Database to another database. I tried the following steps. I made the tablespace which going to transport as read only. Then I issue the exp command to export the meta data, but throwing following

  • Regular expression for DBCC

    Hi Everyone, I need help with regular expression for following scenario . If any of the DBCC command is run against sql server i want it to be captured . Something like if it starts with DBCC it should be captured . For instance following is expressi

  • I need to delete my old windows partition but it doesn't appear in disk utility

    I can't find my windows partition it just shows as Macintosh HD. Although when I go into bootcamp it shows there is still 20gb assigned to windows but I screwed it up as I tried to extend the amount of GB I allowed to windows without reinstalling it.

  • Munctions from computer

    Customer Relations; I have just purchased a HP Laser Jet Pro M127 FN. I printed the User Guide for it. I am interested using controls thru my computer. This is not covered very well. I found out I must use the answering machine in order to get the nu