Argument does not exist in Table?

Hi,
I'm trying to create Planned Independent Requirements using the BAPI_REQUIREMENTS_CREATE.
Getting the error "Argument does not exist in Table".
I'm passing the following parameters.
REQUIREMENTS_ITEM
      MATERIAL    = '000000000000015197'.
      PLANT         = 'ABC1'.
      REQU_TYPE= 'TEST'.
      VERSION    = '00'.
      VERS_ACTIV = 'X'.
      REQ_NUMBER = ''.
REQUIREMENTS_SCHEDULE_IN
DATE_TYPE = '2'.
REQ_DATE  = '20101001'.
REQ_QTY   =  50.
PROD_VES  = '0010'.
REQUIREMENT_PARAM
      STATUS  = ''.
      TRTYP   = 'X'.
      DELKZ   = SPACE.
      SYNCRON = 'X'.
Did I miss any parameters?
Why I'm getting this error?
Thanks
Thruna

Ryan,
Are you passing all the parameters like below?
  SSHDIN-DATE_TYPE = '2'.
  SSHDIN-REQ_DATE  = '20100101'.
  SSHDIN-REQ_QTY   =  100.
  APPEND SSHDIN.
      ITEM-MATERIAL    = '00000000000012345'.
      ITEM-PLANT         = 'ABC1'.
      ITEM-REQU_TYPE  = 'TEST'.
      ITEM-VERSION    = '00'.
      ITEM-VERS_ACTIV = 'X'.
      ITEM-REQ_NUMBER = ''.
      ITEM-MRP-AREA = 'ABC1'.
      PARAM-STATUS  = 'X'.
      PARAM-TRTYP   = 'X'.
      PARAM-DELKZ   = SPACE.
      PARAM-SYNCRON = 'X'.
      CALL FUNCTION 'BAPI_REQUIREMENTS_CREATE'
           EXPORTING
                REQUIREMENTS_ITEM        = ITEM
                REQUIREMENT_PARAM        = PARAM
           IMPORTING
                MATERIAL                 = BAPI_MATNR
                PLANT                    = BAPI_WERKS
                REQUIREMENTSTYPE         = BAPI_BEDAE
                VERSION                  = BAPI_VERSB
                REQMTSPLANNUMBER         = BAPI_PBDNR
           TABLES
                REQUIREMENTS_SCHEDULE_IN = SSHDIN
                RETURN                   = RETURN1
           EXCEPTIONS
                OTHERS                   = 1.
Thanks
Thruna

Similar Messages

  • Position does not exist in table T528

    I have transported from Dev to QAS.
    I am trying to hire an employee using PA40 and when i select position it is giving an error saying does not exist in table T528

    Hello,
    I have created a entire new org. structure in QA including the positions.
    When I am trying to assign the positions I am getting the same error as entry does not exist in table T528B.
    I have checked the table and there are no entires for my positions.
    What I need to do now?
    Kindly reply.
    Thank you

  • Release strategy: Tx CL20N Error: Entry 01 does not exist in table T16FS

    Dear MM Gurus,
    I was designing new release strategy for PR and PO, so I deleted all the previous entries(SPRO) available in SAP. I created my new entries but in the transaction CL20N I got the above mentioned error: "Entry 01 does not exist in table T16FS-Check your entry" . I checked the table T16FS, where the entries were available. It also showed the previous entries I deleted from SPRO.
    Refering the SAP note 365604 (version 29, valid from 08.10.2008), I created the deleted entries again so that I could delete them in the required sequence
    1. release strategies
    2. release indicators
    3. release codes
    4. release groups
    5. class
    After deleting the entries in the above mentioned sequence also I am getting the same error in CL20N.
    I ran report RCCLZUOB, it shows the entries does not exist.
    Please help.
    Edited by: Akshay Kurhe on Mar 2, 2009 6:02 AM

    hi
    check this setting
    Distribution Using Object Classes -->Maintain Class Types & Maintain Classes

  • Entry DE  does not exist in table T005E

    Dear all
    I create Plan ( module PP ) when i input values in field Country " DE "  is error . " Entry DE does not exist in table T005E " .Plz help me
      Thanks and Regard ,
       Lan nguyen

    Dear,
    Please check the entry of DE
    In SPRO -> SAP NetWeaver-> General Settings-> Set Countries-> Insert Regions
    In this table we maintain the regions for the Country.
    Please refer the OSS Notes : 107588, 122292, 161359
    Regards,
    R.Brahmankar

  • How to update zero to a column value when record does not exist in table but should display the column value when it exists in table?

    Hello Everyone,
    How to update zero to a column value when record does not exist in table  but should display the column value when it exists in table
    Regards
    Regards Gautam S

    As per my understanding...
    You Would like to see this 
    Code:
    SELECT COALESCE(Salary,0) from Employee;
    Regards
    Shivaprasad S
    Please mark as answer if helpful
    Shiv

  • Record Z2 SP09 does not exist in table T133D

    Hi Guru,
    I want to configure the screen Material Master using
    IMG->Logistics-General->Material Master->Configuring the Material Master->Define Structure of Data Screens of Each Screen Sequence and
    Screen sequence : create Z1 
    Data screen Z1 : scrn 07 (Basic Data) and scrn 14(Purchasing)
    subscreen for : scrn 07(basic data ) 1002, 2001, 2561,2005 and
                           scrn14(Purchasing) 1005,2301,2701,2302
    When I create a Material it's ok, but if I switch from basic data to purchasing by clicking the tab sheet, I got an error : Record Z1 SP09 does not exists in table T133D ? When I saw at table T133D, SP09 did not there for sceen seq Z1
    (I saw for 01 / standard SAP) it's there.
    Anybody can help what wrong ?
    Thank's

    Cabe,
    I am pretty sure this is a bug with your IDES system. Basically, SP09 (note that it could be say SP02 etc depending on the number of screens defined in your Z screen sequence) is the function code that is associated with the pushbutton (or tab) for the purchasing screen (screen no. 14) in the material master.
    So, there should be an entry corresponding to function code (say SP09) and successor screen (say purchasing screen no. 14) in table T133D. If there is none, then message M3748 will be issued in function module T133D_SINGLE_READ_FCODE.
    I have tested this in my system and I don't get the error ME748. So, there must a bug or an OSS note missing in your IDES system which is causing an incorrect update of table T133D.
    I would suggest you to post the question in the ABAP forum if you need a better technical explanation of PAI events and reading function codes.
    Hope this helps.
    H Narayan

  • What object it colud be? column/field does not exists in table but shows values?

    Hi,
    I have a typical problem. Where is this column comming from??
    Below is the actual table column description where I don't have a field called "3rd_party_driver_home_phone"
    But when I run the query as select 3rd_party_driver_home_phone from
    additional_vehicle damage; it shows records with some value 3 for each of its row,
    This field is acting like a regular column but when I try to drop that
    column(Oracle 8.1.5) It says column doesn't exist.
    why this problem is occuring?
    Thanks,
    Ramana
    Table Description is as follows :
    SQL> desc additional_vehicle_damage;
    Name Null? Type
    AD_VEH_ID NOT NULL NUMBER(38)
    AD_ADJ_CLAIM_NU VARCHAR2(20)
    AD_ADJ_FNAME VARCHAR2(40)
    AD_ADJ_LNAME VARCHAR2(40)
    PARTY3RD_DRIV_HOME_PHONE VARCHAR2(30)
    null

    APC,
    Actually, Oracle objects can start with a number, but it's a really bad idea. When you create the object you just have to enclose it in double quotes, which also makes it case sensitive:
    "3rd_party_driver_home_phone"
    Your guess about the query sounds likely.
    Ramana,
    Did you figure it out yet? Was the query like APC suggested? If not, have you searched the user_objects table in the same manner as the user_synonyms table?
    Barbara
    null

  • Column/field does not exists in table but shows values?

    Hi,
    I have a typical problem. Where is this column comming from??
    Below is the actual table column description where I don't have a field called "3rd_party_driver_home_phone"
    But when I run the query as select 3rd_party_driver_home_phone from
    additional_vehicle damage; it shows records with some value 3 for each of its row,
    This field is acting like a regular column but when I try to drop that
    column(Oracle 8.1.5) It says column doesn't exist.
    why this problem is occuring?
    Thanks,
    Ramana
    Table Description is as follows :
    SQL> desc additional_vehicle_damage;
    Name Null? Type
    AD_VEH_ID NOT NULL NUMBER(38)
    AD_ADJ_CLAIM_NU VARCHAR2(20)
    AD_ADJ_FNAME VARCHAR2(40)
    AD_ADJ_LNAME VARCHAR2(40)
    PARTY3RD_DRIV_HOME_PHONE VARCHAR2(30)

    APC,
    Actually, Oracle objects can start with a number, but it's a really bad idea. When you create the object you just have to enclose it in double quotes, which also makes it case sensitive:
    "3rd_party_driver_home_phone"
    Your guess about the query sounds likely.
    Ramana,
    Did you figure it out yet? Was the query like APC suggested? If not, have you searched the user_objects table in the same manner as the user_synonyms table?
    Barbara
    null

  • Table does not exist when creating FK Constraint across schemas

    Hi all,
    This will probably boil down to a permissions issue since I'm sketchy on the various levels....
    I'm testing a conversion to Oracle from our legacy system. There are 4 schemas which I've created and each of those schema users have been granted DBA roles.
    After creating a number of tables I wrote the SQL to create the FK Constraints. Most of them went in, but the ones crossing schemas don't. Logged in as SYS, I can do a select from each table, I can even JOIN the two in the SELECT. However when I try creating the constraint it give me a: ORA-00942: table or view does not exist
    ALTER TABLE USERA.TABLEA ADD FOREIGN KEY (COLA) REFERENCES USERB.TABLEB (COLA) ON DELETE CASCADE
    Again, I have scads of commands that went in correctly so this must be a permissions type thing. I'm the only one logged into the database since it's my own test system. This is 10g BTW.
    If you have any suggestions as what to look into, please explain how to actually perform the checks since I'm still learning how to get around.
    Thanks very much!

    To bulk grant, you can use dynamic SQL; somthing like this:
    <BR><BR>
    SQL> declare
      2    l_grantor VARCHAR2(30) := 'USERA';
      3    l_grantee VARCHAR2(30) := 'USERB';
      4  begin
      5    for table_rec in (select owner,table_name from all_tables where OWNER=l_grantor) loop
      6      execute immediate 'GRANT REFERENCES ON '||table_rec.OWNER||'.'||table_rec.TABLE_NAME||' TO '||l_grantee;
      7    end loop;
      8  end;
      9  /

  • In MB1C im getting error-"Check table T004F: entry  G006  does not exist"

    DEAR SIR,
    WHILE DOING MB1C IN MOVEMENT TYPE 561 I M GETTING THI ERROR -Check table T004F: entry  G006  does not exist.
    PLZ HELP ME HOW TO SOLVE THIS PROBLEM.
    THXS AND REGARDS,
    DEBESH TRIPATHY

    Check these threads
    [Check table T004f: Entry G006 Does not exist |Check table T004f: Entry G006 Does not exist]
    [Posting Material    |Re: Posting Material]
    [Error in MBIC|Error in MBIC]
    thanks
    G. Lakshmipathi

  • Java.sql.SQLException: ORA-00942: table or view does not exist

    Hi all,
    I have an Oracle table called: USER_APP_VERSION with the fields (all String): (username, application_name, version).
    I use PreparedStatement to insert rows into table:
    String psInsertRpt = "INSERT INTO USER_APP_VERSION (username, application_name, version) VALUES (?, ?, ?)";
    rptPS = conn.prepareStatement(psInsertRpt);
    rptPS.setString(1, username);
    rptPS.setString(2, source);
    rptPS.setString(3, version);
    rptPS.executeUpdate(); At executeUpdate() line, I get the following error:
    java.sql.SQLException: ORA-00942: table or view does not exist
    The table does exist, I can use the "INSERT INTO USER_APP_VERSION (username, application_name, version) VALUES ("name", "source", "version")";
    to insert rows into db at sql command line, however, when run the same query as part of my Java code, get the SQLException.
    Any idea? Any help is greatly appreciated.

    Thanks for the raply. I can connect to the db using a username and password, and run the query with no problem. I use the same username and password to make a jdbc connection from Java code. Since username and password are the same, does "permission" is still an issue? If yes, how can I solve it?

  • Company code and Account code does not exist in SKB1 while entering GL Tran

    I have created chart of accounts in the co code but getting error msg while posting entry in <Company Code>and<GL Account> transaction that entry does not exist in table SKB1. I have copied COA from existing SAP COA.
    I was able to find the solution for the following messages
    1.     Fiscal Variant not connected to company code
    2.     Open Posting Period u2013 period 032009 not open (June-3)
    3.     The number range 01 is missing for year 2009
    4.     Document Number not defined
    5.     No amount tolerance range entered for this company
    6.     Entry Company code no does not exist in SKB! (G/L account company master)
    7.     Company coode ZR02 is not attached to field status variant

    Hello,
    There is no such automatic copy function from Chart of Account Segment to Company Code Segment.
    You need to write LSMW by recording and upload the GL accounts into company code segment.
    Use the following guide for your guidance.
    ttp://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc
    Regards,
    Ravi

  • Enhancement object does not exist for enhancement implementation

    Hi Experts,
    When i tried activating my implementation, i got the sujected error. any kind of inputs will be very helpful. This is an existing implementation and was last changed in October, I just wanted to added few more changes to that.
    Here is the long description of the problem.
    Diagnosis
    An enhancement implementation xxxxxxxxx was delivered to customers, but the enhanced object YYYYYYYYYY does not exist in the system. The corresponding record does not exist in Table .
    This can have different reasons:
    The enhanced program object YYYYYYYYYY  belongs to a different software component than the enhancement and this software component was not relevant for delivery.
    An error occurred during system setup so that the enhanced object YYYYYYYYYY was not imported.
    The enhancement implementation xxxxxxxxx is obsolete and the enhanced object YYYYYYYYYY has meanwhile been deleted or copied. As a result, there could be enhancement implementations in the system that have not been adjusted or that have incurred an error during deletion or renaming.
    Procedure
    Contact your system administrator and try to clarify the problem - if necessary, with SAP's help.

    Hi Reddy,
    1) Please go through the enhance implementation of that. 2) Check whether any thing activation is missing.3) Check the implementation class. It is better to understand if you explain for which badi you are using.
    Regards,
    Madhu.

  • Error message: "KNA1 does not exist, KNVI does" at Customer creation

    Hi all,
    I have created a new Account group (copy of an existing) and assigned an external number range.
    I have no problems entering the General data or Company code data but when going to Sales area data I get the following error message:
    Check: Table KNA1 does not exist, table KNVI does
    Message no. F2 061
    Please let me know if you have any idea around the error.
    Thanks,
    //anders

    Have you archived the previous customer?
    If so the records in the table KNA1 was archieved and KNVI was not archieved.
    In other words, There is inconsistencies in the database tables KNA1 and KNVI, that is table KNA1 that is main table for customer says that the customer does not exists but table KNVI for tax classification gives tax details for the customer.

  • Error(20,22): PL/SQL: ORA-00942: table or view does not exist

    I am getting currently getting an error when I try and insert into a table from a different schema from my Stored Procedure:
    Error(20,22): PL/SQL: ORA-00942: table or view does not exist
    I am explicitly calling the table with the schema name infront i.e.
    INSERT INTO SAPSR3.ZTREC_NAME_TYPE
    MASTER_ID,
    NAME_TYPE,
    FAMILY_NAME,
    FIRST_NAME,
    MIDDLE_NAME,
    TITLE
    VALUES
    In_MasterID,
    In_NameType,
    In_FamilyName,
    In_FirstName,
    In_MiddleName,
    In_Title
    I only get this error when I try and compile my stored procedure. If I try this insert not within a stored procedure (i.e. a blank script) it works perfectly.
    Can anyone tell me what Im doing wrong?
    Thanks.

    Hi,
    It sounds like you (the procedure owner) have privileges on that table only through a role.
    Roles don't count in stored procedures created with AUTHID OWNER (which is the default).
    Either
    (1) Have user SAPSR3 grant the necessary privileges directly to you (or to PUBLIC), or
    (2) change the procedure so that it runs with the caller's privileges, by adding AUTHID CURRENT_USER after the argument list but before the keyword IS (os AS) like this:
    CREATE OR REPLACE PROCEDURE     foo
    (     x     IN     NUMBER
    AUTHID CURRENT_USER
    IS ...

Maybe you are looking for

  • "The certificate chain was issued by an authority that is not trusted" when migrating to SQL 2012

    Environment: 1 Primary Site (USSCCM-Site.domain.com) 1 CAS (USSCCM-CAS.domain.com) SQL 2008 R2 (USSCCM-CAS.domain.com) SQL 2012 SP1 CU6 (USSQL12.domain.com) Issue: We were successfully able to migrate the CAS to the new SQL 2012 server, almost withou

  • How to include an attachment in summarize comment report in acrobat 9 Pro?

    I have a shared review document intiated using Acrobat 9 Pro, and some ppl have commented using the "Attach a file as a comment" tool. Now when i summarize my comments that attachment does not show up in the report, so how can include the attachment

  • What are the keyboard commands to control Front Row

    I'm new to Front Row and running it on a 17" G4 PC. Since it isn't remote-control compatible how can I navigate and operate Front Row with just the keyboard. I need to know what key strokes to use to do stuff.

  • How to print data from database

    Hi, Assume that the HR web application contains a JSP page that displays the employees in paged table. The employees table has a link "Print" witch suppose to print al the records from database NOT only the data that is shown in the current page. For

  • Regarding BPM (Business Process Management)

    Hi Friends     present i am work  on SAP Enterprise Portal i.e NW CE 7.1 and BPM (Business Process Management) environment So I need      some  documents. Could you share the documents you are having.       And i need this Information         What is