ABAP dump(SAPSQL_ARRAY_INSERT_DUPREC) while creating a delivery

Hello Friends,
I am getting the dump while creating the delivery .The error details are as follows.
The ABAP/4 Open SQL array insert results in duplicate database record
What happened?
The current ABAP/4 program "SAPLV05I " had to be terminated because
one of the statements could not be executed.
How to correct the error
Use an ABAP/4 Open SQL array insert only if you are sure that none of
the records passed already exists in the database.
If the error occurred in a non-modified SAP program, you may be
able to find a solution in the SAP note system.
If you have access to the note system yourself, use the following
search criteria:
"SAPSQL_ARRAY_INSERT_DUPREC"
"SAPLV05I " or "LV05IU15 "
"SD_PARTNER_UPDATE"
Source code extract
004500                                           POSNR = I_XVBPA-POSNR
004510                                           PARVW = I_XVBPA-PARVW.
004520               IF I_YVBPA-STCD1 <> I_XVBPA-STCD1 OR
004530                   I_YVBPA-STCD2 <> I_XVBPA-STCD2 OR
004540                   I_YVBPA-STCD3 <> I_XVBPA-STCD3 OR
004550                   I_YVBPA-STCD4 <> I_XVBPA-STCD4 OR
004560                   I_YVBPA-STCDT <> I_XVBPA-STCDT OR
004570                   I_YVBPA-STKZN <> I_XVBPA-STKZN OR
004580                   I_YVBPA-J_1KFREPRE <> I_XVBPA-J_1KFREPRE OR
004590                   I_YVBPA-J_1KFTBUS <> I_XVBPA-J_1KFTBUS OR
004600                   I_YVBPA-J_1KFTIND <> I_XVBPA-J_1KFTIND.
004610                 MOVE-CORRESPONDING I_XVBPA TO WA_XVBPA3I.
004620                 APPEND WA_XVBPA3I TO DA_XVBPA3I.
004630               ENDIF.
004640             ENDIF.
004650           ENDIF.
004660         WHEN UPDKZ_OLD.
004670           IF DA_VBPA-ADRDA CA GCF_ADDR_IND_COMB_MAN_OLD   OR
004680              DA_VBPA-ADRDA CA GCF_ADDR_IND_COMB_MAN_ADRC.
004690             YADR-ADRNR = DA_VBPA-ADRNR. COLLECT YADR.
004700           ENDIF.
004710           IF DA_VBPA-ADRDA CA GCF_ADDR_IND_COMB_MAN_OLD   OR
004720              DA_VBPA-ADRDA CA GCF_ADDR_IND_COMB_MAN_ADRC.
004730             XADR-ADRNR = DA_VBPA-ADRNR. COLLECT XADR.
004740           ENDIF.
004750       ENDCASE.
004760     ENDLOOP.
004770     UPDATE (OBJECT) FROM TABLE DA_XVBPAU.
004780     UPDATE VBPA3 FROM TABLE DA_XVBPA3U.
004790
     >     INSERT (OBJECT) FROM TABLE DA_XVBPAI.
004810     INSERT VBPA3 FROM TABLE DA_XVBPA3I.
004820
004830     IF SY-SUBRC > 0.
Could you please suggest me ,what could be the reason for dump and how to avoid dump?
<REMOVED BY MODERATOR>
Thank you in advance,
Arvind.
Edited by: Alvaro Tejada Galindo on Apr 22, 2008 5:16 PM
Edited by: Alvaro Tejada Galindo on Apr 22, 2008 5:16 PM

Hello, I have very same error
Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC
Exception              CX_SY_OPEN_SQL_DB
Transaction......... "VL01N "                                                                
Program............. "SAPLV05I"                                                              
Screen.............. "RSM13000 3000"                                                         
Screen line......... 2   
SAP kernel....... 700  
Patch level. 75 
Database............. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"                             
SAP database version. 700                                                                    
Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2" 
The ABAP/4 Open SQL array insert results in duplicate database records.
The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught  in procedure "SD_PARTNER_UPDATE" "(FUNCTION)", nor was it propagated by a RAISING clause.
I use SAP_APPL SAPKH60006 Support Package
The NUMBER RANGE OBJECT HAS NO ERRORS!
I went trough the zillions of notes all of them affect the old releases.... Please advice.
Patiently yours,
SAP User

Similar Messages

  • ABAP dump Error while creating service order in PCUI.

    Hi Experts,
                     We are getting following ABAP dump error while creating service order in PCUI which is working fine in GUI.
    Runtime Errors         RAISE_EXCEPTION
    Date and Time          02.01.2008 14:55:38
    Short text
    Exception condition "TYPE_NOT_FOUND" raised.
    What happened?
    The current ABAP/4 program encountered an unexpected
    situation.
    What can you do?
    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
    A RAISE statement in the program "CL_CRM_ELEMDESCR==============CP" raised the
    exception
    condition "TYPE_NOT_FOUND".
    Since the exception was not intercepted by a superior
    program, processing was terminated.
    Short description of exception condition:
    For detailed documentation of the exception condition, use
    Transaction SE37 (Function Library). You can take the called
    |    function module from the display of active calls.     
    We have added custom fields in the service application. these custom fields with Z-structure & data elements  are included in BSP structure CRMT_BSP_SRV_OIC_SRCHRES in development system.But the same Z structure & custom fields are exist in the production system but not included in BSP Structue CRMT_BSP_SRV_OIC_SRCHRES.
    This may be the reason resulting this ABAP dump error in PCUI while creating Service order.
    How these Z structures can be included in the BSP Structure CRMT_BSP_SRV_OIC_SRCHRES in production system?
    Helpful answers would be rewrded max points as it is high priority issue.
    Regards,
    Basavaraj Patil

    Hi Thirumala,
    Thnaks for the reply.
                I have enhanced service application using transaction EEWB to add new custom fields. these fields are there in Z structure created by the system in production system. All the transports are moved to target system. Problem is that Z structure( contains custom fields)  created while doing  EEWB is not included in BSP structure.
    I f transports are missed to move to target system, Is there any other alternative to solve this problem?
    Regards,
    Basavaraj Patil

  • ABAP short dump error while creating an invoice

    Hi All,
    We are creating a delivery(Unit is EA) for the material for which the Unit Conversion is maintained as 1CS = 48 EA. So while creating a delivery If I maintain the delivered quantity is less than 24, I am not able to create an invoice.It's throwing an ABAP short dump error BCD zerodivide run time error.
    If I deliver greater than or equal to 24, then the invoice is created without any issue
    I have checked if there is any  CMIR record but no record is maintained.
    Can anyone help me out on this?
    Regards,
    Manjunath

    Hi Manju,
         Can you post the dump screen shot, which should contain the source code for that dump.
    Regards,
    Krishna

  • Abap dump error while release Production order

    Dear Gurus,
                          Abap dump error is creating while release production order , pour some light on this issue.
    Regards,
    Kamal

    Hello,
      use transaction ST22 to analyze the error type. There you have the detail of the error message, the program and the line of the ABAP code where the dump was triggered.
    Best regards,
    Andrea

  • Error occuring while creating a Delivery for Stock transport order

    Hi,
    I am getting error while creating the delivery for thr stock transport order.The error message is given below.
                                                                                    Error Log for coll. run 0001248218                                                                               
    4       6000038321 000010 Only 0 ST of material F784100 available                                   
         4       6000038321 000010 An item with no delivery quantity is not permitted. Item will be deleted. 
         4       6000038321 000020 Only 0 ST of material F784100 available                                   
         4       6000038321 000020 An item with no delivery quantity is not permitted. Item will be deleted. 
         4       6000038321 000030 Only 0 ST of material F784100 available                                   
         4       6000038321 000030 An item with no delivery quantity is not permitted. Item will be deleted.                                                                               
    The stocks are present in the plant.
    Can anyone help me to solve this issue?
    Thanks
    Srinivasan

    Hi,
    Check in
    SPRO--IMG-MM-IM and PI---stock determinationassign stock determination in applications---Inventory management
    Check for 641 or 647,there is a SD rule assigned.
    Regards,
    Deepak.

  • Error while creating inbound delivery

    Hi All,
    I get an error while creating inbound delivery from ASN
    "Error during conversion of unit of measure: UoM is missing -> ST BOR131
    Please help solve this issue.
    Thanks in advance
    Regards,
    Thiru

    hi,
    please maintain the uom  for tour material.
    or
    reffer this link
    Alternate Unit of Measure Conversion Rule Error
    /thread/2000551 [original link is broken]
    Thanking you.

  • Error while creating the delivery for STO

    Hi,
    While creating the delivery, an error is produced when i saw the log . It was as follows
    "An Item with no delivery quantity is not permitted. Item will be deleted"
    Its related to STO,. if STO contains around  100 items and error is for any single item system is not able to create the delivery for whole PO.
    Please guide as its an vey urgent issue will reward with suitable points.
    Regards,
    Vikram

    Hi
    while creating  delivery make that particular material's delivery quantity as 0. and do not  enter any picking quantity.
    that material will not be consider while making delivery.
    Regards,
    vijay

  • Dump error while creating or double click the info package

    Hello experts,
    I have actived infocube 0FIAR_C03 in BI content. Ago, The creation infopackage have been deleted in the past , today, I  created a infopackage, while I update mode selected u2018initialize delta processu2019, then click save button , the system prompt u2018Deltas already loaded for request  REQU_D64R47LDUSZHY9CBIB86WMLFJ init.selection; no 2. initu2019, I canoti save it for my setting. Why is this?
    Then I have search cause in SDN,  and I have reference OSS Note 852443 to do .
    Note 852443 have mention some table: RSSELDONE、RSSDLINIT、RSSDLINITSEL、ROOSPRMSC、ROOSPRMSF.
    I have to delete that request of record using se16 in these tables: RSSELDONE、RSSDLINIT、RSSDLINITSEL.
    in my BI 7.0 system,   ROOSPRMSC、ROOSPRMSF is no any data.
    I was no found delta queue in RSA7.
    Now . Dump error while creating or double click the info package,  how can I change this?
    Please let me know the solution.
    Thanks for your help.
    Best Regards
    Steve

    Here are some links  which deals with same issue.
    Re: Dump In Infopackage
    Re: Getting into Short dump at the time of selecting InfoPackage to execute for
    Short dump while performing init in infopackage
    Re: Infopackage going into short dump
    Thanks.

  • Automatic Batch determination while creating outbound delivery

    Hi,
    I have already performed following steps, but still i am facing problem for Automatic Batch determination while creating outbound delivery :
    1.CT01- Creation of Characteristics. ( Define Selection Class )
    2.CL01- change. ( Define Selection Class )
    Add Characteristics in u2018CHARu2019 tab And save .
    3.CU70 u2013 create u2018Sorting Sequenceu2019 and assign characteristics
    4.Batch Search Procedure & Strategy type
    V/C3 u2013 Batch Search Procedure and assign the strategy types
    a.To create condition type T. code V/C1
    b.To create access sequance T. code V/C2
    5.V/C5 - Allocate SD Search Procedure/Activate Check u2013 assign sales organization , order type into Batch search procedure.
    6.V/CL - Activate Automatic Batch Determination in SD - Activate automatic batch det. for delivery item categories u2013 select item category and activate auto batch determination
    7. VCH1 u2013 Create batch search strategy against strategy type as per the access sequence needed.
    Please let me know is there any other step, apart from it.
    Tx
    Uts

    Dear saravanan,
    Re :Check from ur material master view ' Sales: General/Plant Data' that availability check should be 02 and batch management should get activated .
    Done!
    Re: check CT01 - addnl data table name and field name maintained ( which field to be taken for batch determination )
    Done!
    Re:check CL01 - char - is maintained with CT01 char
    Done!
    Re: check from v/c1 'Sort sequence' and Qty proposal 1 are maintained correctly.
    Done!
    Still i am not able to get batch automatically...
    Is there any LIFO or FIFO settings i have to maintain in Material master.
    Pl guide.
    Tx
    Uts

  • Exit to Post GR while creating Inbound Delivery

    hi Experts
    I need an user exit to Post GR against Inbound delivery , while creating Inbound Delivery in VL31N.

    Hi,
    Please check SAP note 1050944
    Regarding this issue

  • Change LIPS-PRCTR with value ' 0020990000' while creating a Delivery Vl01n

    Hi Gurus,
        I have a requirement to default the profit centre of the delivery while creating a delivery through Vl01n.
       Please let me know which enhancment / exit i should use and how.
    Regards.
    Avi...

    Hi Vijay,
      I need a help on this profit centre change.
    1) Create a Sales order through Va01
    2) Create a delivery for the sales order in Vl01n.
        Post good issue.
    3) Create Vf01 for the delivery.
    4) The profit centre change should be reflected in accounting document also.
    In my case its not getting updated in the accounting document .
    Can you please guide me where should I make changes.
    Regards,
    Avi...

  • Exit to set the automatic PGI and picking while creating outbound delivery

    Hi experts,
    Could anybody suggest how to set the automatic PGI and Picking while creating outbound delivery.
    Currently we are settting VBUK-WBSTK field with value C. But PGI is not happening.
    kindly help me.
    Regards,
    Ravi

    Hello Parihar,
    thanks for reply.
    yes we know that "This process of picking and GI involves reducing the stock and allocating the goods to the delivery"
    if you go for Custom program and Use FM WS_DELIVERY_UPDATE, we can do Picking and PGI.
    our requirement is to do pickong and PGI while creating Delivery it self, based on this output types will be processed.

  • Dump error while creating a new page in smartforms URGENT pls!!!

    while creating a new page it is showing me a dump error , that the superior program execption was not intercepted , i have even given the next page field also correctly, i have attached a mainwindow to that page and a text element to that . .
    thanks
    sridhar

    Hi Deena,
    This error:
    "[2012-07-10T14:50:30.005+05:30] [wls_ods1] [ERROR] [] [oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JXkC9dU3FClqwsJb6G1FyhO000003D,0] [APP: odsm#11.1.1.2.0] Server Exception during PPR, #7[[
    javax.servlet.ServletException: Could not initialize class com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub"
    is known issue
    Go to metalink, article: Unable To Connect To OVD 11g Webinterface Using ODSM. [ID 1282757.1]
    You need to apply that patch.
    I hope this helps,
    Thiago Leoncio.

  • ABAP Dump issue while accessing Gateway

    Hi
    We have recently upgraded our Gateway server to SP03. Eversince after service generation while accessing the XML/Metadata from the consumption page we get an HTTP error with Dump. Has anyone faced this problem before.
      <?xml version="1.0" encoding="utf-8" ?>
    - <error xmlns:xsi="http://www.w3.org/2001/XMLSchema-Instance">
      <code>HTTP/500/E/Internal Server Error</code>
      <message>Call of service /sap/opu/sdata/sap/Z14335_RFC_BP_1/ terminated because of an error. The following error text was processed in system AC1 : Syntax error in program /IWCOR/CL_REST_HTTP_HANDLER===CP .The error occurred on the application server njsapnet3. The termination type was: RABAX_STATE.If the termination type is RABAX_STATE, you will find more information on the cause of termination in system AC1 in transaction ST22. If the termination type is ABORT_MESSAGE_STATE, you will find more information on the cause of termination on the application server njsapnet3 in transaction SM21. If the termination type is ERROR_MESSAGE_STATE, you can search for further information in the trace file for the work process in transaction ST11 on the application server njsapnet3. You may also need to analyze the trace files of other work processes. If you do not yet have a user ID, contact your system adminmistrator.</message>
      </error>

    Hi All,
    I am also facing the same issue.
    When i am executing query/read operation my service it will works properly and getting data also,but when i am trying get X-CSRF token it throws error(ABAP Dump) .Can you please help me out this issue.
    Based on the Tx: ST11..getting below log.
    A  ABAP Program /IWCOR/CL_REST_HTTP_HANDLER===CP        .
    A  Source /IWCOR/CL_REST_HTTP_HANDLER===CCIMP      Line 40.
    A  Error Code ASSERTION_FAILED.
    A  Module abassert.c.
    A  Function ab_aabAssertionFailedRabax Line 1880.
    A  ** RABAX: level LEV_RX_STDERR completed.
    A  ** RABAX: level LEV_RX_RFC_ERROR entered.
    A  ** RABAX: level LEV_RX_RFC_ERROR completed.
    A  ** RABAX: level LEV_RX_RFC_CLOSE entered.
    A  ** RABAX: level LEV_RX_RFC_CLOSE completed.
    A  ** RABAX: level LEV_RX_IMC_ERROR entered.
    A  ** RABAX: level LEV_RX_IMC_ERROR completed.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE entered.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE completed.
    A  ** RABAX: level LEV_RX_ERROR_SAVE entered.
    A  ** RABAX: level LEV_RX_ERROR_SAVE completed.
    A  ** RABAX: level LEV_RX_ERROR_TPDA entered.
    A  ** RABAX: level LEV_RX_ERROR_TPDA completed.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    A  ** RABAX: level LEV_RX_END entered.
    A  ** RABAX: level LEV_RX_END completed.
    N
    N Thu Jan 03 15:00:58 2013
    N  *** ERROR => System ID and client from ticket are not the same than mine. [ssoxxkrn.c   1065]
    N  {root-id=0050569E07B31ED295B108EAC1527575}_{conn-id=0050569E07B31ED295B108EABC707575}_1
    N  *** ERROR => Neither was ticket issued by myself nor can I find issuer in TWPSSO2ACL (see note 1055856). [ssoxxkrn.c   1071]
    N  {root-id=0050569E07B31ED295B108EAC1527575}_{conn-id=0050569E07B31ED295B108EABC707575}_1
    i am getting based on Tx:ST22
    Category          
    ABAP Programming Error
    Runtime Errors    
    ASSERTION_FAILED
    ABAP Program      
    /IWCOR/CL_REST_HTTP_HANDLER===CP
    Application Component  OPU-FND-CCL
    Note: I am using SAP NW-GW-SP04
    Thanks,
    Syam

  • Abap Dump in Solman - Create Data Unknown Type - CX_SY_Create_Data_Error

    Hi Gurus, I have installed Solution Manager EHP1 with Db2 database and windows operating system with all 64 bit. Solution manager have been successfully installed and configured and it's ready to use. But i'm getting an abap dump in the solution manager system. Approximately 30 abap dump a day which is the same error message. I've tried to find the error message in market place but couldnt find a solution. Can anyone help me to solve this problem. Thanks.
    Runtime Errors         CREATE_DATA_UNKNOWN_TYPE
    Exception              CX_SY_CREATE_DATA_ERROR
    Date and Time          15.04.2010 00:31:09
    Short text
         CREATE DATA: The specified type "/BI0/V0SDB_C02M2" is no valid data type.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "CL_SMD_AGGREGATE_MDX==========CP" had to be
          terminated because it has
         come across a statement that unfortunately cannot be executed.

    Hello Ram,
    Is your issue resolved.Currently i am getting the same issue ,After I have upgraded Solution Manager from EHP1SP20 to SP23.I am getting the Short Dumps.
    Runtime Errors         CREATE_DATA_UNKNOWN_TYPE                                                    
    Exception              CX_SY_CREATE_DATA_ERROR                                                     
    Date and Time          08/03/2010 00:30:41                                                                               
    Short text                                                                               
    CREATE DATA: The specified type "/BI0/V0SDB_C02M2" is no valid data type.                     
    What happened?                                                                               
    Error in the ABAP Application Program                                                                               
    The current ABAP program "CL_SMD_AGGREGATE_MDX==========CP" had to be                         
         terminated because it has                                                                    
        come across a statement that unfortunately cannot be executed.                                
    What can you do?                                                                               
    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                                                                               
    An exception occurred that is explained in detail below.                                      
        The exception, which is assigned to class 'CX_SY_CREATE_DATA_ERROR', was not                  
         caught in                                                                               
    procedure "INITIALIZE" "(METHOD)", nor was it propagated by a RAISING clause.                 
        Since the caller of the procedure could not have anticipated that the                         
        exception would occur, the current program is terminated.                                     
        The reason for the exception is:                                                              
        The dynamically specified type "/BI0/V0SDB_C02M2" at CREATE DATA is no valid                  
         data type.                                                                               
    The type is either unknown or an object type.                                                 
    How to correct the error                                                                               
    If the specified type "/BI0/V0SDB_C02M2" is an object type, then new objects of               
         this                                                                               
    type (instances) are not created with CREATE DATA, but with                                   
        CREATE OBJECT.                                                                               
    If the type is unknown, then it must be created in the program or in the                      
         ABAP dictionary.                                                                               
    Probably the only way to eliminate the error is to correct the program.    
    Thank you,
    khanth

Maybe you are looking for

  • I cannot update the song information on my iPod in iTunes.

    I got an iPod Touch 4g about a year ago.  Last month the iPod all the sudden stopped working. I took it into the store twice and the second time they simply replaced it with a new one. Since then I have been having two problems: 1) The operating syst

  • No disk found error while install Solaris 8 intel on Compaq

    I use the interactive installation method to install Solaris 8 02/02 intel platform on Compaq DL380 G2 with 4*36.4 GB harddrive and 2G memory. After I configue the network and time, an error message comes up: "No disk found. Check to make sure disks

  • Calling SQL Loader in Java

    I am writing a Java application running on SUN Solaris to perform data feed from a number of csv files to ORACLE. I am to use SQL Loader to perform the loading. What I need is to kick off the SQL Loader in my code. My question is how to kick off the

  • Opens Raw by Default

    Hi all, I have Bridge CS3 version 2.1.1.9. I want to open my JPG files so it opens using Photoshop CS3, by double clicking on the image. But when I double click on the JPG or TIFF files, Camera RAW 4.5 opens automatically. I have right clicked on the

  • Insert Pages in VB Script

    Hi I need a coding for insert a page in a document in VB script. Is this possible. For adding pages i will use the above code. myInDesign.Documents.Item(1).Pages.Add But i want to insert a page in between the document. Sajeev