BADI MB_DOCUMENT_BADI dump error

Hi all,
am using BADI : MB_DOCUMENT_BADI,method MB_DOCUMENT_BEFORE_UPDATE,to have checks in MB1A(Goods Issue transaction).I have written a code to check some values,after checking and raising an error message if I press enter the following dump error is coming:
Error analysis
    Short text of error message:
    Internal error: Multiple call of update function module
    Long text of error message:
     Diagnosis
         In the FORM routine Buchen_Ausfuehren (program SAPMM07M), an error
         message was issued by a Business Add-In (BAdI) or function module.
         This is not permitted, because it could lead to data
         inconsistencies. For this reason, the update of the material
         document was also terminated with a termination message (dump).
         Note that this message (M7 372) is not the responsible error
         message.
     System Response
     Procedure
         Contact your system administrator.
     Procedure for System Administration
         If there is an active implementation of the Business Add-In
         MB_DOCUMENT_BADI, check that no error message is issued in the
         MB_DOCUMENT_BEFORE_UPDATE method.
    Technical information about the message:
    Message class....... "M7"
    Number.............. 372
    Variable 1.......... " "
    Variable 2.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
Hope am clear in my questian,
Thanks & Regards,
Rock.

Hi,
This BADI is called in update task.
So as a result when you call your error message, SAP is retuning it as message type 'X" and an update termination occurs.
I was facing a similar problem becuase i was trying to update measurment doc via this badi.
Incase the measuring document was locked by some user my FM used to throw an error message and that would lead to a message type 'X' in this badi.
So if you want to do some validations only; please use the following BADI.
MB_MIGO_ITEM_BADI in the method ITEM_MODIFY.
Regards,
Ankur Parab

Similar Messages

  • Dump Error In Material Master Transaction

    Dear Experts,
    When i am creating or changing any material master record, i am getting the below dump error while saving the material.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLC1F2" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
        The following syntax error occurred in program "SAPLC1AX " in include "%_CESPCL
         " in
        line 77:
        "Component called ATWRT already exists. ."
        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 "SAPLC1F2" 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 SAPLC1AX :
        "Component called ATWRT already exists. ."
    Trigger Location of Runtime Error
        Program                                 SAPLC1F2
        Include                                 LC1F2U10
        Row                                     594
        Module type                             (FUNCTION)
        Module Name                             C1F2_SUBSTANCES_SAVE_TO_DB
    Can you please help me out with this?
    Thanks,
    Praveen

    Hi,
    I have not made any changes in the Enhancements/BADIS which are related to ATWRT, but created one ZTable for linking the
    Vendor (LIFNR), Material (MATNR) & Manufacturer (ATWRT).
    Here are the additional details of the dump which i am getting in MM01/MM02 transactions for your reference.
    Moderator message - Please respect the 5,000 character maximum when posting. Post only the relevant portions of the dump
    Can you please help me with this?
    Thanks,
    Praveen
    Edited by: Rob Burbank on Feb 2, 2011 9:29 AM

  • BADI MB_DOCUMENT_BADI

    Hi All,
    I have created one implementation to the BADI MB_DOCUMENT_BADI. This badi will hit while creation of material document.I have write the code in method MB_DOCUMENT_BEFORE_UPDATE such  that it will act only for certain movement types specially for t-codeMb1a and MB31.
    What problem I am facing i have used a error message "MB_DOCUMENT_BEFORE_UPDATE" in this method.If we got the erroe message then we dont need to post the material dcoument,but here problem is that if the material document could not posted then it corrupt the material and when we performing 261/101 we got error message like " Inconsistency between MM and ML for material and plant"
    Can anybody elebrate the problem why its happining and what will be the solution to the issue.
    Thanks ,
    sandeep.

    Hi,
      This needs to be handled in the program based on the user action, you can either 'exit' the program or 'continue' processing, refer the sample code below,
    CALL FUNCTION 'POPUP_TO_CONFIRM'
            EXPORTING
             TITLEBAR                    = 'Confirm'
            TEXT_QUESTION               = 'Do you want to continue or exit'
             TEXT_BUTTON_1               = 'Continue'
             TEXT_BUTTON_2               = 'Exit'
             DISPLAY_CANCEL_BUTTON       = ' '
           IMPORTING
             ANSWER                      = LV_ANSWER.
          IF LV_ANSWER = 1.
                Handle the error,
          endif.
    Hope this helps,
    Rgds,

  • Short dump error in MIGO transenction.

    Hi all,
    I am using sap client :800 for Ides. I am going to post GR using Transection MIGO. i get the dump ERROR as
    Error analysis
        Short text of error message:
        No RFC destination is defined for SAP Global Trade Services
        Technical information about the message:
        Message classe...... "/SAPSLL/PLUGINR3"
        Number.............. 002
        Variable 1.......... " "
        Variable 2.......... " "
        Variable 3.......... " "
        Variable 4.......... " "
      Program                                 SAPLMBWL
      Include                                   LMBWLU21
      Row                                       59
      Module type                           (FUNCTION)
      Module Name                          MB_POST_GOODS_MOVEMENT
    With description of programme
      29 *    when a goods movement for an inbound or outbound delivery is posted
      30 *    directly from VL31N/ VL01N, XBLNR is not yet known when we call
      31 *    CKMV_AC_DOCUMENT_CREATE, but the number is supposed to be stored in
      32 *    BKPF as well. There is no other way to forward XBLNR to FI as not
      33 *    every document is posted by MB_CREATE -> a new function module in
      34 *    MBWL for transferring the information, called by FI, meant to load
      35 *    the complete function group for all MBxx postings when this isn't
      36 *    required (Performance). Would be the better way to transport the
      37 *    information after switching off MBxx in later release.
      38 *    corresponding IMPORT ... FROM MEMORY ... can be found in
      39 *    AC_DOCUMENT_POST (FORM FI_DOCUMENT_PREPARE (LFACIF5D))
      40      l_mem_id = 'MKPF-XBLNR'.                                   " 641365
      41      EXPORT xblnr = xblnr_sd TO MEMORY ID l_mem_id.             " 641365
      42    ENDIF.
      43    IF xmkpf-xabln IS INITIAL.                               "note 434093
      44        CALL FUNCTION 'MB_XAB_NUMBER_GET'.                   "note 434093
      45    ENDIF.                                                   "note 434093
      46
      47 ENHANCEMENT-POINT MB_POST_GOODS_MOVEMENTS_01 SPOTS ES_SAPLMBWL STATIC.
      48
      49 ENHANCEMENT-POINT MB_POST_GOODS_MOVEMENTS_02 SPOTS ES_SAPLMBWL.
      50    CALL FUNCTION 'MB_CREATE_MATERIAL_DOCUMENT_UT'
      51         EXCEPTIONS
      52           error_message = 4.
      53 *  As soon as we have started to put things into UPDATE TASK, we must
      54 *  ensure that errors definitely terminate the transaction.
      55 *  MESSAGE A is not sufficient because it can be catched from
      56 *  external callers which COMMIT WORK afterwards, resulting in
      57 *  incomplete updates. Read note 385830 for the full story.
      58    IF NOT sy-subrc IS INITIAL.
    >>>>       MESSAGE ID sy-msgid TYPE x NUMBER sy-msgno WITH            "385830
      60                  sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      61 *     MESSAGE A263.
      62    ENDIF.
      63 * Optische Archivierung
      64 * Spaete Erfassung mit Barcode
      65 * Redesign of barcode handling -> note 780365
      66   PERFORM barcode_update(sapmm07m) USING xmkpf-mblnr
      67                                          xmkpf-mjahr
      68                                          barcode.
      69
    70   MOVE-CORRESPONDING xmkpf TO emkpf.
    71   CALL FUNCTION 'MB_MOVEMENTS_REFRESH'
    72     EXCEPTIONS
    73       error_message = 4.
    74    MOVE-CORRESPONDING xmkpf TO emkpf.
    75    CALL FUNCTION 'MB_MOVEMENTS_REFRESH'
    76         EXCEPTIONS
    77           error_message = 4.
    78    IF NOT sy-subrc IS INITIAL.
    How i can solve this Error.

    Dear Baya,
    If you do not want to use SAP GTS, please kindly deactivate it.
    (or else you would have defined an Rfc destination for it).
    Please check customzing below and deactivate GTS connection to the ERP
    System:
    Possibility to deactivate the GTS transfers (if currently the transfer
    is active):
    General deactivation of GTS calls using following path in IMG:
    SAP Customizing Implementation Guide
    -> Sales and Distribution
      -> Foreign Trade/Customs
       -> SAP Global Trade Services - Plug-In
        -> Control Data for Transfer to SAP Global Trade Services
         -> Technical Activation of Document Transfer
    If you execute these activities you are asked if you want to deactivate
    the implementation of BAdI implementations. This has to be confirmed
    with yes.
    Hope this will help.
    Ian Wong Loke Foong

  • Short Dump Error While Data load

    Hi Experts,
    Data load to an ODS in production server has been failed because of Short dump error. The error message shows " OBJECTS_OBJREF_NOT_ASSIGNED ".
    Request you to please help me out with a solution ..
    Regards,
    Vijay

    Hi Vijay,
    follow the steps below (May Help you)
    Goto Monitor screen>Status Tab> using the wizard or the menu path >Environment -> Short dump> In the warehouse
    Select the Error and double click
    Analyse the error from the message.
    1.-->Go to Monitor
    -->Transactional RFC
    -->In the Warehouse
    -->Execute
    -->EDIT
    -->Execute LUW
    Refresh the Transactional RFC screen and go to the Data Target(s) which have failed and see the status of the Request-->Now it should be green.
    2.In some cases the above process will not work (where the Bad requests still exists after the above procedure).
    In that case we need to go to the Data Targets and need to delete the bad requests and do the update again
    Regards,
    BH

  • Short dump error in program SAPMV50A after modification

    Dear gurus
    i have done some modification in vl02n through Badi and it is working fine in Development server.
    when i transport it to quality server and test it
    it giving a short dump in vl02n while vl01n is working perfectly fine and showing my modification too..
    below is the error mentioned
    Database error text........: "Unsupported database type in parameter/column
        (168)."
       Internal call code.........: "[RSQL/READ/LIKP ]"
       Please check the entries in the system log (Transaction SM21).
       If the error occures in a non-modified SAP program, you may be able t
       find an interim solution in an SAP Note.
       If you have access to SAP Notes, carry out a search with the followin
       keywords:
       "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"
       "SAPMV50A" or "MV50AFDB"
       "LIKP_SELECT"
       If you cannot solve the problem yourself and want to send an error
       notification to SAP, include the following information:
    Please help
    Regards
    Saad Nisar

    i have created two append structure in standard tables of LIKP & LIPS which are activated and so as LIKP and LIPS
    my Badi is also activated and my customized program is also activated.
    While making outbound delivery in Quality server it works fine but when i want to make changes in that created delivery it throws dump error
    short text
       SQL error in the database when accessing a table.
    issing RAISING Clause in Interface
       Program                                 SAPMV50A
       Include                                 MV50AFDB
       Row                                     14
       Module type                             (FORM)
       Module Name                             LIKP_SELECT
    rigger Location of Exception
       Program                                 SAPMV50A
       Include                                 MV50AFDB
       Row                                     20
       Module type                             (FORM)
       Module Name                             LIKP_SELECT

  • Dump error  Exception condition "DATA_INCONS_IN_EXIT_MANAGEM" raised.

    hi ppl,
              I have created a simple badi,when i call this badi  its showing the dump error  Exception condition "DATA_INCONS_IN_EXIT_MANAGEM" raised.

    HI,
    I have checked all of them
    Actually i am trying this example  from saptechnical. com
    Even i have tried others examples also but everytime I am recieving dame dump
    Exception condition "DATA_INCONS_IN_EXIT_MANAGEM" raised.*
    Edited by: Sumesh Nair on Apr 24, 2009 7:08 AM
    Edited by: Sumesh Nair on Apr 24, 2009 7:09 AM
    Edited by: Sumesh Nair on Apr 24, 2009 7:09 AM

  • Dump error after applying patches

    Dear all;
    after applying SAP_BASIS Packs (SAPKB62019 and SAPKB62020) the transaction was canceled before finched implementing the patches and We are receiving ABAP dump errors while executing any transaction ( syntax_error)
    could you help me to resolve this proble?
    thanks and regards.
    Issam CHIBOUNI

    Hi
    SAPKB62020
               Symptom: After you import Basis Support Package SAPKB62020, you may experience a change in the system response at different points in an R/3 Enterprise system. This problem can be seen in the sudden appearance of screen elements, for example, or in changes in the process flow of transactions. In extreme cases, it can also cause data corruption.
               Reason: Support Package SAPKB62020 included an incomplete correction to BAdI processing that caused the execution of BAdI implementation of deactivated Enterprise Extensions.
               Solution: You must refer to SAP Note 601742. Import Basis Support Package SAPKB62023 as soon as possible (planned release date is May 06, 2003) or implement the additional correction instructions as described in Note 601742.
    thanks and regard
    Khurshid

  • Dump error while bulk load to Sybase IQ

    Hi ,
    I am loading data from Sybase IQ source to Sybase IQ target database.  I can load the data in normal mode.  But If I am trying bulk loading it is throwing dump error. Earlier I loaded so many times using bulk load but I didn't face any issue. We upgraded to Sybase IQ 16.0 SP3 to SP8. Now We are facing this type of difficulties. Please find the attached log file for error.
    Please help me how to resolve this issue.
    Thanks & Regards,
    Ramana.

    Hi Vijay,
    follow the steps below (May Help you)
    Goto Monitor screen>Status Tab> using the wizard or the menu path >Environment -> Short dump> In the warehouse
    Select the Error and double click
    Analyse the error from the message.
    1.-->Go to Monitor
    -->Transactional RFC
    -->In the Warehouse
    -->Execute
    -->EDIT
    -->Execute LUW
    Refresh the Transactional RFC screen and go to the Data Target(s) which have failed and see the status of the Request-->Now it should be green.
    2.In some cases the above process will not work (where the Bad requests still exists after the above procedure).
    In that case we need to go to the Data Targets and need to delete the bad requests and do the update again
    Regards,
    BH

  • Please help me Solve Bad Pool Caller Error (Windows 8)

    I'm repeatedly getting "Bad Pool Caller Error" on my Windows 8 PC causing it restart again and again. Tried all I knew, nothing worked. However, I'm able to use the PC in Safe Mode (right now I'm on it). Here is the link to dump files (zipped),
    -https://onedrive.live.com/?cid=574E051B8481CE34&id=574E051B8481CE34%21231
    Thank you in advance,
    Anup Mehra

    AM
    For starters you need to update to win 8.1 ASAP and you need to either remove or update your PGP (Related to PGPsdk.sys PGP Software Development Kit NT Driver from PGP Corporation.) which is dated 2005 and can not possibly work in win 8.
    Then please run driver verifier to find the under lying issue
    These crashes were related to memory corruption (probably caused by a driver). 
    Please run these two tests to verify your memory and find which driver is causing the problem.  Please run verifier  first
    If you are over-clocking anything reset to default before running these tests.
    In other words STOP!!!  
    If you do not know what this means you probably are not
    1-Driver verifier (for complete directions see our wiki here)
    2-Memtest. (You can read more about running memtest here)
    Wanikiya and Dyami--Team Zigzag

  • Help to use BAPI_GOODSMVT_CREATE in BAdI MB_DOCUMENT_BADI

    Hi frnds ,
      I want use BAPI_GOODSMVT_CREATE in BAdI MB_DOCUMENT_BADI,
    can any one have any code related this ?
    i have also writeen my code but it is giving error that itab is not an inatertable occurs n misiing , but when i  m creting internal table with occurs staement it is not suppoertd by OO concept.
    Dont worry about points.
    Mahesh.

    Hello
    Use the syntax
    data : itab type table of <xmseg> with header line.
    regards

  • Bad pool caller error

    Sir i have windows 8 32-bit professional. when i open specific hard drive location i.e local disk E it restart saying BAD POOL CALLER error. here is alink of skydrive where are my dump file please analyze it and answer me.....
    https://skydrive.live.com/#cid=899F33253DF40A69&id=899F33253DF40A69%21111

    it looks like Avast (aswSP.SYS) is the cause:
    BAD_POOL_CALLER (c2)
    The current thread is making a bad pool request. Typically this is at a bad IRQL level or double freeing the same allocation, etc.
    Arguments:
    Arg1: 00000000, The caller is requesting a zero byte pool allocation.
    Arg2: 00000000, zero.
    Arg3: 00000001, the pool type being allocated.
    Arg4: 6e557641, the pool tag being used.
    Debugging Details:
    BUGCHECK_STR: 0xc2_0
    CUSTOMER_CRASH_COUNT: 1
    DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT
    PROCESS_NAME: explorer.exe
    CURRENT_IRQL: 0
    LAST_CONTROL_TRANSFER: from 81e4f05d to 81e25b98
    STACK_TEXT:
    nt!KeBugCheckEx
    nt!ExAllocatePoolWithTag
    WARNING: Stack unwind information not available. Following frames may be wrong.
    aswSP
    SYMBOL_NAME: aswSP+2caf3
    Image path: \SystemRoot\System32\Drivers\aswSP.SYS
    Image name: aswSP.SYS
    Timestamp: Tue Oct 30 23:43:45 2012
    So update Avast or uninstall it, if there is no Windows 8 compatible version.
    btw, why do you use the checked Build (Built by: 9200.16384.x86chk.win8_rtm.120725-1247)?
    "A programmer is just a tool which converts caffeine into code"

  • Bad pool caller error on Windows 8

    Hi
    when i try to open a dvd file through cyberlink power dvd or try to play any video though power dvd ,blue screen appear with bad pool caller error.Here
    is my dump file can somebody help me solve it?
    https://skydrive.live.com/redir?resid=631D315AE22B5BD7%21172
    thanks in advance

    LN
    These were Related to
    atikmpag.sys AMD multi-vendor Miniport Driver from Advanced Micro Devices, Inc.  Yours is 2 years old.  I would install the newest driver available.
    If you continue to crash I would remove McAfee and use the built in defender in its place.
    ************* Symbol Path validation summary **************
    Response Time (ms) Location
    Deferred SRV*H:\symbols*http://msdl.microsoft.com/download/symbols
    Symbol search path is: SRV*H:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is:
    Windows 8 Kernel Version 9200 MP (4 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS Personal
    Built by: 9200.16628.amd64fre.win8_gdr.130531-1504
    Machine Name:
    Kernel base = 0xfffff803`26613000 PsLoadedModuleList = 0xfffff803`268dfa20
    Debug session time: Tue Jan 7 11:29:25.189 2014 (UTC - 5:00)
    System Uptime: 0 days 0:03:21.104
    Loading Kernel Symbols
    *** WARNING: Unable to verify timestamp for igdkmd64.sys
    *** ERROR: Module load completed but symbols could not be loaded for igdkmd64.sys
    *** WARNING: Unable to verify timestamp for atikmpag.sys
    *** ERROR: Module load completed but symbols could not be loaded for atikmpag.sys
    Probably caused by : igdkmd64.sys ( igdkmd64+1612 )
    BAD_POOL_CALLER (c2)
    The current thread is making a bad pool request. Typically this is at a bad IRQL level or double freeing the same allocation, etc.
    Arguments:
    Arg1: 0000000000000099, Attempt to free pool with invalid address (or corruption in pool header)
    Arg2: fffff880042bfa28, Address being freed
    Arg3: 0000000000000000, 0
    Arg4: 0000000000000000, 0
    Debugging Details:
    BUGCHECK_STR: 0xc2_99
    CUSTOMER_CRASH_COUNT: 1
    DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT
    PROCESS_NAME: wmplayer.exe
    CURRENT_IRQL: 0
    ANALYSIS_VERSION: 6.3.9600.16384 (debuggers(dbg).130821-1623) amd64fre
    LAST_CONTROL_TRANSFER: from fffff80326c5d19c to fffff8032666d440
    STACK_TEXT:
    fffff880`1c5db1e8 fffff803`26c5d19c : 00000000`000000c2 00000000`00000099 fffff880`042bfa28 00000000`00000000 : nt!KeBugCheckEx
    fffff880`1c5db1f0 fffff803`267a90e9 : f617e594`f77ba7cd abf4526f`4068c80d 0821daac`4bda7310 c9b150af`c6357f79 : nt!VerifierBugCheckIfAppropriate+0x3c
    fffff880`1c5db230 fffff803`26885b39 : fffff880`042bfa18 fffff880`1c5db2e9 00000000`000000ff 76313c00`91136869 : nt!VerifierFreeTrackedPool+0x41
    fffff880`1c5db270 fffff880`04b00612 : fffff880`042bfa28 fffff8a0`09882e80 00000000`00000000 fffff880`1c5db6b0 : nt!ExFreePool+0xa6b
    fffff880`1c5db350 fffff880`042bfa28 : fffff8a0`09882e80 00000000`00000000 fffff880`1c5db6b0 fffff880`00004b80 : igdkmd64+0x1612
    fffff880`1c5db358 fffff8a0`09882e80 : 00000000`00000000 fffff880`1c5db6b0 fffff880`00004b80 fffff880`00000400 : atikmpag+0x32a28
    fffff880`1c5db360 00000000`00000000 : fffff880`1c5db6b0 fffff880`00004b80 fffff880`00000400 fffff880`1c5db380 : 0xfffff8a0`09882e80
    STACK_COMMAND: kb
    FOLLOWUP_IP:
    igdkmd64+1612
    fffff880`04b00612 ?? ???
    SYMBOL_STACK_INDEX: 4
    SYMBOL_NAME: igdkmd64+1612
    FOLLOWUP_NAME: MachineOwner
    MODULE_NAME: igdkmd64
    IMAGE_NAME: igdkmd64.sys
    DEBUG_FLR_IMAGE_TIMESTAMP: 526eddae
    FAILURE_BUCKET_ID: 0xc2_99_igdkmd64+1612
    BUCKET_ID: 0xc2_99_igdkmd64+1612
    ANALYSIS_SOURCE: KM
    FAILURE_ID_HASH_STRING: km:0xc2_99_igdkmd64+1612
    FAILURE_ID_HASH: {3ffadce8-e9ff-ec0c-363d-6cfbdfbb1ba3}
    Followup: MachineOwner
    Wanikiya and Dyami--Team Zigzag

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

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

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

  • Short dump error report

    What is the purpose of short dump error report generated by the system? What r the major parts/section of this report?

    hi please look through this:
    Whenever any transaction or any process is executed it hits an ABAP code.
    If there is any issue in executing the code the situation is called "ABAP DUMP" or 'Short Dump'
    Transaction ST22 is used to check any ABAP Dump within a given duration.
    U can also fix the issue with the help of ABAP editor (Transaction Code SE38) if u r good with ABAP.
    you can select back to the last 14 days if you are
    running the SAP_REORG_ABAPDUMPS job (program RSSNAPDL) which deletes te
    old ABAP dumps every day, possibly further if you run it weekly or
    monthly.
    sap-basis   sap-basisAll Groups  Ignore this text box. It is used to detect spammers.If you enter anything into this text box, no search results will be displayed.
    SAP Groups > Technical-functional > sap-basis > Message
    About This Group | Invite peers to join this group 
    << Prev thread  < Prev msg  Next msg >  Next thread >> 
    short dump----urgent
    Reply from Keith Lewis on 5/2/2003 3:22:00 AM 
    Good explanation Joy, but it is not only limited to the current day and
    yesterday. If you click on the Selection button you can select previous
    days as well. In fact you can select back to the last 14 days if you are
    running the SAP_REORG_ABAPDUMPS job (program RSSNAPDL) which deletes te
    old ABAP dumps every day, possibly further if you run it weekly or
    monthly.
    Cheers
    Keith
    SAP R/3 Support Specialist
    Information Services International
    Tel +44 1664 41 6178 Mobile +44 7887 627818
    E-mail email@removed
    Archive Page - http://www.ittoolbox.com//I/sap-r3-basis.asp
    Dear sreenivas
    If you receive an error message in the R/3 System log (SM21), or if you
    see
    a terminated update in the update service analysis transaction (SM13), or
    DB
    realated error ,check for dumps using the dump analysis transaction
    (transaction ST22), or choose Tools -> Administration -> Monitoring ->
    Dump
    analysis.
    Transaction ST22 enables you to analyze short dumps from the current and
    previous day.
    The dump analysis function shows you:
    What happened
    What you can do
    How to correct the error
    The dump analysis function also provides an error ID and keywords that you
    can use to search in SAPNet, as well as information about:
    The system environment
    Users and transactions
    Transaction ST22 enables you to analyze the following data:
    Date, time, user, client
    Contents of system and data fields
    Contents of internal tables and application tables
    ST22 is a very nice feature in SAP. This is where all the system errors
    and users mistakes showed up. If there is a problem that you cannot
    solve and you contact SAP support, they look at this area to analyze it.
    This gives us lead where to handle the problems.
    Error analysis
    How to correct the error
    System environment
    User, transaction...
    Information on where termination occurred
    Contents of system fields
    Chosen variables
    Active calls / events
    Internal notes
    Active calls in SAP kernel
    List of ABAP programs affected
    List of internal tables
    Directory of application tables (contents)
    Directory of data areas (administration information)
    Directory of data areas (contents)
    ABAP control blocks CONT
    End of runtime analysis
    i think this would be helpful
    regards
    sravani

Maybe you are looking for

  • Macbook pro unibody doesn't recognize hdd, is it cable or motherboard?

    Hi, A few weeks ago I replaced my hdd in my macbook pro 13inch med 2010 with a ssd. Some weeks after I did it, my macbook didn't boot up anymore, it showed a flashing folder. I put my old hdd in and it still doesn't boot up. I use my macbook now by b

  • Release Workbench and BADI Help

    Hi All. I just finished a whole MAP scenario though the end result is very different to the business content and now I need to send the information to R/3 OAPC module, what I need now is to find the propper BADIs to do this so I can make a propper te

  • Error in file : table could not be found!

    I'm getting the following error on a scheduled report in production infoview. Error in File C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\procSched\xxx-crystal-01.reportjobserver\~tmp17605bb388845935.rpt: The table could not

  • How to create file type source system connection

    Hi All, I have to load data from Flat files , but when i checked the source system connections File type source system connection is not present. Please guide me how can i create the same. Apoorva

  • Whether can we enhance screen of planning book/dataview in snp?

    Dear SAP Expert, we wonder whether can we enhance screen of planning book/dataview in snp? please tell us. thanks so much