COMPUTE_BCD_OVERFLOW ST22 dump

Dear All,
When I run the ECC_PRD_BITX_D_FDM_INVOICE, which is a standard SAP(program FDM_INVOICE_MEMORY).
I get COMPUTE_BCD_OVERFLOW ST22 dump.
This short dump occured due to CX_SY_ARITHMETIC_OVERFLOW i.e. Target field size was not able to store the value of source field at the folowing code location while assigning value to l_days_of_delay.
   90       ENDIF.
   91
   92 *     set actual discount and delay in payment
>>>>>       l_days_of_delay = sy-datlo
   94                       - <open_item>-zfbdt
   95                       - <open_item>-zbd1t.
Are there SAP Notes that can solve this problem?
My system details
S/w Component : SAP_APPL
Release : 604
Highest Support : SAPKH60405
sapnote_0000620532, sapnote_0001239612 , sapnote_0001323002 do not work in my system
Regards,
Jack Silverz

hi jack,
just check these avalilabe notes for your dump.
620532
1323002
1239612
hope this will help u.
thanks

Similar Messages

  • ST22 Dumps in ECC pushed to Slution Manager

    Hi,
    We have a ECC6.0 and Solution Manager in our system.
    I wanted to configure that if a ST22 Dump occurs in ECC 6.0, the ST22 dump should be pused to the Solution Manager and i should be able to view it through the Solution Manager.
    Please let me know whether it is possible or anyone has done it

    Dear andreas,
    You will not be able to see ST22 dumps in solution Manager. You can see dumps in Solution Manager Diagonstics.. for that you need to configure SMD agents on satelite system and SMD on solution Manager...
    also if you just want to get alerts .. you can configure.. CCMS RZ20 and use solution manager as central system..
    search in help.sap.com for more info..
    Let me know if you require any furher info..
    Regards,
    akhilesh

  • How can I read st22 dump in ABAP

    hello,
    i would like to know if st22 dump info could be read via FMs or Classes. I found a class CL_DUMP_INFO_MANAGER, btu well could not find documentation on it usage. Will be glad if someone can tell me how to retrieve St22 info.
    - Harish

    Hi,
    Try the fun module
    RS_ST22_GET_DUMPS
    to get the dump results.
    other related fun modules are:
    RS_ST22_GET_DUMPS_CATEGORIES
    RS_ST22_GET_DUMP_CATEGORY
    RS_ST22_GET_DUMP_CATEGORY_TEXT
    reward if useful
    regards,
    Anji

  • ST22 Dump - Need to find associated proxy XML

    Hi,
    I need to find the inbound proxy call (xml message), which has caused the ST22 dump. Can any of you tell me whether the transaction id or any other values from ST22 can be used to track the message unique?
    Thanks,

    HI Joe,
    for any proxy call either inbound or outbound, you will find all the processed the messages in the SXMB_MONI transaction.
    the messages which are processed successfully has the status and processed successfully but if there is any problem during the processing of message because of program dump then this message remains in the green flagged status. hence try to find out the green flagged status and check the error log for the same. you will find out the exact error message which is appearing in ST22.
    you can also try to check the queue using smq2 transaction , if there is any dump while processing the message the followeing messages are got stuck as long as you are not deleting the first messages. from there also you can see the erroneous XML data.

  • St22 Dump in Mail

    Dear All,
    I want to configure the St22 dump in mail , With criteria if Mail is more than 150 in a day it should send a mail.Please Let me know the steps need to be done.
    RK

    Hello Rableen,
    in RZ20 there are several MTEs, where dumps are catched, for example, ABAP dumps are displayed under:
    RZ20 --> SAP CCMS Monitor Templates
                   --> Entire System
                        --> <SID> --> Application Server
                             --> <instance> --> R3Abap
    and here you have these MTEs
    You can configure threshold values in the properties of MTE "Shortdumps Frequency" and assign an autoreaction method.
    But this MTE is only for ABAP dumps. Other type of dumps you can find as described in KBA:
    1942651 - RZ20 does not display shortdumps
    but there is no such monitor in RZ20, which cathes all dumps from ST22 in one MTE.
    Regards,
    Alwina

  • Trigger ST22 Dumps as EMAIL

    Hi Everyone,
                  I want all my ST22 Dumps to be automatically triggered to a particular User mail id (Busines Workplace). so that, if any new Dump comes in a Production system i will come to know that while checking mail and provide solution immediately.How this can be done from Basis side
    Thanks& Regards,
    Siva

    Hai,
    Check the below link.....
    http://help.sap.com/saphelp_nw70/helpdata/en/2c/abb2e7ff6311d194c000a0c93033f7/frameset.htm
    Regards,
    Yoganand.V

  • SAP ST22 dump SAPSQL_ARRAY_INSERT_DUPREC

    Hi All,
    We are getting dump SAPSQL_ARRAY_INSERT_DUPREC in testing system. SAP basis: 701 and Oracle 10.2.0.2
    We are getting this dump from yesterday only and the details of the dump are as mentioned below:
    ============================================================================================
    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 "SAPLSBAL_DB_INTERNAL" had to be terminated because it
         has
        come across a statement that unfortunately cannot be executed.
    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 caught
         in
        procedure "BAL_DB_INTERNAL_NO_UPDATE_TASK" "(FUNCTION)", 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:
        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.)
    Information on where terminated
        Termination occurred in the ABAP program "SAPLSBAL_DB_INTERNAL" - in
         "BAL_DB_INTERNAL_NO_UPDATE_TASK".
        The main program was "SWNCCOLL ".
        In the source code you have the termination point in line 64
        of the (Include) program "LSBAL_DB_INTERNALU02".
        The program "SAPLSBAL_DB_INTERNAL" was started as a background job.
        Job Name....... "SAP_COLLECTOR_FOR_PERFMONITOR"
        Job Initiator.. "BASIS"
        Job Number..... 08893100
        The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in
        procedure "BAL_DB_INTERNAL_NO_UPDATE_TASK" "(FUNCTION)", but it was neither
         handled locally nor declared
        in the RAISING clause of its signature.
        The procedure is in program "SAPLSBAL_DB_INTERNAL "; its source code begins
         line
        1 of the (Include program "LSBAL_DB_INTERNALU02 ".
    System environment
        SAP-Release 701
        Application server... "appl543"
        Network address...... "122.99.01.88"
        Operating system..... "AIX"
        Release.............. "5.3"
        Hardware type........ "099DER88BN90000"
        Character length.... 16 Bits
        Pointer length....... 64 Bits
        Work process number.. 27
        Shortdump setting.... "full"
        Database server... "appl543"
        Database type..... "ORACLE"
        Database name..... "Q22"
        Database user ID.. "SAPSR3"
    =====================================================================================================
    Also some jobs are cancelled and they are forming the above dump. the detials are:
    SAP_COLLECTOR_FOR_NONE_R3_STAT                 BASIS        Canceled        17.12.2010 00:43:31
    SAP_COLLECTOR_FOR_NONE_R3_STAT                 BASIS        Canceled        17.12.2010 02:43:31
    SAP_COLLECTOR_FOR_NONE_R3_STAT                 BASIS        Canceled        17.12.2010 03:43:31
    SAP_COLLECTOR_FOR_NONE_R3_STAT                 BASIS        Canceled        17.12.2010 04:43:31
    SAP_COLLECTOR_FOR_NONE_R3_STAT                 BASIS        Canceled        17.12.2010 05:43:31
    SAP_COLLECTOR_FOR_NONE_R3_STAT                 BASIS        Canceled        17.12.2010 06:43:31
    **The cancelled job SAP_COLLECTOR_FOR_NONE_R3_STAT generating the above dump at ST22.**
    Please suggest us a solution. Thanks in advance!!!
    Regards
    Veera
    Edited by: Veerab on Dec 17, 2010 11:33 AM

    >     1 of the (Include program "LSBAL_DB_INTERNALU02 ".
    Try the following:
    open http://service.sap.com/notes
    Search for "LSBAL_DB_INTERNALU02"
    Markus

  • ST22 Dumps: Shared Objects

    Hi SDN,
    in our SRM System, SRM Server 5.5, WAS700 ABAP, we get ST22 Short Dumps concerning "shared objects".
    This is the Dump Short Analysis:
    Runtime Errors         SYSTEM_NO_SHM_MEMORY                                    
    Date and Time          19.08.2008 12:20:50                                                                               
    Short text                                                                    
         No more memory for 2516576 bytes in the shared objects memory.                                                                               
    What happened?                                                                
         The shared objects memory is full or an area management specified         
         memory limit has be reached.                                              
    In heard, that "shared objects" is part of the new WAS 620, 640, 2004s, 700 ... releases
    What are exactly these shared objects. And how can we avoid the dumps?
    We have an instance profile parameter set:
    abap/shared_objects_size_MB                 100
    Apparently this is not enough... Are there any recommendations?
    thanx, matthias

    Take a look at [Note 972757 - Occurence of the SYSTEM_NO_SHM_MEMORY runtime error|https://service.sap.com/sap/support/notes/972757] for further information. You should investigate what is using the shared objects memory, it may be an error in a application. The note will help to determine this.
    Regards,
    Nelis

  • ST22 Dump Analysis

    How to use ST22 to analyse dump analysis in a ABAP program ?

    Hi
    You can use the function module SUBST_LIST_ABAP_DUMP to get the complete text of the dump and you can use the function module TCC_SHORTDUMP_INFO to get all the short dumps within a date range.
    SUBST_LIST_ABAP_DUMP - Get the complete text of the dump
    TCC_SHORTDUMP_INFO - Get all the short dumps within a date range
    RS_ST22_GET_DUMPS
    RS_ST22_GET_DUMPS
    to get the dump results.
    other related fun modules are:
    RS_ST22_GET_DUMPS_CATEGORIES
    RS_ST22_GET_DUMP_CATEGORY
    RS_ST22_GET_DUMP_CATEGORY_TEXT
    Regards
    Vasu

  • ST22 Dump Pointing to ab_inidt?

    Anybody ever seen this in a dump?
    The termination occurred in the function "ab_inidt" of the SAP
    Basis System, specifically in line 336 of the module         
    "//bas/46D/src/krn/runt/abload4.c#3".   
    Thank-You.

    ABAP runtime errors    LOAD_COMMON_PART                                 
           Occurred on     09/10/2007 at 13:48:27                                                                               
    The length of COMMON PART "PRIPDATA" in program "SAPFV50P" is incorrect.                                                                               
    What happened?                                                                               
    The current ABAP/4 program "SAPMV50A " had to be terminated because     
    one of the statements could not be executed.                                                                               
    This is probably due to an error in the ABAP/4 program.                                                                               
    What can you do?                                                                               
    Note the actions and input that caused the error.                                                                               
    Inform your SAP system administrator.                                                                               
    You can print out this message by choosing "Print". Transaction ST22    
    allows you to display and manage termination messages, including keeping
    them beyond their normal deletion date.                                                                               
    Error analysis                                                                               
    The structure of the COMMON PART "PRIPDATA" in program "SAPFV50P" is    
    different from the area in the calling program.

  • St22 dump : Syntax error in program "SAPLCRM_KNOWLEDGE ".

    Hello experts,
    When i click on Define Template for folder in SPRO ( spro -> customer relation relationship management>
    basic function --> content management ---> define template for folder) it goes to dump.
    Runtime Errors         SYNTAX_ERROR
    Short text :Syntax error in program "SAPLCRM_KNOWLEDGE ".
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLSVIM" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
         The following syntax error occurred in program "SAPLCRM_KNOWLEDGE " in include
          "LCRM_KNOWLEDGEF03 " in
         line 71:
         ""ICFALIAS" must be a flat structure. You cannot use internal tables, s"
         "trings, references, or structures as components. -"
         The include has been created and last changed by:
         Created by: "SAP "
         Last changed by: "SAP "
         Error in the ABAP Application Program
         The current ABAP program "SAPLSVIM" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis
        The following syntax error was found in the program SAPLCRM_KNOWLEDGE :
        ""ICFALIAS" must be a flat structure. You cannot use internal tables, s"
        "trings, references, or structures as components. -"
    The version of CRM is crm 2007 with support stack sp02
    Regards
    Ranadhir

    Thanks Venkataramanan, after the implementing the note 1117598 and 1101434 the problem solved.
    Regards
    Ranadhir

  • RV60SBAT DBIF_RSQL_INVALID_RSQL - ST22 dump using VF06

    Hello
    We are trying in test system to run a test in VF06 selecting approx
    13000 DMR. When we try to run the program, we recieve a dump . Is there a limitation for number of selected DMR, and if so what is the max amount?
    Kind regards

    Check these threads
    [Error DBIF_RSQL_INVALID_RSQL in R/3|Error DBIF_RSQL_INVALID_RSQL in R/3]
    [Reg Blocked Export Documents Runtime Error   |Re: Reg Blocked Export Documents Runtime Error]
    thanks
    G. Lakshmipathi

  • ST22 DUMP When I tried to change settings in se03 transaction

    Hello Gurus
    We are facing some troubles after we done an upgrade ECC EP6, In the "old system" when we try to change settings to "no modificable" in transaction se03 appears the following dump (we have the same issue in both systems (new and old)), I show you in the next screens:
    Please share your comments or advices to solves this issue.
    Best Regards
    Eduardo

    Hi Pranay thanks for the comments
    This is the Error analysis
    And the "How to correct the error"
    And here is the log mentioned
    And the transaction you mentioned, I cheked before I post this issue and the results are: SM13 no error updates, SM12 no locks and the sm50 works fine.
    Thanks for your help
    Eduardo

  • ST22 Dump DDIC_GENERIC_STRUC_COMP

    Hi Expert,
    We are getting lot of DDIC_GENERIC_STRUC_COMP dumos after Kernel Upgrade.
    Any help will be appreciated.
    Log seems to be like this:
    ABAP Program SAPMSSY2                                .
    A  Source SAPMSSY2                                 Line 4474.
    A  Error Code DDIC_GENERIC_STRUC_COMP.
    A  Module  $Id: //bas/700_REL/src/krn/runt/abtypddic.c#12 $ SAP.
    A  Function GenerateViewComponent Line 1718.
    A  ** RABAX: level LEV_RX_STDERR completed.
    Please help.
    Regards,
    Vinit

    To explain the problem in more detail, please go through below log
    A  ABAP Program SAPLBTCH                                .
    A  Source LBTCHU33                                 Line 135.
    A  Error Code DDIC_GENERIC_STRUC_COMP.
    A  Module  $Id: //bas/700_REL/src/krn/runt/abtypddic.c#12 $ SAP.
    A  Function GenerateViewComponent Line 1718.
    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.
    A  ** RABAX: end no http/smtp
    A  ** RABAX: end RX_BTCHLOG|RX_VBLOG
    A  Incomplete table definition for DDIC table type TBTCP..
    Any help will be appreciated.

  • Unable to create Material CR , cannot display the page , dump in ST22

    Hi Experts,
    We are implementing MDG with EHP6 with following components installed with
    But I am unable to create Material CR  . I am getting the initial page for Create Material but after I hit continue, the next page cannot be displayed .
    It is creating an ST22 dump that the config id 'MDG_BS_MAT_PLANT_LIST_ATS' is having an invalid column 'DISPO_TXT' . But I am unable to find the relevant UIBB for this config id . Any thoughts on this issue and how to resolve it. How can I edit the configuration , I don't see that UIBB .
    I am unable to find the UIBB for config id 'MDG_BS_MAT_PLANT_LIST_ATS'
    I am unable to see the UIBB for MDG_BS_MAT_PLANT_LIST_ATS
    I could see the component configuration for MDG_BS_MAT_PLANT_LIST_ATS

    I found a note 1830324 from SAP  regarding this issue , but it is related to SP08 and we are already in SP09.
    This note is about the List Component (WD ABAP component FPM_LIST_UIBB_ATS). When the List Component is started it reads the columns from the configuration. All columns in the configuration should be part of the field catalog that is defined by the feeder class (feeder class method get_definition, parameter io_field_catalog). Otherwise the column is invalid (this could happen e. g. when a column that has already been configured is later removed from the field catalog). When such a invalid column is detected the List Component should raise an X-message and in the short text the name of the configuration and the name of the invalid column should be mentioned. The solution then would be to remove that invalid column from the configuration.
    Not sure why we are still getting the invalid column issue.

Maybe you are looking for

  • Macbook Leopard Update- Hard drive not recognized?!?!

    Question- What do you think caused this problem, and how can I best fix it? (See below for information) Well, I finally decided to update to Leopard. I put the disk in my Macbook, and everything went smoothly as it verified the installation DVD- unti

  • Returning Exeptions of a function module in webServices

    Hi, I defined a webService for a rfc with the following parameters: FUNCTION J_3S_F_RJEDSN. ""Lokale Schnittstelle: *"  IMPORTING *"     VALUE(ABAP) TYPE  J_3SREPORT *"     VALUE(VARNAME) TYPE  STRING DEFAULT '?' *"  EXPORTING *"     VALUE(DSN) TYPE 

  • After updating to iOS 7.1 calling no longer works

    After I updated to 7.1, everything works fine except for calling/my phone number. iMessage and FaceTime only work when using my email but when people call me it goes straight to voicemail and when I call people I just hear nothing. The LTE works fine

  • ODI metadata query to find source and Target table for Interface

    Hi Experts, Client is migrating there source from EBS 11.5.10 to R12. They are in ODI BIApps. 7952 version.Since,all there mappings are customized they are not bothering about support from Oracle as far as BIApps is concerned. Now,we need to know how

  • Load Multiple Images using link in Crystal Report

    Hi Guys, I am currently in need of developing a new requirement for our company's client. We have to load multiple images using just link in Crystal Report. Let's say that the images are stored in a folder (e.g., C:\Datafolder\Images\) and i have to