Error "Item 000010 does not exist" while creating sales order in VA01

Dear All,
As per customer requirement we are trying to validate shipping data( item level) and unloading point( item level)  by customer enhancement.
Enhancement:       V45A0003
Function Module:    EXIT_SAPMV45A_003
INCLUDE:                ZXVVAU05
Inside include we have written validation code that if user enters any wrong value for shipping data or unloading data
system will throw error message accordingly.
It is working fine and we are getting error message if wrong shipping data or unloading data is entered.
But after the error message is displayed if we try to save the sales order  again system throws a STOP message as a POPUP
saying "Item 000010 does not exist".
Now,if we enter proper shipping data or unloading data and try to save the salesorder it is throwing error "Item 000010 does not exist"..
Please let me know your valuable input on this.
Regards
Arindam
Edited by: Arindam Ganguly on Mar 11, 2010 1:55 PM

It sounds like your error routine has prevented the insertion of the data in VBAP or XVBAP internal tables.  Therefore, upon return to the screen and SAVE, SAP is examining the VBAP or XVBAP table, comparing to the 'I' index table probably, and finding that there is supposed to be an item 10, but it's not in the necessary table(s).    This may be resulting because your internal tables are now inconsistent.
Look at where your inserted error coding is occurring...you may want to move that to the SAVE_DOCUMENT_PREPARE routine in MV45AFZZ, so that everything will have been built, and a final check of the content will stop the sales order save until the data is corrected.
Edited by: Breakpoint on Mar 11, 2010 3:29 PM

Similar Messages

  • Getting error 'Item 00000 does not exist' while creating a salse order

    Hi All,
    We are facing an issue, we get an error message saying 'Item 00000 does not exist' while creating a sales order for a particular order type, we do not get this problem with all the materials, only a few of them and the materials which give a problem are part of the supersession chain. The problem is not even coming for all the superseded materials.
    This problem is occuring with none of the other order types but just one. We have compared the configuration for the order types for which this error is not coming and the order type which is giving the problem, and its exactly the same.
    When creating the sales order through VA01 even though the error message comes, but on hitting the enter button the processing goes further. But when creating the sales order through the background program the processing stops the moment the error message comes and the Sales Order does not get created.
    Your valuable suggestions for helping us resolving this issue will be highly appreciated.
    Regards,
    Geeta

    HI Geeta
    As per your post "Problem is when you are executing VA01 in background sales orders are not generating due to error message".
    Apart from configuration check alternative is "Take ABAPer's help and change this error message type to warning/information message type in the system". With warning/information message type you could be able to create sales orders in background also.
    try and revert

  • Error message BP does not exist while creating service order in WEB UI

    Hi Experts,
    i have an issue while creating a service order in WEB UI the system is automatically taking the BP ""created By"" but while saving the document Error message showing "BP does not exist"
    we have already completed set up integration with HR .created the user as  BP Role "employee"
    Kindly suggest what are the other configuration that need to be checked.
    Regards,
    D Panda

    Hi,
    Have you made the assignment of the user (defaulting in created by) to the employee (under the identification tab in employee)?
    Regards,
    Parul

  • Error : 'Tax Jurisdiction is not determined' while creating sales order

    Hi,
    I'm creating a sales order using the BAPI : BAPI_SALESORDER_CREATEFROMDAT1.
    I'm passing the following values in ORDER_HEADER_IN parameter:
    doc_type,sales_org,distr_chan,division,po_method,sales_off,req_date_h,data_type,purch_no,purch_date,price_date.
    I'm passing the following values in SD_ORDER_PARTNERS:
    partn_role,partn_numb,name,langu,region,country.
    The following fields are passed in SD_ORDER_ITEMS:
    material,req_qty,sales_unit,store_loc (space is passed for st.loc),req_date,po_method,req_date,plant.
    CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT1'
        EXPORTING
          order_header_in = sd_order_header
        IMPORTING
          return          = return1
          salesdocument   = order_number
          sold_to_party   = sd_sold_to_party
          ship_to_party   = sd_ship_to_party
          billing_party   = sd_billing_party
        TABLES
          order_items_in  = sd_order_items_in
          order_partners  = sd_order_partners
          order_items_out = sd_order_items_out.
    The system returns a message in RETURN1 saying that : 'Tax jurisdiction is not determined'.
    Please let me know if I'm missing something.
    Thanks,
    Narsingh.

    Do you want to use the customer master address for the ship-to?  Does the ship-to on the customer master haver a tax jurisdiction determined?  Did you change the values in region/country from what they are on the customer master which would cause the tax jurisdiction determined on the customer master to be re-determined and thus rejected?  You don't need to send address values in the partner table if you intend to use the customer master values...

  • Item 000010 does not exist - Error Message V1331 in VA41

    Dear Experts,
    We r implementing PS module for a client.
    I am using a exit MV45AFZZ, in which i have a perform ZVALIDATEWBS, i am calling this include through a subroutine.
    In this ZVALIDATEWBS routine -> i have validated 2 conditions
    1. Validation for Partner function and
    2. Validation for WBS element.
    For 1 ---> I am comparing with VBPA partner and throwing error message if the partner entered doesnt match with the project code
    For 2 ---> i am checking the status in JEST table if STAT = 'I001'  and INACT field = 'X' for a object number i am throwing error as " WBS must be in u2018 Created-CRTDu2019 status".
    The problem which iam facing is...
    After entering the line item and WBS for the material and after doing Incompletion log and pressing save i am getting a error stating
    "Item 000010 does not exist"  ( Message no. V1331)
    When i comment the error message which is thrown in my exit i am able to save without any error message, i am not getting the standard error  -  "Item 000010 does not exist" (Message no V1331).
    When i debug the code i am not able to predict, becuse if i comment the messages(only message not the whole exit)  the standard program called is different, when i uncomment and check them its going for some different program.
    Kindly help me in this regard.
    thanks
    Krish

    Hello Krishna,
    Thanks for the reply
    this message was from the standard SAP i just copy pasted the message.
    a STOP icon in the front along with this following message -> "Item 000010 does not exist",
    If u can able to give ur mail id i can send the screen shot also. But any clues w.r.to this error.. anything should i need to check in.
    kindly advice
    thanks
    Krish.

  • Item 000010 does not exist Message no. V1331

    Hi Experts
    While creating third party sales order with Item Category "TAS", I am getting the error "Item 000010 does not exist
    Message no. V1331" .  What would be reason for it and also kindly help me with the solution for this.
    Thanks and Regards
    M.Dheerendar Jain

    Hi,
    Check the following OSS notes, if they're applicable:
    127309      Error V1331 when you create sales orders
    420093      Message V1331 with item entry in the sales order
    1375071      Message V1 331 when you create subitems using IDocs
    Regards,
    Raghu.

  • "Item 000010 does not exist" During VA01 save

    Hi all,
    I have performed a validation to throw a error message if the validation fails. The code is written in side userexit_save_document, I get my error message which is correct. After my message gets triggered SAP standard popup error messgae "Item 000010 does not exist" gets triggered. I need to avoid this SAP stand message.
    After my error message i have used EXIT statement.. during debug i found that the code goes to the sap standard after the error message instead of EXIT statement. It seems like there is screen sequence change. Any help would be appreciated.
    Thanks

    Hi,
    Are you deleting the item and raising message? You get the standard SAP message if you delete item from XVBAP.
    Don't delete it.
    Try this:
    Message S208(00) display like 'E' with <Your Message>.
    Set screen sy-dynnr.
    leave screen.
    Sridhar

  • Runtime error while creating sales order in VA01

    Dear all,
    In our develpment server(ecc 6.0),while creating sales order in VA01 for a sales area, when ever entering material number and quantity and press enter, it is giving error and taking to Runtime error long text showing syntax error in program RK2LSFOC
    application patch level for both production and development is same.
    can any one suggest the solution please

    Please note the error details
    Runtime Errors         SYNTAX_ERROR
    Date and Time          07.01.2010 17:43:06
    Short text
    Syntax error in program "RK2LSFOC ".
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "SAPLKEAK" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "RK2LSFOC " in include "RK2LSFOC
    " in
    line 128:
    "No component exists with the name "KWBRUM". ."
    The include has been created and last changed by:
    Created by: "SAP "
    Last changed by: "SAP* "
    Error in the ABAP Application Program
    The current ABAP program "SAPLKEAK" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    What can you do?
    Please eliminate the error by performing a syntax check
    (or an extended program check) on the program "RK2LSFOC ".
    You can also perform the syntax check from the ABAP Editor.
    If the problem persists, proceed as follows:
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
    Error analysis
    The following syntax error was found in the program RK2LSFOC :
    "No component exists with the name "KWBRUM". ."
    |    " "

  • Run time error while creating sales order in VA01

    Dear all,
    In our develpment server(ecc 6.0),while creating sales order in VA01 for a sales area, when ever entering material number and quantity and press enter, it is giving error and taking to Runtime error long text showing syntax error in program RK2LSFOC
    application patch level for both production and development is same.
    can any one suggest the solution please
    Moderator message - Cross post locked
    Edited by: Rob Burbank on Jan 7, 2010 10:03 AM

    ths

  • While creating Sales order in Va01 runtime error

    Hi friends,
    While i am creating sales order in VA01 i am getting runtime error
    Thanks in advance
    venuprasad

    This could be due to some recent code changes in SAPMV45A...may be some user exits...
    The Dump which is obtained can be analysed by an ABAP person and could lead you tot he right issue.
    Hope this helps
    Regards
    Biju

  • Oracle/wh/runtime/server/Util does not exist - while creating runtime repos

    While running OWB Runtime Assistant, at about 60% completed, getting an error.
    Here is the last few lines from the log file:
    oracle.wh.util.DebugUtility: [processSPAWN]: wholeLine =..\..\..\jdk\jre\bin\javaw -classpath ../../lib/int/rtpplatform.jar;../../lib/int/rtpcommon.jar;../../../jdbc/lib/ojdbc14.jar;../../../lib/xmlparserv2.jar;../../../sqlj/lib/runtime12.jar;../../../jdk/jre/lib/rt.jar oracle.wh.runtime.platform.service.install.ServiceInstaller %host %port %serviceName %user %password
    Mon Feb 06 11:58:00 CST 2006
    oracle.wh.util.DebugUtility: after executing the output
    Mon Feb 06 11:58:00 CST 2006
    oracle.wh.util.DebugUtility: Runtime Platform Property Load Beginning...
    Mon Feb 06 11:58:00 CST 2006
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-29540: class oracle/wh/runtime/server/Util does not exist
    Mon Feb 06 11:58:00 CST 2006
    oracle.wh.util.DebugUtility: [processSPAWN]: A spawned program error. Exception = java.lang.Exception: Error : java.sql.SQLException: ORA-29540: class oracle/wh/runtime/server/Util does not exist
    Mon Feb 06 11:58:00 CST 2006
    oracle.wh.util.DebugUtility: [processSPAWN]: Get the error, stop processing...
    Mon Feb 06 11:59:47 CST 2006
    oracle.wh.util.DebugUtility: Assistant operation is unsuccessful ...
    =========================================
    The database version is 9.2.0.4 on XP
    OWB version is 10.1.0.2 on the same XP host.
    I'd prefer NOT to change (upgrade or degrade) the versions of db and owb, as the same version combination works just fine in production, and I'm trying to create the same environment on my local PC.
    Thanks for your help.
    vr

    I did that and my output is all good:
    All PL/SQL packages and functions are valid
    Platform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is available
    PL/SQL procedure successfully completed.

  • Error "Trip Country does not exist" in Create Expense Report ESS

    When I try and create an Expense Report after selecting the Trip Schema a critical error appears Trip Country  does not exist in the system (T005). The application was working one day agoa and now it doesn't work giving this error all the time...
    Can someone help ?
    Regards,
    Paulo Poinha

    Hi Paulo,
    Have a look at this SAP Note 861554.
    Regards,
    Raj

  • Query not working while creating Sales Order... Need suggestions

    Dear All,
    My client requirement involves creation of Sales Orders both as standalone as well as based on Quotations, depending on the case. Now there is a UDF created in the Item Master Data called "U_Unit" which should be populated in another UDF (U_BPQty) in the Sales Order and Sales Quotation which can be changed at the transaction level.
    The requirement is if the Sales Order is created based on Quotation, the system should take the value from 'U_BPQty" of "Sales Quotation" and populate in the Sales Order. if the Sales Order is created as stand-alone, it should take the value from U_Unit field of the Item Master Data. I wrote the following query for that purpose and using it as a FMS but its not working.
    Can you suggest me where I am going wrong?
    Declare @Base varchar
    Declare @Item varchar
    Declare @Draw varchar
    Declare @BaseQty varchar
    Set @Base = (Select Case When $[$38.44.0] is Null then 0 when $[$38.44.0] is not Null then $[$38.44.0] end)
    Set @Item = ($[$38.1.0])
    Set @Draw = (SELECT T0.U_BPQty from QUT1 T0 INNER JOIN OQUT T1 ON T0.DocEntry = T1.DocEntry INNER JOIN RDR1 T2 ON T2.BaseRef = T1.DocNum WHERE T0.ItemCode = @Item)
    Set @BaseQty = (SELECT T0.U_Unit from OITM T0 WHERE T0.ItemCode = $[$38.1.0])
    Select Case when (@Base = 0) then @BaseQty when (@Base <> 0) then @Draw end
    Thanks and regards,
    Bharath S

    Hi Bharath.......
    As you said if SQ not there and SO is directly punched then it should Pick up U_Unit else if SQ has target of SO then U_BP then your query working fine.
    But if SQ not there and Del is directly punched instead of SO then it should Pick up U_Unit else if SQ has target of Delivery and not SO then U_BP. Is it?
    In such case its not working?
    If yes then use this query.......
    declare @basedoc as nvarchar
    set @basedoc=$[DLN1.BaseType.0]
    If @basedoc<1
    Begin
    Select T0.U_Unit from OITM T0 Where T0.ItemCode=$[DLN1.ItemCode.0]
    End
    If @basedoc>1
    Begin
    Select T0.U_BPQty From QUT1 T0 where T0.docentry=$[DLN1.BaseEntry.0] and T0.ItemCode=$[DLN1.ItemCode.0]
    End
    Else use this......
    declare @basedoc as nvarchar
    set @basedoc=$[DLN1.BaseType.0]
    If @basedoc<1
    Begin
    Select T0.U_Unit from OITM T0 Where T0.ItemCode=$[DLN1.ItemCode.0]
    End
    If @basedoc>1
    Begin
    Select T0.U_BPQty From RDR1 T0 where T0.docentry=$[$38.45.0] and T0.ItemCode=$[DLN1.ItemCode.0]
    End
    Regards,
    Rahul

  • PARTNER PROCESSING OBJECT BUS2032 NOT FOUND WHILE CREATING SALES ORDER

    Hi All,
             I am not able to create a sales order it gives a Error "PARTNER PROCESSING OBJECT BUS2032  not found".  Can any one inform me what could be a problem. Thanks in advance.

    Yes, The Partner function SP is active.
    We had a work around.
    When the sales order was saved, being in Partner function Tab we got the error message. However when we returned to the Overview and saved the Order, we were through with the same. But, Iam not sure how could this happen.

  • CMIR data not copied while creating sales order from BAPI

    hi all,
    we are using BAPI to crate sales order.
    but when we create SO manually, few fields at item level are derived automatically from CMIR...
    Can we achieve same behavior through bapi also...
    regards,
    taranam

    Hi Suraj,
    So, You mean we need to derive COPA derivations for Copy by reference of a Sales Order,
    If so could you please let me know how to do it.
    Regards,
    sg

Maybe you are looking for

  • Report on standard ODS object  and transactional ODS object

    hi gurus i have an infoset which is built on two transactional ODS objects and one standard ODS object which gets the data on regulr schedule. the transactional ODS obejcts get the user entered data. when i query on the infoset, i am getting the data

  • Help - Need alternative to CLOSE_WINDOW in Webdynpro

    Hello all, Currently have an ABAP webdynpro app (Netweaver 7.0) running on EP 7.0 with Support Pack 16. We're launching the application via a quicklink on the portal.  The user requirement is to exit the application via a button in the Webdynpro. The

  • QuickTime logo with question mrk

    Hi, i hope that someone can help me out. So you know, i've search almost every single entry about my question and i've tried almost everything they said..(i said almost cause i dont know which i haven't tried) Below r the list of the stuff the i've t

  • How can import XML, keeping "untagged" TABs?

    At a number of places at this forum I find this or similar comments / recommendations: "my advice would be to avoid formatting text by doing anything  to the XML file. InDesign is made for formatting text, so it can do it  better. I recommend you tak

  • The instance name of em instance

    I tried to install the OCS R2(9.0.4.1) into a Suse SLE 8 (United linux 1.0). The kernel hostname=infraocs.synervision.cc, kernel.domainname=synervision.cc. After finished install, the instance name in the em become infra.128.1.0.150, instead of infra