F-44 Vendor Clearing Update Terminated

Dear All,
              When we try clearing Open Line Items of a particular Vendor, system posts the document but eventually produces an ABAP RunTIme Error with Update Terminated Error. The line items remain as open items instead of getting cleared.The Dump Details are:
The ABAP/4 Open SQL array insert results in duplicate database records.
What happened?
Error in ABAP application program.
The current ABAP program "SAPLJ1IDEFTAX" 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?
The termination occurred in the ABAP program "SAPLJ1IDEFTAX" in
"J_1I_POST_DEFTAX_ITEM".
The main program was "RSM13000 ".
The termination occurred in line 44 of the source code of the (Include)
program "LJ1IDEFTAXU04"
of the source code of program "LJ1IDEFTAXU04" (when calling the editor 440).
The program "SAPLJ1IDEFTAX" was started in the update system.
Processing was terminated because the exception "CX_SY_OPEN_SQL_DB" occurred in
the
procedure "J_1I_POST_DEFTAX_ITEM" "(FUNCTION)" but was not handled locally, not
declared in the
RAISING clause of the procedure.
The procedure is in the program "SAPLJ1IDEFTAX ". Its source code starts in
line 7
of the (Include) program "LJ1IDEFTAX$04 ".
  DATA ls_deftax_item_insert TYPE J_1IDEFTAX_IT.
  LOOP AT it_deftax_item_insert INTO ls_deftax_item_insert.
    IF ls_deftax_item_insert-line_type IS INITIAL.
      message x025(DEFTAX) with sy-tcode
                                       'NO_LINE_TYPE'
                                       'DEFTAX_ITEM'
                                       'FI_POST_DEFTAX_ITEM'.
    ENDIF.
  ENDLOOP.
  IF NOT it_deftax_item_insert[] IS INITIAL.
    INSERT J_1IDEFTAX_IT FROM TABLE it_deftax_item_insert.
  ENDIF.
  IF NOT it_deftax_item_update[] IS INITIAL.
    UPDATE J_1IDEFTAX_IT FROM TABLE it_deftax_item_update.
  ENDIF.
ENDFUNCTION.
Is anybody aware of any solution or note related to this.
Regards,
Sonali.

Hi Sonali,
       This error due to Some text objects and messages are missed in consolidation system. Please take help of the basis consultant and implement the support packages 932658 & 932659
Regards,
Srinivas Muthyala

Similar Messages

  • Update termination in Transaction ME9F

    Hello MM Guru’s,
    I would like to inform you that we are observing update termination in transaction ME9F for a particular user repeatedly in production environment.
    Error in Functional Module: RV_MESSAGE_UPDATE
    Error Message: WHT type Z4 missing in vendor master XXXXXXXX
    When I check in vendor master data Indicator for withholding tax type Z4 already maintained.
    It was strange why when users execute transaction ME9F the above updates terminate happens in the system.
    I got a similar issue earlier where at that time Indicator for withholding tax type not maintained in vendor master data and I have informed business to maintain and re execute the transaction ME9F.
    Request you to help me on this issue as I said this is a repeated one which is occurring for a particular user and I need to fix it by taking your valuable input.
    Revert back in case you need any information required from my end.
    Cheers,
    Kumar S

    Hello Bijay
    I was asking you about my analysis (2 different users access ME9F for the same PO) done along with ABAPer whether its correct or not.
    In your earlier response you have not responded to my analysis instead you are replying me that experts cant access my system.
    I very well understand that our Experts cant access my system but they are always helping me for my all issues with their valuable input.
    We just wanted to know whether we are deviating from the issue in this case.
    I have also checked what other experts like Jurgen/AKPT & Mallinath suggested me and the analysis given below,
    To inform experts that we never use custom print program and we are using standard SAPFM06P print program.But the layout is custom according to our business requirement.
    Let me know still you need any clarification from my end.
    Regards,
    Kumar.S

  • FBRA Update terminated

    Hi guys,
                We trying to reset clearing Doc using FBRA.
    Message triggers via Express dcoument "Update Terminated".
    I have checked the logs and in SM13 - indicates Update Terminated in Reverse_clearing.
    I have executed FBRA couple of times but no use.
    Finally it has reset the clering document but it does not display GL line items/ open items related to above document.
    please help!!!!!!!

    Hello
    For multiple documents that require resetting and reversing (say after a
    terminated payment run) I have been using batch uploads.
    Unfortunately when you record (trx SHDB) the reset cleared items
    transaction (trx FBRA) at the point of saving you do not get the option to
    reverse the document aswell, the recording just saves without the 'popup'
    giving you the option of just resetting or resetting and reversing or
    cancelling. I have therefore been using a separate recording of
    transaction FB08 (reverse FI document) to reverse the documents.
    Rgds
    suresh

  • Update termination in FB1S

    Hi Experts,
    In our SAP (EEC5.0) system, we are getting an update termination.
    Details:
    Transaction:FB1S
    Report:   SAPMF05A
    Function Module        POST_DOCUMENT
    Status                 Update was terminated
    Report                 LF005F01
    Error details   Class:     F1         Number:    801
    F1 801: Clearing: Line item 002
    There are plenty of termination happening everyday.
    Can anyone advice me about the root cause of the issue? How to take care of this?
    Thanks in advance.
    Mark

    Mark,
    Yes, sorry about that... accidentally hit Enter.  I was going to suggest taking a look at [Note 1004363|https://service.sap.com/sap/support/notes/1004363].  The error message you mentioned (F1 801) is called from function module POST_DOCUMENT -> form beleg_schreiben -> form bsed_insert, when the INSERT BSED statement fails.  That's what led me to Note 1004363.  Maybe you could debug to find out what BSED values you are trying to insert when the dump occurs.  That might give you an idea of why the insert is failing. 
    Regards,
    Jamie

  • Update Termination from Author @ time Executing T code FINT (int calculation

    Hi Guru,
    currently i am facing issue related with Update Termination @ time of running "FINT" T code but Interest document get posted successfully.
    need expert advice to resolve this issue.
    SM13 screenshort attached.
    Thanks
    Pankaj

    Hi Pankaj,
    I was having the same issue pending for some time and I just solved it:
    Basically you are getting this issue because your are executing the same
    Interest Calculation run multiple times (message CD 327).
    Why:
    For each Interest Calculation run, SAP creates a change document in tables
    CDHDR/CDPOS (1 document per calculation run).
    When re-executing that same run, the system tries to insert the same record
    in the tables and of course that generates a short dump.
    SAP is actually clear about re-execution of Interest Calculation run:
    SAP Note 1499117 “We do not support the duplicate interest calculation of a period.”
    Resolution:
    If you need to re-execute the Interest Calculation run, then reverse the
    initial execution (FINTSHOW) and execute again (FINT).
    I just tested this and it is working fine.
    If this has helped solve your issue, please mark as correct answer so that
    other people can refer to it.
    Regards,
    Olfa

  • Update termination for BSEG-PSWSL Field

    HI
    All
    I need assistance in regaring update termination happining in the particular field while clearing the document through the F.13 tcode. it is not able to pick the that particular field for the clearing document. i have checked with the tech team and they says as the functional issue because update is not happinging for the clearing document.
    Regards
    Ashok

    HI
    This clearing is working fine for the same document earliear also. now the problem is coming for the line item 002 for clearing. rest other line items are cleared.
    Even we dont have bug to find the issue.
    Regards
    Ashok

  • Error message while doing the Vendor Clearing

    Dear Team,
    I am encountering an issue while doing the Vendor clearing.I am nullifying the Vendor down payment against to RE document through residual posting system is showing the message like the below.
    No additional posting to asset
    Message no. AA 444
    Diagnosis
    A downpayment was already posted to the asset 80567 0 in the currently displayed document. Additional posting to the same asset in this document is not possible for technical reasons.
    Procedure
    Combine the two downpayments into one.
    Please kindly advice.The concern Down payment is showing under open item in FBL1N.Kindly advice how to proceed further.
    Thanks for the consideration.
    Regards,
    Suma.

    Hi Suma,
    First clear Down payment with using of F-54 & next you can clear normal OI.
    Rgds
    SumaMani

  • Error while posting vendor clearing F-44

    Hello Sap experts,
    when we are trying to do vendor clearing in F-44, facing an error that
    "the entry EN 3  is missing in table 021T" message no FS100
    when we tried it in t.code SE16N, we could not find this table.
    Kindly suggest what to do.
    Thanks & Regards
    Deepak Garg

    Dear Deepak,
    This error says description or layout has not been maintained in table T021T.
    Please do following..........
    1. Check which layout has been assigned to vendor for open item clearing in FB00 under the Open Item tab.
    2. Go to SE16 and enter table T021T and click on create.
    3. Press new entry and enter following..
    Language: EN
    LCl: 3
    LLt: Layout name
    Discription: any
    Column heading: any
    save the entry and try clearing in F-44.
    Regards,
    Chintan Joshi.

  • Update termination during Periodic Posting in RE-FX

    Hi,
    I am getting a update termination error -SAPSQL_ARRAY_INSERT_DUPREC during periodic posting for Lease Out Contract. Tcode - RERAPP
    We use deferred tax. This functionality is used to transfer service tax
    credit from interimn account to final account as applicable in India.
    As suggested in the note 913805 by SAP we deleted the BTE's in application Key FI-TAX
    Inspite of that we get the same update error.
    Also we observed that after deleting the BTE's our service tax credit
    functionality is also not working.
    Further I have observed the following:
    I am getting error only while posting contracts with service tax.
    Tax Code L1 Account Key OS1 & OS2 & OS3
    Please help me in finding a soultion to this.
    Thanks & Regards
    Sanjay

    Hi,
    The transfer step will transfer controlling assignments from the contract to the rental objects. This is useful if you want to run the controlling reports in order to see a P&L statement for a Building for example.
    Regards,

  • Update termination error at the time of order creation and chamge?

    Dear gurus,
    Facing an error at the time of creation of order.
    system is giving update termination error & when we are going in change mode of that order system is giving an error message " SD document XXXX is not in the database or has been achieved"
    please treat on priority
    regards,
    krai

    Hi,
    Goto ST22 T.Code and analyse the error.The error message why it is terminated will be displayed here.
    Or go to SBWP T.Code in the user where you got this error and check the inbox.
    It will display why the error is appearing.
    Show the same to the ABAPer and ask them to work on it.
    I think your server may be slow and it will take some time to update the order created by you.But I am not sure.Check the error message.
    Regards,
    Krishna.

  • Update termination error at the time of order creation

    Dear gurus,
    Facing an error at the time of creation of order.
    system is giving update termination error & when we are going in change mode of that order system is giving an error message " SD document XXXX is not in the database or has been achieved"
    please treat on priority
    regards,
    krai

    Hello ,
    "Update terminated " error has two reasongs.
    First is system update  was not active and hence terminated
    For this to check Goto the transaction code SM13  and  check whether the SYSTEM UPDATE is active or not.
    If it is active ,
    Then click on the Option TOBE updated in the status  and execute, then in the next screen you can find some list of documents that are not updated and causing error .
    Click on MODULES in the screen and find the erro which causing this error.
    Most this kind of error will happen if something in the Funcion Module or USER EXIT is missing.
    Please check and revert back if you need further details
    Also check the link
    http://help.sap.com/saphelp_nw04/helpdata/en/e5/de870535cd11d3acb00000e83539c3/frameset.htm
    regards,
    santosh

  • While saving service work order Update termination

    Hi Friends,
    We have a service order integration with Notifications. First we create a Notification and in turn create as service order.
    When the order is saved it goes for a update termination and the error message is " 00 671: ABAP/4 processor: DBIF_RSQL_INVALID_RSQL "  for IW52 transaction. Actually when we save it provides the order number but never gets updated in the data base.
    Again when we create the order from Notification for the second time, order gets created by skipping a number. For example when we save the order if the ordewr number is 902345 where it is not created , then when we create again the order number is 902346.
    Have any one come across such terminations in IW52 for IW32?
    Regards,
    Selva

    Friends,
    At last my problem was resolved as it was escalated to SAP and SAP analysed as below,
    This problem is caused becuase of the error in database interface. As the database server and the application server is a mix of platforms with different internal character data representations, this error occurs,
    The work around solution as narrated below,
    " For this we need to set the following parameters on the Default and Instance Profiles:
    Profile Name                            Parameter name         Current Value     Recomm by SAP
    DEFAULT.PFL                           rdisp/vbname              not set           rdisp/vbname=$(rdisp/myname)
    CRH DVEBMGS00 cr1apod        rdisp/wp no vb               2                  Greater than 0
    CRH DVEBMGS00 cr1apod        rdisp/vb dispatching        1                  Set to 0
    crap0 CRH 20                            rdisp/wp no vb                4                  Greater than 0
    crap0 CRH 20                            rdisp/vb dispatching        1                  Set to 0
    Inorder to reflect all the changes, System CRH-202 needs to be restarted. Basis have done the above changes through T.Code: RZ11 and CRH indicates the Quality client.
    So the profile paprameters will be different in each of SAP systems.
    Hope this will be very useful for future reference to all of us.
    Regards,
    selva

  • STATUS_UPDATE error to update USER STATUS - Update termination error

    Hi All,
    I am using status_update FM in sales order user exit MV45AFZZ in a perform routine for updating user status in line item for sales order. There are 4 custom statuses created for the sales order line item. 1,2 3, and 4 by configuration. My job is to select one of those based on user selection.
    Scenario: During change order process using  VA02, I have to change the existing status to a third status when user selects the second one. That is for example, in VA02, user selects status 4 from previous status 3, and save, I have to make the status 4 inactive and save the new status 2 instead of 3 though user selected 3. How do I achieve this.?  ????Any programming example is really appreciated. Thanks!!!
    I am right now using STATUS_READ and reading the existing status 4. Then making it inactive using status_update FM. And updating the new status 2 as active one and 3 as inactive again. Two inactive updates and one active update is throwing an update termination error while saving the sales order.
    Any help is really appreciated. 
    Thanks
    Ricky

    Hi ricky,
    For saving any changes you need to have a Z-table.
    In programs we can't store the user selection. In your case you can create a z-table and store the status there and delete the last status. The process would be faster as you will always have one record in the table.
    . One more advantage is you can even track the changes through the Z-table(User who is changing it.)
    Hope this solution will surely help you.
    Cheers
    Suvi

  • FSCM via WS-RM (without PI ) - Update termination issue

    Hello experts .
    We are trying to integrate SD with FSCM ( credit management) using WS-RM (without PI).
    Details of the issue and steps followed so far.
    Ideal Scenario :
    Once we create / change a sales order ( in SD ) , the interface Creditworthinessquery_out (WS Consumer ) gets triggered (in SD) and the subsequent response CREDITWORTHINESSQUERY_IN(Provider) is triggered from FSCM (with the details of creditworthiness).Once the query response in received an notification is triggered from SD to FSCM (asynchronous service).
    After receiving the query response the functionality of credit check happens while creating / changing the sales order .
    Configuration steps followed in SOAMANAGER
    We have created end points for all the relevant service interfaces (Providers) , and also created logical ports for the respective consumers.
    During the creation of logical ports - for the consumers we used the WSDL (of the providers) as the inbound message action.
    (This has been done to all the services query , notification that are relevant in our integration).
    Current behavior / issue .
    While creating sales order the sales order is not getting saved (getting updated in the database).System allows us to complete the sales order creation process and also we get a message as sales order saved successfully. But then there is a update terminated express document that pops up. Sales order is not getting updated in the database.
    When I see the logs/traces in SOAMANAGER I see that the query out is successful , query in has the right response (in warning state though) . But no notification is being triggered ?? 
    How to overcome this update termination issue ?
    When we see the SM13 log , it points to SLD issue (LCR 010: Internal error in SLD API). why do we need a SLD without PI

    Hi  ,
    Finally we are able to solve the update termination issue . But again we are using a work around .
    Situation :
    Once we executed the VA01 transaction we were getting update termination issue . After lots of debuggung we found that system was trying to get the Business system details ( Own business system data ) . The table lcrt_clntcache had no values.
    Solution
    We inserted appropriate values in the Table LCRT_CLNTCACH (business system data ) and now it works .This is a work around we got as of now.Credit checks are happening successfully and also integration is good .
    (typically if we define business system in SLD (PI) , and run SLD_CHECK , this table gets populated , but in our case we are not using PI instead we are using WS-RM)
    But now few questions arise .
    a) Why do we need a business system in case we are not using PI ( typically we define business system and technical system in PI )  and instead using WS-RM ?
    b) Is it a good practice to update the table ( as did in workaround above )?
    c) Is this any bug and needs to be consulted with SAP ?
    Please let me know your views .
    Edited by: Vedula Adeep on Jan 16, 2012 8:42 AM

  • Integrating SD with FSCM using WS-RM - Update Termination error

    Hello experts .
    We are trying to integrate SD with FSCM ( credit management) using WS-RM (without PI).
    Details of the issue and steps followed so far.
    Ideal Scenario :
    Once we create / change a sales order ( in SD ) , the interface Creditworthinessquery_out (WS Consumer ) gets triggered (in SD) and the subsequent response CREDITWORTHINESSQUERY_IN(Provider) is triggered from FSCM (with the details of creditworthiness).Once the query response in received an notification is triggered from SD to FSCM (asynchronous service).
    After receiving the query response the functionality of credit check happens while creating / changing the sales order .
    Configuration steps followed in SOAMANAGER
    We have created end points for all the relevant service interfaces (Providers) , and also created logical ports for the respective consumers.
    During the creation of  logical ports -  for the consumers we used the WSDL (of the providers) as the inbound message action.
    (This has been done to all the services query , notification that are relevant in our integration).
    Current behavior / issue .
    While creating sales order the sales order is not getting saved (getting updated in the database).System allows us to complete the sales order creation process and also we get a message as sales order saved successfully. But then there is a update terminated express document that pops up. Sales order is not getting updated  in the database.
    When I see the logs/traces in SOAMANAGER I see that the query out is successful , query in has the right response (in warning state though) . But no notification is being triggered ?? 
    How to overcome this update termination issue ?
    When we see the SM13 log , it points to SLD issue (LCR 010: Internal error in SLD API). why do we need a SLD without PI ?

    Hi ,
    Can you tell me more details of how you are testing this ? I was successfully able to impilment this solution (credit management using ws-rm in ehp5). If you can give me more details i can surely try to help .

Maybe you are looking for