Error rectification

Hi,
I got one error regarding while 'creating production order conformation'.
the runtime error is'Runtime error sapsql_array_insert_duprec has occured'
How to rectify and what is the meaning of that i'm unable to get?
please give the suggestion..
Thanks,
srii.

Hi Naveen,
The error dump is like this.
Runtime Error          SAPSQL_ARRAY_INSERT_DUPREC
Except.                CX_SY_OPEN_SQL_DB
Date and Time          02.07.2008 18:02:54
ShrtText
     The ABAP/4 Open SQL array insert results in duplicate database records.
What happened?
     Error in ABAP application program.
     The current ABAP program "SAPLKAUP" had to be terminated because one of the
     statements could not be executed.
     This is probably due to an error in the ABAP program.
What can you do?
     Print out the error message (using the "Print" function)
     and make a note of the actions and input that caused the
     error.
     To resolve the problem, contact your SAP system administrator.
     You can use transaction ST22 (ABAP Dump Analysis) to view and administer
      termination messages, especially those beyond their normal deletion
     date.
     is especially useful if you want to keep a particular message.
Error analysis
     An exception occurred. This exception is dealt with in more detail below
. The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was
neither
caught nor passed along using a RAISING clause, in the procedure
"INSERT_TABLES" "(FORM)"
Since the caller of the procedure could not have expected this exception
to occur, the running program was terminated.
The reason for the exception is:
If you use an ABAP/4 Open SQL array insert to insert a record in
the database and that record already exists with the same key,
this results in a termination.
(With an ABAP/4 Open SQL single record insert in the same error
situation, processing does not terminate, but SY-SUBRC is set to 4.)
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.
You may able to find an interim solution to the problem
in the SAP note system. If you have access to the note system yourself,
use the following search criteria:
"SAPSQL_ARRAY_INSERT_DUPREC" CX_SY_OPEN_SQL_DBC
"SAPLKAUP" or "LKAUPF01"
"INSERT_TABLES"
If you cannot solve the problem yourself and you wish to send
an error message to SAP, include the following documents:
  1. A printout of the problem description (short dump)
     To obtain this, select in the current display "System->List->
     Save->Local File (unconverted)".
  2. A suitable printout of the system log
     To obtain this, call the system log through transaction SM21.
     Limit the time interval to 10 minutes before and 5 minutes
     after the short dump. In the display, then select the function
     "System->List->Save->Local File (unconverted)".
  3. If the programs are your own programs or modified SAP programs,
     supply the source code.
     To do this, select the Editor function "Further Utilities->
     Upload/Download->Download".
  4. Details regarding the conditions under which the error occurred
     or which actions and input led to the error.
  The exception must either be prevented, caught within the procedure
   "INSERT_TABLES"
  "(FORM)", or declared in the procedure's RAISING clause.
  To prevent the exception, note the following:
stem environment
  SAP Release.............. "640"
  Application server....... "jmqas"
  Network address.......... "20.201.80.13"
  Operating system......... "Windows NT"
  Release.................. "5.2"
Thanks,
srii.

Similar Messages

  • Error rectification required

    Error in mru internal routine: ORA-20001: Error in MRU: row= 1, ORA-20001: ORA-20001: Current version of data in database has changed since user initiated update process. current checksum = "6489FDA0649A9A4A45273BCEED518176", item checksum = "1BCA6E30D6C4FCDB14FD7108F9C3BD1B"., update "RAJ"."MM_PAY_ORDER_DETAILS" set "DET_ID" = :b1, "REC_ID" = :b2, "DATE_OF_PAYMENT" = :b3, "COMPANY_NAME" = :b4, "ADMITTED_AMOUNT" = :b5, "LD_DEDUCTED" = :b6, "BANK_CHARGES" = :b7, "NET_PAYMENT" = :b8, "CREATED_BY" = :b9, "CREATED_ON" = :b10, "LAST_UPDATE
         Error     Unable to process update.      
    OK     
    I just change the detail horizontal form to single vertical format. It allows to add records while updating even a single column where no trigger fires, the above error is coming. (Master detail form)

    Hi,
    It would depend on how you have hidden the column. If you have unticked the Show option for it, you could get that error.
    Basically, if you retrieve, say, three columns in a SQL statement you should ensure that you submit the same three columns. If you have removed a column from the report by unticking the Show option, you are still retreiving three columns but now only submitting two.
    If you no longer want a column in your report, you should also remove it from the SQL statement. If you need the value from the column, you could include this within the SQL statement using something like:
    SELECT
    APEX_HIDDEN(1, COLUMNNAME) || ANOTHERCOLUMNNAME COLUMNHEADING,
    ..etc..
    FROM..This creates a hidden item in your report that is appended to the front of an item that will be displayed - they both go into the same column, so there is no additional column to worry about.
    In your other reports, is it likely that you actually have two instances of the column in the SQL statement - something like:
    SELECT
    EMPNO EMPNO,
    EMPNO EMPNO_DISPLAY,
    ... etc ...
    FROM ...If so, and you hid the EMPNO_DISPLAY column, the plain EMPNO column is still there, so the report should still submit ok.
    The template being used for the report shouldn't make any difference provided all columns are included in the output.
    Andy

  • Error occurred when starting the parser: timeout during allocate / CPIC-CAL

    hi....plz how to solve that error .actually iam loading direct update dso from apd i having the records 1000 in query to read and transfer to apd to direct update dso. its coming error when excuting .plzz solve the error rectification ..............

    Hi Anitha,
    There are some Notes and suggestions in the following link. Hope your problem will be resolved.
    http://www.sdn.sap.com/irj/scn/advancedsearch?query=erroroccurredwhenstartingtheparser%253Atimeoutduringallocate%252FCPIC-CAL+
    Regards,
    Suman

  • Unable to conv Number to DEC format :Error while Uploading data

    Can anyone help with the above error rectification plz.

    hi,
    welcome to sdn ...
    please in more detail what data are going to upload,
    r/3 or using flat file ?
    and more detail error message with transaction st22 ?

  • CO54: Message is not sent to any destination: Commit Work is getting failed

    Hello,
    While processing the Messages from XFP to SAP Update is getting terminated due to the use of Commit Work. SAP Note 147467 - Update termination when sending process messages has been referred which is for 4.6C, but we are in ECC6.0.
    While processing the message in second iteration Commit Work triggres and Update happens in the data base.
    Following Issue is only concerned with Nested HUs
    T-Code used CO54
    Following are the analysis:
    it looks like u201CCreate and Post a Physical Inventory Docu201D is failing in the initial processing because the inventory doc is created when the Transfer Order to the PSA (or the TO from the PSA) is not yet completed (quant is still locked somehow).
    CO54, process message category=ZHU_CONS: HU to be consumed is a nested pallet (unpacking/ repacking and TOs to/from) and qty to consume is greater that HU qty in SAP (creation of a physical inventory doc is required).
    1. The error occurs while clearing the inventory posting for the physical inventory document.
    2. The surprising factor is the u201CProcess Messageu201D is not processed correctly for the first time.
    3. Indeed it is successfully processed without any error if you do process it second time.
    Error Log from C054 T-Code.
    02.08.2010                                         Dynamic List Display                                                1
    Type
    Message text
    LTxt
    Message category: ZHU_CONS ---    Process message: 100000000000000621   "Send to All Destinations" Is Active
    Message to be sent to destination:
    ZHGI ZPP_0285_XFP_GOODSISSUE Individual Processing Is Active
    => Message will be sent to destination (check log for destination)
    Message category: ZHU_CONS ---    Process message: 100000000000000621   "Send to All Destinations" Is Active
    Message destination ZPP_0285_XFP_GOODSISSUE triggered COMMIT WORK
    Input parameters OK, passed to source field structure
    Step 0: Now checking if scenario with HU
    Step 2: Scenario with HU, Now checking if HU nested
    Step 3: HU nested, checking if HU in repack area
    Step 4: HU not in repack area, moving it to repack area
    HU moved to repack area, TO number 0000000873
    Step 5: Depacking nested HU...
    Nested HU depacked, HU pallet n°: 00176127111000461994
    Steps 6-7: Moving back HUs to supply storage type / bin...
    HU 00376127111000462001 moved back to original area with TO number 0000000875
    Steps 6-7: Moving back HUs to supply storage type / bin...
    No need to move back HU 00176127111000461994 (not in table LEIN)
    Step 8: Checking if HU fully used and quantity matches HU system quantity
    HU not fully used but picked quantity > HU quantity: inventory necessary
    Step 9: Inventory needed, creating physical inventory document...
    Physical inventory document 0000000126 created
    Step 10: Adding weighted quantity on inventory document...
    Weighted quantity entered in document 0000000126
    Step 11: Posting rectification in inventory document 0000000126...
    Physical inventory document 0000000126 rectified
    Error: rectification for doc 0000000126 not updated in DB!
    => Destination ZHGI ZPP_0285_XFP_GOODSISSUE can currently not process the message
    => Message is not sent to any destination
    The errors in SM13 for this contain the program SAPLZPP_0285_HUINV_ENH (creating/changing the HUM physical inventory doc). WM Function module L_LK01_VERARBEITEN is also involved.
    From SM13, it displays the following piece of code in include LL03TF2M (read the LEIN table=Storage Units table):
    WHEN CON_LK01_NACH.
           IF (LEIN-LGTYP = LK01-NLTYP AND         
                 LEIN-LGPLA = LK01-NLPLA) OR
                  NOT P_LEDUM IS INITIAL.
           ELSE.
    Das ist der Fall einer TA-Quittierung wo Von-Hu = Nach-HU ist und sofort die WA-Buchung erfolgt. Dann steht die HU noch auf dem Von-Platz, daher darf hier kein Fehler kommen, sondern es wird ein. Flag gesetzt, daß verhindert daß die LE fortgeschrieben wird.
             FLG_NO_LE_UPDATE = CON_X.
            MESSAGE A558 WITH P_LENUM.
           ENDIF.
    Translation in English of the German text via Google:
    "This is the case where confirmation of a TO source-HU = destination-HU, and now the WA (Good Issue?)- made book. Then, the HU is still on the From-space may therefore come here not a mistake, but it sets a flag that prevents that the LE is updated."
    Thanks and Regards,
    Prabhjot Singh
    Edited by: Prabhjot  Singh on Aug 2, 2010 4:39 PM

    Hope you have carried out following things in Production ( Please refer to SAP help before actually doing it in production).
    1. Transport the predefined characteristics from the SAP reference client (000) to your logon client.
    2. Adopt Predefined Message Categories - In this step, you copy the process message categories supplied by SAP from internal tables as Customizing settings in your plants.

  • Reg Gl account balance varies with Stock accounts(materials)

    Hi All,
    I got an issue to be solved.IN MB5L The G/L account Balance and the Stock accounts(Materials) varies. The client wants to have a report:
    What are the reasons for which this variance occured?
    What are the possibilities to solve this problem?
    I have to ask them what kind of report they do need
    want to.
    Kindly revert back asap
    Thank you

    The reasons are like this:
    a. Manual entries into the stock accounts
    b. there have been movements where the system has done only material documents and no corresponding accounting documents have been created.
    eg of a situation: You  have V price set for the material. But you never maintained any price in the Material master. Then the system will not throw an error, it just creates the materil document without creating the accounting document
    at the time of initial upload, there is high opportunity of such errors.
    rectification:
    a. develop a query linking the material document header and the BKPF reference field.
    b. develop a query to list down the accounting document header information posted in these accounts. the reference procedure should be MKBF (i do not remember exactly?) But it fills with a particular value if its from MM. Check for all the documents that have been posted to these accounts without this parameter in the header. Here you go..
    Regards
    Anantha

  • TDS down payment percentage error required rectification entry.

    Hello Experts,
    We have posted down payment to the Vendor through T-code: F-48 amount Rs100000/- on 07.07.2010 with TDS (percentage 10%) is deducted Rs.10000/- but vendor has submitted exemption certificate (9%), we entered in vendor master 24.07.2010 later then posting.
    The problem is we supposed to deduct TDS 1% (Rs.1000/-) but we deducted 10% (Rs.10000/-) on down payment Rs.100000/-.
    How can we rectify the entry in the system, Cheque issued to the vendor and cleared in the bank, but TDS amount Rs1000/- paid to the government through outside generated cheque.
    The entry in the system:
    Vendor account Dr 100000/-
    To Bank account      90000/-
    To TDS account       10000/-
    Our requirement is below:
    1) Advanced cheque issue has been cleared by bank can not be reversed for Rs. 90000/-.
    2) Payment has to be made to vendor for differential TDS amount Rs 9000/-.
    3) TDS certificate should not to be higher amount, should print with correct percentage in the end of the year
    Please suggest how you can rectify this entry in system.
    I tried with J1INJV but it is giving error message u201CDocument is not cleared u201C
    Thanks in Advance
    Regards,
    Ratnam.

    Hello,
    Please note the following steps:
    1. Please pass a credit memo to the vendor for the differential amount of Rs 90,000/-
    in this credit memo please deduct TDS @ 10% amounting to Rs 9,000/- giving the reference of the invoice posted.
    2. Please note that whenever you have subsequent payments to the govt. authorities for the same section, please adjust the TDS deducted in the credit memo above along with the other invocies posted (whether of the same vendor or other vendors).
    i.e.,  repeat the process of J1inchln & J1inbank.
    This would adjust the WHT deduction.
    Example:
    Now, in your case you have posted an invoice of Rs 100,000.00 and deducted TDS @ 10% for Rs 10,000.
    At this moment you claim to have paid the TDS for the above deduction, through J1inchln & J1inbank.
    You post the credit note for Rs 90,000.00 wherein you deduct the TDS @ 10% for Rs 9,000.
    Now, whenever you are going to pay the TDS in next month for the same section, please also include the credit memo posted above. Say you have 1 invoice pertaining to the same or different vendor wherein TDS for the same section is applicable amounting to, say, Rs 15,000 (TDS amuont).
    3. At this moment you have to pay the TDS for the above deduction, through J1inchln & J1inbank.
    Now, the net payment to TDS authorities should be Rs 6,000 only (Adjusting the 15,000 and 9,000 pertaining to credit note above.
    ******Note: this adjustment is only allowable within the same quarter*********
    4. Now do a test run of the J1incert print to verify the results:
    Result should be: Vendor 1 - Only 1,000 deducted.
    Vendor 2 - 15,000 deducted.
    Thanks.
    Regards, Raja

  • In SM21 - Database error 235 at EXE

    Hello Gurus,
    In sm21 - Database error 235 at EXE this error shown in our test server, while investigating I found this
    ( I am attaching log for your reference )
    Details
    Recording at local and central time........................ 25.03.2009 23:02:24
    Task................ 15116  /  Background Processor No. 18
    User................ CSCADMIN_BC
    Client.............. 050
    Terminal............
    Session............. 1
    Transaction code....
    Program name........ RSORAHST
    Problem class....... K    SAP Web AS Problem
    Development class... SBAC
    Module name......... dbds
    Line................ 798
    Table name.......... 235
    Field name.......... EXE
    Documentation for system log message BY 2 :
    After the attempt to call a database operation, the database system has
    returned the error code specified in the message, which indicates that
    the operation concerned could not be executed successfully.
    Technical details
    File................ 018863
    Position............ 0000235620
    Entry type.......... h      ( Database Error (Non-SQL)       )
    Message ID.......... BY 2
    Variable parts...... 235       EXE                                       dbds    798
    The given program associated with this job SAP_PERIODIC_ORACLE_SNAPSHOT but this is run successfully on the test server.
    Can somebody tell me the error & the rectification for the same
    Thanks & regards
    Shishir

    Please check
    - ST22 for dumps
    - alert<SID>.log of the database
    - dev_w18 tracefile
    Do you use the same patches on both DEV and this system?
    Markus

  • Java call rfc check in original:error while checking in and storing.

    hi,experts.
    java call rfc check in original:error while checking in and storing. BAPI in the RFC is "BAPI_DOCUMENT_CJANGE2",
    the RFC was fine in SE37 and calling by Visual Basic. and in java,when mConnection.setAbapDebug(true), and  runing by step and step, was fine too.
    if mConnection.setAbapDebug(false) in JAVA, up error in title was displayed.
    what cause this error?
    Best Regards.

    Hi Priya
    Please use Su53 after getting the error and find any authorization is missing for the user..
    S_GUI Full Authorization is required..
    Since by giving BASIS Authorization its rectificed, then it shud be mostly due to Auth issues only
    Regards
    Aby

  • Error in Accounting Doc with 2 taxes

    Dear Gurus,
    My client
    requirement is that they required 3 different taxes on pricing procedures of
    Sales Order to Billing Document. One is 
    general sales tax i.e 17% (MWST) , other is income tax (ZIN) i.e  10%
    and last one is Additional Tax i.e.1% (ZADT) . I have created condition
    types ZIN and ZADT by copying MWST with same access sequence. Both Taxes ZIN
    and ZADT should utilize automatically (Condition Record)  in sales document instead of any manual
    entry.
    First I tested the scenario with Condition Type of MWST only and it runs successfully
    till creation of accounting document. Later I am testing with condition record
    with ZIN but at the time of accounting document following error is coming:
    Tax code OG does not appear in any G/L account item
    Message no. FF753
    I have
    searched all the relevant queries on SCN and following steps already done in
    customization from my end:
    Tax type ZIN is assigned on Tax calculation procedure TAXPK with
    Account Key ZIT similarly as on Sales Pricing Procedure
    Create Tax Processing ZIT at T Code :OBCN  with Tax Type: Out Put Tax and Posting
    Ind.:Separate line indicator
    Create Tax Code :OG at Tcode :FTXP
    and assign 10 in Tax Perc Rate with Tax Type :Income Tax ,Acct Key:ZIT
    and Cond Type:ZIN
    Assign Tax Code OG with relevant G/L on Tax Processing :ZIT at Tcode
    :OB40
    Assign Tax Category in relevant G/L as * (All Tax Types Allowed)
    Kindly
    guide which steps required rectification for proper execution of this process.
    Looking
    forward for your cooperation.

    dear
    the function of the sort key is that the setting done in the sort key will be there in the Assignment field in the accounting docuement.
    the sort key is defined at the accoutn level in control tab and also at the customer master level in company code data.
    if there is a mismatch between sort key defined at the customer master level and defined in the account level then system flashes this error.
    u just remove the sort key from the customer master Company code data then try posting the documetr.
    regards

  • When I connect my I pod shuffle to USB it shows an error message - " I Tunes has deducted a problem with your audio configuration. Audio/Video playback may not operate properly" due to this problem each and every earphone am inserting goes unusable

    When I connect my I pod shuffle to USB it shows an error message - " I Tunes has deducted a problem with your audio configuration. Audio/Video playback may not operate properly" due to this problem whenever i connect  earphone each and every earphone gets un usable. Already made a factory reset. please arrange for a rectification.. :'(

    Hi Ganeshpandianm,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    iTunes for Windows: iTunes cannot run because it detects an issue with QuickTime
    http://support.apple.com/kb/TS1371?viewlocale=en_US
    "iTunes cannot run because it has detected a problem with your audio configuration"
    Cheers,
    - Judy

  • Error in IDoc to file

    hello all.......
    i m doing a idoc to file scenario..and everything is going fine but the problem is::--
    while the IDoc is generated and in integartion server it is getting posted under as some other message type which is not the one i used in the scenario..
    So i am confused .
    Pls help me in rectifing this.
    waiting for ur valuable responses.
    regards,
    Ram

    Hi ramdevbabu
    Please explain the error ur getting ...
    IS ur Idoc is posted to r/3 system ?
    If ur getting red  in SXMB_MONI
    1.Check the receiver determination u created .
      Is ur receiver determination is having proper
      <b>Sender service</b>
    <b>  Sender Interface </b>
    <b> sender interface namesapce</b>
    2.Check the configured receiver in RCV determination
      and interface mapping
    3. check the message XML message processing in SXMB_MONI and find out on which step ur getting error
    Thanks
    nagsen

  • Error when adding line items in a Contract

    Hi All,
    Need your help regarding the following issue.
    The business user is trying to edit (to add more line items/materials) a contract with customized T.Code ZGME31K.
    Getting error "Enter rate USD / rate type M for 11/24/2009 in the system settings" MSG No. SG105.
    However, the Vendor, Material all are maintained in the same currency i.e. USD.
    So, not finding a scope of rectification in OB28.
    Please advice.
    Regards,
    Milan.

    Hi,
    I closed
    Re: SBWP attachment link not diverting to Contract/P.O
    as my problem got resolved.
    And I put it "unanswered" as no one gave me the correct answer.
    It came out as a result of several testing in Quality by our team. Anyway, thanks to everyone who contributed.
    Regards,
    Milan.

  • Depreciation error

    Hi,
    Depreciation for the last month has been posted with some error.
    Now the last period is blocked if we rerun the depreciation it will impact the Gl balances.
    Pls advice what to do whether rerun is OK or not?
    Any help will be appreciated.
    regards,
    Meenakshi

    Hi,
    You could do "Repeat" run for the erroneous assets for the same period after due rectification. After successful posting it will impact GI balances.
    FI period needs to be opened.
    Regards,
    Murali

  • DB-13 Error ( checkdb )

    Hello Gurus,
    In T-Code DB-13, I created some Jobs example like checkdb, update stats, etc etc
    while running this jobs giving me this error can anybody tell me what is the rectification or what is a needful to solve this problem
    Job started                                                                               
    Step 001 started (program RSDBAJOB, variant &0000000000099, user ID CSCADMIN)                                    
    Execute logical command BRCONNECT On host bascop26                                                               
    Parameters: -u / -jid CHECK20070608095728 -c -f check                                                            
    BR0801I BRCONNECT 7.00 (11)                                                                               
    BR0477I Oracle pfile /oracle/QBW/102_64/dbs/initQBW.ora created from spfile /oracle/QBW/102_64/dbs/spfileQBW.ora 
    BR0280I BRCONNECT time stamp: 2007-06-08 09.57.33                                                                
    BR0301E SQL error -942 at location BrLicCheck-32                                                                 
    ORA-00942: table or view does not exist                                                                          
    BR0806I End of BRCONNECT processing: cdvlajpr.log2007-06-08 09.57.33                                             
    BR0280I BRCONNECT time stamp: 2007-06-08 09.57.33                                                                
    BR0804I BRCONNECT terminated with errors                                                                         
    External program terminated with exit code 3                                                                     
    BRCONNECT returned error status E                                                                               
    Job finished

    Hi,
    This error occurs due to the sapdba permission in the oracle database.
    Please import the role sapdba_role.sql according as per the SAPnote : 134592 and also apply this note 834917.
    Hope this resolves your problem
    Regards,
    Maheswaran J

Maybe you are looking for