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

Similar Messages

  • Express Document "Update terminated by Author: user name"

    Hi All
      Can anyone help me with regard to this issue? When user do Purchase return, they get this message. I read al the message related to it.
    But I dont get proper solution. All relate to code and Number Range. But I am not clear of what to do?
    I get the following message:
    *Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC
    Exception              CX_SY_OPEN_SQL_DB
    Date and Time          08.06.2011 08:54:36*
    Short text*
         The ABAP/4 Open SQL array insert results in duplicate database records.
    What happened?*
         Error in the ABAP Application Program
         The current ABAP program "SAPLWB2D" 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_OPEN_SQL_DB', was not c
          in
         procedure "WBHF_SICHERN" "(FORM)", nor was it propagated by a RAISING cl
         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:
         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.)
    System environment
    SAP-Release 701
    Application server... "SVTERP03"
    Network address...... "172.31.254.7"
    Operating system..... "Windows NT"
    Release.............. "6.0"
    Hardware type........ "16x AMD64 Level"
    Character length.... 16 Bits
    Pointer length....... 64 Bits
    Work process number.. 37
    Shortdump setting.... "full"
    Database server... "SVTERP11"
    Database type..... "ORACLE"
    Database name..... "GEP"
    Database user ID.. "SAPSR3"
    Terminal.......... "4PYZ32S"
    Char.set.... "C"
    SAP kernel....... 701
    created (date)... "Jan 28 2010 20:07:00"
    create on........ "NT 5.2 3790 Service Pack 2 x86 MS VC++ 14.00"
    Database version. "OCI_10201_SHARE (10.2.0.4.0) "
    Patch level. 69
    Patch text.. " "
    Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."
    SAP database version. 701
    Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows
    NT 6.0, Windows NT 6.1"
    Memory consumption
    Roll.... 16192
    EM...... 4189840
    Heap.... 0
    Page.... 0
    MM Used. 1247408
    MM Free. 2939808
    User and Transaction
        Client.............. 500
        User................ "NAS00602"
        Language key........ "E"
        Transaction......... "WB22 "
        Transactions ID..... "D86991E000EAF1F6A067000087526684"
        Program............. "SAPLWB2D"
        Screen.............. "RSM13000 3000"
        Screen line......... 2
    Information on where terminated
        Termination occurred in the ABAP program "SAPLWB2D" - in "WBHF_SICHERN".
        The main program was "RSM13000 ".
        In the source code you have the termination point in line 374
        of the (Include) program "LWB2DF0W".
        The program "SAPLWB2D" was started in the update system.
        The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred
        procedure "WBHF_SICHERN" "(FORM)", but it was neither handled locally nor
         declared
        in the RAISING clause of its signature.
        The procedure is in program "SAPLWB2D "; its source code begins in line
        357 of the (Include program "LWB2DF0W ".

    Hi,
    Your program is trying to insert entry having primary key which is already exist in the database table.
    Please checkout the number range for PO return, if you are trying to return PO with same SAP document Number.
    While you return the PO one unique No. gets generated through Number range, these number having conflict while inserting the entry in the database as the primary key may have already been exist in the DB table so same can not be inserted again and you are trying to insert the same.
    Now the only option available is either to change the numbner rabge for PO return object or delete the entry from the DB table, however same is not advisable so bater to change/create number range for PO return.
    Below is the procedure to do the same for your reference, hope it will help you.
    [Return PO;
    There are many more related threads which will give you the idea to change the number range, also you can ask your MM consultant to guide on the same.
    Regards,
    Umang Mehta

  • Update Terminated Error in Va01-Help Appreciated

    Hi ,
        When I create Sales Order in Va01  for order type ZCS,ZCD, and when i try to view that in Va02- It gives "UPDATE Terminated " from author .
    I have already posted this in sdn before and i got the solution to check in ST22.
    I have found the FM that caused the error.This parameter ord_pre_imp was empty as there were no order number.
    CALL FUNCTION 'CO_BH_ORD_HEADER_PRE_READ'
           EXPORTING
                client              = client
                number_of_tasks     = number_of_tasks
                flg_ordnet_exploded = explode_ord_net
                flg_enq_set         = flg_set_enq
                import_message_id   = import_message_id
                caufv_single_imp    = caufv_single_imp
                trtyp_net           = trtyp_imp
                flg_no_gos          = flg_no_gos
                flg_called_to_copy  = flg_called_to_copy
           IMPORTING
                flg_ordnet_read     = flg_ordnet_read
           TABLES
                aufpl_tab           = aufpl_tab
                ord_pre_tab         = ord_pre_imp
                bedid_tab           = bedid_tab
                rsnum_tab           = rsnum_tab
                number_tab          = number_tab
                autab_tab           = autab
           EXCEPTIONS
                not_found           = 01.
      IF NOT sy-subrc IS INITIAL.
        RAISE not_found.
      ELSE.
    Need to know whether error due to configuration or technical.  what i should do in this case.
    U'r Help will be appreciated. Thanks in advance

    Hi,
    Check the error analysis in the ST22. Here you get the complete error analysis.
    Furthermore if you want to check the updation error, then go to SM13 and see the update error analysis.
    Hope this information helps you.
    Regards.
    Deepak SHarma.

  • UPDATE TERMINATED

    Namaste Guru,
    While raising an invoice for an sales order after doing delivery. While entering the T code VF01 I am getting the error "UPDATE TERMINATED BY AUTHOR".
    I used the T.code SM13 where there was an error and when I have clicked on the REPEATE UPDATE icon
    got message records could not be updated and when clicked on it it shows an error in the module RV_DELIVERIES_SAVE Type V1 Status error after repeating the update also I am getting the same error.
    Have used ST22 t code also
    Please help me with this I have been trying all the ways to rectify the error.
    Please help.
    With regards,
    madhav

    Dear Allie Barboni  ,
    A friend of mine had the same error and tried t codes SM13 and ST22 by which his problem was solved but the error appeared again.
    I have tried all the possible ways even used the help of an ABAPer but no solution had come so i had to reload SAP in my system.
    Hope your error gets through.
    With regards,
    Madhav

  • Creating FBA user from the timer job

    Hi,
    I'm trying to create FBA users from the timer job,
    The code to it:
    MembershipCreateStatus createStatus;
    MembershipUser user = Membership.CreateUser(strUserID, strPassword, strEmail, "Test Question", "Test Answer", true, out createStatus);
    switch (createStatus)
    case MembershipCreateStatus.Success:
    //SendMail
    break;
    case MembershipCreateStatus.DuplicateEmail:
    //Log in to the error file
    break;
    But it throws the error:
    Unable to connect to SQL Server database in the timer job
    Regards,
    Sachin

    timer job has its own app.config, which is completely separate from the web.config
    plus, this is a terrible idea.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Calculation of Interest Charges to be monthly not every day via T code FINT

    Hi There;
    I made system configuration and the T code FINT is calculating Interest charges on customer account. There are two requirements from client.
    1- The calculation could be made i through background job.
    2- The program is calculating interest on dialy basis. While the requirement is it should calculate the interest on monthly basis.
    Further, I also noticed that the program doesn't consider the partial payment received from customer, rather calculates interest on amount due not the remaining balance. I tried with both method i.e. "Arrears" and "Balance" but giving me the same result.
    Your help is highly appreciated.
    Thanks
    Arshad

    Hi Parag;
    Thank you for reply.
    I tried to maintain the values as you mentioned in your mail. But the system is not letting me to maintain Calendar Type "G" with a check mark on "Month -end Indicator" field. I tried with "J" Calendar type to see if it could calculate the interest for 30 days even the program is being executed after 45 days or 20 days. The requirement is in either case the program should calculate interest for whole month.
    I am using T code FINT to calculate interest on customer over dues. Still the program is claculating the interest based on the date of execution. While if it is restricted to execute monthly in config the program should only do it on monthly basis. Which is not hapenning right now. I think I am still missing somthing.
    Once again I appreciate your help and time. Please let me know if you have a solution to this issue.
    Thanks
    Arshad

  • Error - Interest already calculted on account - Transaction code FINT

    Hi,
    I am getting error  "Interest already calculted on account <date> " while executing transaction code FINT. I could not simulate it. I cannot understand in which case actually this error comes. Has any body faced this error ? If yes, in which case actually it is happening ?
    Regards,
    Manish

    Hi, you can change the original system of the transaction code and possibly reassign it to a valid transportable package (development class).  This can be achieved via transaction code SE03 --> Change Object Directory Entries. In section "Selection by Objects" you need to tick the checkbox (3rd up from the bottom) and enter next to it "TRAN". Next to TRAN type your transaction code and press execute.  On the following screen, select your transaction code and choose button "change object directory". Here you can change the Package and/or original system of  the transaction code.  At the same time you can assign your tcode to a transport request etc...

  • Update was terminated '' received from author

    Hi Experts
    Any clue why this error comes while performing goods movement
    update was terminated '' received from author
    I've was told in the forum to check in SM13
    Was able to see the following error message in SM13
    00671: ABAP:/4 processor: SAPSQL_ARRAY_INSERT_DUPREC
    Thanks

    abhi,
    as max and siva have told, check in ST22...
    there, check the source code extract on which line it failed. you can also check what values were there at that particular time by checking the variable stored in that dump as well...
    if you are still note sure, click on that source code(shown in that dump->source code extract) .. and keep a break point there and then see what really happened there by re-executing your transaction.

  • Exprees document update was terminated received from author "laxman"in miro

    Hi MM experts
    My user trying to create invoice wth reference po no  in miro t.code during saving system showing error Exprees document update was terminated received from author "laxman"i have checked in transaction OMRJ t.code ,there is  no overlap in number ranges.number ranges also available.in sm13 t.code i checked error shown below
    function module: MRM_INVOICE_DOCUMENT_POST
    status :Update was terminated
    Report:LMRMEU01
    Row:77
    error details class M8,NUMBER 185
    Invoice document 5105785402 2011 could not be created
    IN MIR4 t.code I CHECK THIS NO 5105785402 THIS ALREADY EXISTING INVOICE NUMBER SHOWN.WHY SYSTEM TRIGGERING
    THIS NUMBER IN SM13.PLZ SUGGEST
    Regards
    Mohan

    This type of express document may cause due to over lap of number ranges and if the same transaction is run by diff users at same time...........................
    In your case there is change in number range assignment in current number.....
    Check the last consumed number in the system and assign the coming number range in current number...
    Hope this may help you.
    BR,
    Patil

  • Error:express document "Update was terminated" received from author

    Hi All,
    I m creating shipment frm the transaction VL01.
    While creating the shimpment i am assigning one Z output type and clicking on the planning phase on the shipment.
    After that i am saving my shipment.
    At this point of time my shimpmnet is created but after this(after saving the shimpment) if i am trying to do anything it is giving me the below error.
    Express document "Update was terminated" received from author "Sachin Yadav".
    Kindly help why i m gettng this error. How to remove this error.
    Regards
    Sachin

    SAP is telling you that the transaction failed and a rollback has been executed, due to some catastrophic error in the system.  These often arise from errors in exit coding....check ST22 to see if you can find anything...there may be a clue there....otherwise start looking at the changes you just made for the source of the error.
    This error occurs, most likely, because during the actual save to database operation, or because of something in follow-on processing launched during the save step (like a new background task for form output or something like that) an fatal error is occurring and SAP is detecting that and rolling back the body of work that was just committed to the database.

  • Express document "Update was terminated" received from author in J2IUN.

    Hi,
    Pl. help
    At the time excise utlization this message is come
    Express document "Update was terminated" received from author
    Suresh Yadav

    hi
    "For your update terminate problem please proceed accordingly
    goto SM13, there you can see the updates terminated & their logs.
    Click on one of the Updates terminated with transaction.
    Double click on the line , you will see alist of Function modules, click on the function module in red, here click on the log to see more details on the reason for update termination.
    in the dump anlysis you can see the reason for dump.
    Act as per the dump anlaysis. usuall reasons for the dump is any new changes to the program or number range error ."
    Please take help of ABAPEr for Dump analysis , if it is sytem issue take hlep of BASIS
    Thanks & Regards
    Kishore

  • Express document "Update was terminated" received from author "    "in VA21

    Dear SAP Experts,
      i just set up Output determination for quotation type. and created VA21, while coming out i am getting error
    as Express document "Update was terminated" received from author " 
    below is the dump i am getting. Could you please help me to solve this?.
    Update was terminated    
    Created       m8050032  on   06.01.2010   13:04:43 
    Update was terminated
    System ID....   E6I
    Client.......   800
    User.....   M8050032
    Transaction..   VA21
    Update key...   DD95FADEFC90F19591EF001D0915C7EC
    Generated....   06.01.2010, 13:04:42
    Completed....   06.01.2010, 13:04:43
    Error Info...   00 671: ABAP/4 processor: SYNTAX_ERROR

    Hi,
    Goto T.code ST22 - ABAP runtime error
    click today button,
    check for the error and double click to get the detailed long text
    see "How to correct the error"
    take a help of ABAPer
    Regards
    senya

  • Express document "Update was terminated" received from author in MM01

    Hi gurus,
    When we are trying to create the MM by using the t-code MM01 we are getting the error message as Express document "Update was terminated" received from author "XXXX". Based on this error we have verified the t-code SM13 and received the below details and there is no dumb in ST22.
    Update was terminated     
    Created       SOLIYAPPAN SADASIVAM  on   23.11.2011 ;  05:07:18  
    Update was terminated
    System ID....   MD1
    Client.......   500
    User.....   SSADASIVAM
    Transaction..   MM01
    Update key...   4ECC6061B2567110E10080000A795665
    Generated....   23.11.2011, 05:07:18
    Completed....   23.11.2011, 05:07:18
    Error Info...   Error inserting in table MBEW
    Please suggest me how to fix this issue.
    Thanks
    Sada

    Hi Jürgen,
    When we verified SM13 the error is occuring as below when we double click the SM13 error.
    1    MATERIAL_UPDATE_DB        V1 (no retry)     Error
    Please suggest me how to proceed further.
    Thanks
    Sada

  • Express Document "update was terminated" received from author in MIGO

    Hi All,
    We are getting the below error message at the time of goods receipt at receving plant for STO OBD delivery, when user trying to post the GR, then GR number created and when they try to open the number , then they get this error message.
    Express Document "update was terminated" received from author
    When we went in to SM13 and saw that everything is fine , there was no message in red.
    Erro details showing the s032 update error with Internal session terminated with a runtime error DBIF_RSQL_SQL_ERROR.
    Short text
        SQL error "-413" when accessing table "S032".
    What happened?
        Error Text of the Database: "SQL0413N Overflow occurred during numeric data type conversion. SQLSTATE=22003 row=1"
    Please help to solve this issue ASAP.
    Thanks,
    Muru

    Hello
    This is probably an overflow of a field on the infostructure S032.
    Please check this table for this material and plant combination and observe if there is any field with a high value.
    As a workaround, you may deactivate the updating of S032 via OMO9 to "no updating" to avoid the dump.
    Best regards,
    Caetano Almeida

  • Error: "Express Documnet "Update was terminated" received from author ...

    Hi,
    While maintaining the Quotation we getting the following problem:
    Express Documnet "Update was terminated" received from author ...
    Update was terminated
    System ID....   SVP
    Client.......   400
    User.....   ABAP
    Transaction..   ME47
    Update key...   49DCB48654720178E1008000C0A800A1
    Generated....   08.04.2009, 20:03:43
    Completed....   08.04.2009, 20:03:43
    Error Info...   00 671: A Update was terminated
    The problem here is that once we maintain Price & Tax Code, the system shows the message - Quotation is maintained. But when we re-run the T Code ME47, the system throws the above error.
    Pls. note that there is no problem in Development Server with same configuration.
    Regards,

    Hi,
    This message usually comes when system is unable to take load and it doesn't update the tables also.
    Error is coming because server is unable to allocate resources to this program.
    Ur basis consultant and DBA can help u out.
    Regards
    AM.

Maybe you are looking for

  • Syncing calendar from macbook to PEG sj22

    I have a macbook with latest leopard OS. I sync to a clie' PEG SJ22.  Most everything seems to sync okay, but I can't get calendar items from my Mac to my clie'.  I can't even seem to find the settings window that would allow me to direct the calenda

  • What is twin sing? what kick off in implementation project

    what is twin sing? what kick off in implementation project regards ramana

  • 2 h:messages tags in a page

    Hi All, How can i set or show a message only to a particular <h:messages> tag in a page that has 2 <h:messages> tags? Is this possible? Thanks, Eson.

  • How to find the total no of Deliveries per sales order?

    Hi, I am writing a custom development specification. Is there a SAP table/field by which I can know the total number of deliveries created for a single sales order ? For example, if a Sales order is created for quantity 10 and we have two delivers (

  • MSI R9 270X Hawk - Twin Fan question

    Hello everyone! So I noticed this problem a few days ago when I change my PC from the floor to the desk, but after lots of research I manage to collect some good and bad info but I'm not sure if its right. I have a R9 270x Hawk 1 year old, and when I