SAP Short Dumps and PCI Compliance

We've run into an issue with our PCI Compliance audit around being able to see unencrypted credit cards in short dump messages in SAP.  Has anyone run into this issue?
Only work around I've got at this point is to restrict all access to short dumps and require many documented signoffs before turning on and off access to a short dump.  This is pretty cumbersome, and still leaves a hole in my overall security.
We've managed to purge restricted CC data from our XI logging, and done everything right with encryption, but this short dump issue just doesn't seem to have a solution.
Can anyone help?  We're on 6.0.
Thanks!

Hi David,
This is an interesting situation you have described. ABAP short-dumps or run-time errors as they are also known as, are unhandled exceptions during program execution. The conditions that cause such exceptions is unknown or cannot be handled at run-time. To help analyze what went wrong with the said program during execution, it is necessary for the dump to contain all possible information including data values passed between programs when the error occurs. Encryption of restricted data values is a program step in itself. If the dump were to occur after this step then of course it would contain encrypted CC info. Unfortunately in your case it exposes restricted CC info because the dump occurs BEFORE this step.
I don't believe there is a way to prevent this from happening -- for the same reason that the program logic does not know at run-time how to "handle" the exception. If occurrences of such dumps is fairly common in your system, you may want to investigate the likely causes -- for example, missing or incorrect customization. Analyzing the short dumps will probably give you a clue. Your customization team may be able to identify a pre-condition that causes this unhandled exception. If this exception can then be handled (via a program change) that returns a meaningful error instead of a short dump you would be able to close the security hole. This however entails modification to SAP standard code. I don't usually recommend such changes, but given the sensitive nature of your data it may be worth consideration.
I personally advocate restricted access to ST22. The steps you have undertaken to enforce this may be cumbersome despite efforts to keep it simple. I suppose that's the price we pay in administering the system. If you have not already done so, you may also want to ensure that short-dumps that contain restricted CC info are not saved (using the "Keep" feature in ST22) for easy retrieval at a later point in time or they are saved, it be available only to 'restricted eyes'. Short-dumps are normally saved in the system for 7 or 14 days (not sure of exact # of days). The bigger challenge in my opinion is: How do you prevent the restricted info from being viewed by the user who during the course of program/transaction execution encounters the said short dump? No amount of security controls around ST22 will mitigate this risk. The only option that remains is program change (as mentioned above). But to get there you first need to know what causes the exception.
Regards.
Ashutosh

Similar Messages

  • SAP Short Dumps when generating BSP page

    While generating my BSP page a short dump occurs saying that there is too much code basically. (more then 10,000 ABAP statments). This happens on my LAYOUT section of the screen and the weird thing is that I only have 2145 lines of code. 
    A little background is that we are displaying a tab strip with 8 tabs and many fields on each tab.  The user has a few more rules for displaying data but I'm finding that I can't add anymore code.  Has anyone found a way around this?

    Its not too difficult.  From your view that houses the tabstrip container, you just go ahead and call all the controllers for your individual tabs.
    <phtmlb:containerTabStrip id                    = "TabStrip3"
                                      collapsed             = "<%= application->T3_COLLAPSED %>"
                                      collapsible           = "TRUE"
                                      firstVisibleItemIndex = "1"
                                      hasContentConnector   = "TRUE"
                                      maxVisibleItems       = "5"
                                      onCollapse            = "myCollapse"
                                      scrollableItems       = "TRUE"
                                      selectedIndex         = "<%= application->SELECTED_chart2 %>" >
              <phtmlb:containerTabStripItem id    = "C1"
                                            title = "<OTR>Hours History</otr>" >
                <phtmlb:containerContentItem>
                  <bsp:call url     = "Chart1.do"
                            comp_id = "c1" />
                </phtmlb:containerContentItem>
              </phtmlb:containerTabStripItem>
              <phtmlb:containerTabStripItem id    = "C2"
                                            title = "<OTR>Project Hours Chart</otr>" >
                <phtmlb:containerContentItem>
                  <bsp:call url     = "Chart2.do"
                            comp_id = "c2" />
                </phtmlb:containerContentItem>
              </phtmlb:containerTabStripItem>
              <phtmlb:containerTabStripItem id    = "C3"
                                            title = "<OTR>6 week History</otr>" >
                <phtmlb:containerContentItem>
                  <bsp:call url     = "Chart3.do"
                            comp_id = "c3" />
                </phtmlb:containerContentItem>
              </phtmlb:containerTabStripItem>
            </phtmlb:containerTabStrip>
    I then handle the event for the tabstrip change and put the current selected tab into an application class variable or a model class variable.
    ****Get a Pointer to the application Object
      appl ?= application.
      data: event1 type ref to if_htmlb_data.
      event1 = cl_htmlb_manager=>get_event_ex( request ).
    case event_id.
    when 'tabstrip3'.
          if event1->event_type eq cl_phtmlb_containertabstrip=>co_phtmlb_event_tab_selected.
            appl->selected_chart2 = event1->event_server_name.
            clear appl->saved_selected_chart.
          elseif event1->event_type eq cl_phtmlb_containertabstrip=>co_phtmlb_event_collapsed.
            appl->t3_collapsed = 'TRUE'.
          elseif event1->event_type eq cl_phtmlb_containertabstrip=>co_phtmlb_event_expanded.
            appl->t3_collapsed = 'FALSE'.
          endif.
      endcase.
    Next in each controller at the start start of processing of the controller I just do a check to make sure that I an in the currently selected tab.  If not, I perform not controller logic, which in turn doesn't call in application logic from my model class or make a call to any view.
    data: appl type ref to zcl_es_bsp_appl_ptime_ent.
      appl ?= application.
      check appl->selected_chart = 'C1'.
    That way all my flow logic (selected tab - active tab) stays in my controller and view doesn't get cluttered up with any of that.

  • APPLSYSPUB and PCI Compliance

    PCI Compliance documentation requires us to change all vendor-supplied default passwords.
    Oracle says in 'Best Practices for Securing Oracle E-Business Suite' that it recommends that you NOT change the default password for APPLYSYSPUB. (Appendix C).
    So what is a company to do? Do we change it or not?

    If by "logs" you mean the signature events the IPS Sensor generates, then the answer is mostly yes.
    The Sensor has a circular buffer for event storage. It will keep these event until they are overwritten.
    How quickly they are overwritten is a factor of buffer size, event size, packet capture options, etc (there was a forum thread on this very topic you can search for)
    If you are concerned about keeping event logs, you can install the free IME server and pull events from the sensor. If you are REALLY concerned about getting events logs you can stand up two IME servers (they will cost you some sensor overhead though) and keep them on your host, instead of your senor. Each sensor can support up to 5 devices (I think) pulling events.
    - Bob

  • CCM - Publishing Master catalog gives short dump and terminates publishing

    Hello Experts,
    we are implementing SRM 5.0 with CCM 2.0 in SP08.
    When we tried to publish the master catalog in CCM. we are getting the following error.
    FYI..
    i ran /CCM/initialize_cme once.
    Checked TREX it is working fine. (checked with reports as well)
    Your help will be greatly appreicated.
    Thanks, Renga.
    -========================================================-
    Data type 4688C4C9FE4702CE00000000AC140239_ 0000000001  does not exist
    Data type  not found
    Data type  not found
    Unable to initialize the characteristics/data types (catalog /CCM/MASTER_CATALOG)
    Error when generating catalog /CCM/MASTER_CATALOG
    Catalog update was terminated
    Error when generating catalog /CCM/MASTER_CATALOG
    Publication in target system was discarded
    Exception /CCM/CX_PUBLICATION_FAILED occurred (program: /CCM/CL_PE_PACKAGING_SERVICE==CP, include: /CCM/CL_PE_PACKAGING_SERVICE=
    Exception /CCM/CX_PUBLICATION_FAILED occurred (program: /CCM/CL_PE_REQUEST_SERVICE====CP, include: /CCM/CL_PE_REQUEST_SERVICE===
    07/03/2007 13:45:01 (EST): Catalog publication was started
    Publishing catalog /CCM/MASTER_CATALOG for the first time
    Publication will only be local
    Maximum package size (catalog items): 5000
    07/03/2007 13:45:02 (EST): >>> Start: Publication of catalog model
    07/03/2007 13:45:03 (EST): Data types published; 25 updated/created; 0 deleted
    07/03/2007 13:45:03 (EST): Characteristics published; 35 updated/created; 0 deleted
    07/03/2007 13:45:03 (EST): Schemas published; 1 updated/created; 0 deleted
    07/03/2007 13:45:03 (EST): Categories published; 313 updated/created; 0 deleted
    07/03/2007 13:45:03 (EST): >>> End: Publication of catalog model
    07/03/2007 13:45:03 (EST): >>> Start: Publication of catalog content
    07/03/2007 13:45:03 (EST) ************ Start Applications Log for Package 0001 *******************
    07/03/2007 13:45:03 (EST): Package 0001 is being transferred to Update Manager
    07/03/2007 13:45:03 (EST): Package 0001 is being updated locally
    Catalog update was terminated
    07/03/2007 13:45:05 (EST) ************* End Applications Log for Package 0001 ********************
    07/03/2007 13:45:05 (EST): Package Nr. 0001 was sent
    07/03/2007 13:45:01 (EST): system is waiting for response messages
    07/03/2007 13:45:04 (EST): >>> Start: Processing of confirmation message for package 0001
    Local update of package 0001 has failed
    07/03/2007 13:45:04 (EST): >>> End: Processing of confirmation message for package 0001
    07/03/2007 13:45:04 (EST): >>> Start: Processing of confirmation message for catalog
    Local publication of catalog /CCM/MASTER_CATALOG has failed
    07/03/2007 13:45:04 (EST): >>> End: Processing of confirmation message for catalog
    07/03/2007 13:45:05 (EST): End of catalog publication
    Total runtime of catalog publication: 00:00:04 ***
    -========================================================-

    Hi
    <b>Please go through the SAP OSS Notes below -></b>
    Note 866547 Error when accessing TREX server
    Note 878316 - Missing standard characteristics in CCM2.0 catalogs
    Note 910814 Lowercase letters in ID
    Note 734168 - Error during initialization of characteristics & data types
    Note 730047 CME-Customizing check
    Note 937756 Runtime improvement when using view rules
    Note 933796 Timeout while publishing using parallel processes
    Note 904420 Tolerating inconsistencies in the view relationship
    Do let me know.
    Regards
    - Atul

  • SAP CRM middleware problem (sysfail ) The current application has triggered a termination with short dump

    i'm having a proplem during  starting initial load although i'm using the best practice documents C71 and B09 and all the configration was done by them .... could any one help ??

    this is the first dump error for my RFCUSER on the ECC server
    Category               ABAP Programming Error
    Runtime Errors         MESSAGE_TYPE_X
    ABAP Program           SAPLCRMC
    Application Component  CA
    Date and Time          05.03.2014 17:50:47
    Short Text
         The current application has triggered a termination with a short dump.
    What happened?
         The current application program has detected a situation that should
         not occur. A termination with short dump has therefore been triggered
         by the key word MESSAGE (type X).
    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
    Error analysis
        Short text of the error message:
        See SAP Note 1498111
        Long text of the error message:
         Diagnosis
         System Response
         Procedure
             Refer to the SAP Note that was mentioned.
         Procedure for System Administration
        Technical information about the message:
        Message class....... C_
        Number.............. 330
        Variable 1.......... 1498111
        Variable 2..........
        Variable 3..........
        Variable 4.......... " "
    How to correct the error
        Probably the only way to eliminate the error is to correct the program.
        If the error occurs in a non-modfied SAP program, you might be able to
        find a solution in the SAP Notes system. If you have access to the SAP
        Notes system, check there first using the following keywords:
        "MESSAGE_TYPE_X"
        "SAPLCRMC" bzw. LCRMCF0C
        "CHECK_CRMATAB"
        If you cannot solve the problem yourself, please send the following
        information to SAP:
        1. This description of the problem (short dump)
        To do this, choose  System -> List -> Save -> Local File (unconverted)
        on the screen you are in now.
        2. A suitable system log
        To do this, call the system log in transaction SM21. Restrict the time
        interval to ten minutes before the short dump and five minutes after
        it. In the display, choose System -> List -> Save -> Local File
        (unconverted).
    3. If these are programs of your own, or modified SAP programs: Source
    code of these programs
    To do this, choose  More Utilities -> Upload/Download -> Download in
    the Editor.
    4. Details regarding the conditions under which the error occurred or
    which actions and input caused the error.
    thanks

  • BOBJ report failed in SAP 6.0.   "/CRYSTAL/OSQL_EXECUTE".*. short dump in S

    We have a set of crystal reports that run correctly in SAP4.6C. During the upgarde, we are unable to run any report against the new sap 6.0 but the same report run correctly against SAP4.6C. Whenever we run the bobj report, a short dump is created in SAP ECC6.0 as follow:
    Information on where terminated
        Termination occurred in the ABAP program "/CRYSTAL/OSQL_EXECUTE" - in
         "START-OF-SELECTION".
        The main program was "/CRYSTAL/OSQL_EXECUTE ".
        In the source code you have the termination point in line 48
        of the (Include) program "/CRYSTAL/OSQL_EXECUTE".
    We are using BOBJ XI SP2. SAPGUI 6.2. SAP ECC6.0 SERVER. The following sets of transports from BOBJ integration kit SP4 have been imported into SAP.
    Open SQL Connectivity transport
    Row-level security definition transprot
    cluster definition transport
    Infoset Connectivity transport
    Authenticaton helpers tranport
    BOBJ support has been unable to help so far..

    Roland, we tried using the IP address to connect and create report and the same short-dump still occurs. We also applied BOBJ SP4 and it still didn't help. Please let us know if you have other thoughts. Thank you.
    Here is a snapshot of the sap short-dump.
    Error analysis                                                                                |
    Short text of error message:
    Syntax error in code: Error line #: 1 Message: REPORT/PROGRAM statement
    missing, or program type
    Long text of error message:
    Technical information about the message:
    Message class....... "AD"
    Number.............. 010
    Variable 1.......... "Syntax error in code: Error line #:"
    Variable 2.......... 1
    Variable 3.......... "Message:"
    Variable 4.......... "REPORT/PROGRAM statement missing, or program type"
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "MESSAGE_TYPE_X" " "
    "/CRYSTAL/OSQL_EXECUTE" or "/CRYSTAL/OSQL_EXECUTE"
    "START-OF-SELECTION"
    |----
    System environment
    SAP-Release 700
    Application server... "ldcnadtc301"
    Network address...... "20.22.185.84"
    Operating system..... "SunOS"
    Release.............. "5.10"
    Hardware type........ "sun4u"
    Character length.... 16 Bits
    Pointer length....... 64 Bits
    Work process number.. 1
    Shortdump setting.... "full"
    Database server... "ldc-nadtc301-db.ldco"
    Database type..... "ORACLE"
    Database name..... "DEV"
    Database user ID.. "SAPR3"
    Char.set.... "C"
    SAP kernel....... 700
    created (date)... "Feb 3 2008 21:08:24"
    create on........ "SunOS 5.9 Generic_117171-13 sun4u"
    Database version. "OCI_102 (10.2.0.2.0) "
    Patch level. 146
    Patch text.. " "
    Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."
    SAP database version. 700
    Operating system..... "SunOS 5.9, SunOS 5.10"
    User and Transaction
    Client.............. 200
    User................ "CRYSTAL"
    Language Key........ "E"
    Transaction......... " "
    Transactions ID..... "48BE892424F37464E10000001416B954"
    Program............. "/CRYSTAL/OSQL_EXECUTE"
    Screen.............. "SAPMSSY0 1000"
    Screen Line......... 6
    Information on caller of Remote Function Call (RFC):
    System.............. "DEV"
    Database Release.... 700
    Kernel Release...... 700
    Connection Type..... 3 (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)
    Call Type........... "synchron and non-transactional (emode 0, imode 1)"
    Inbound TID.........." "
    Inbound Queue Name..." "
    Outbound TID........." "
    Outbound Queue Name.." "
    Client.............. 200
    User................ "CRYSTAL"
    Transaction......... " "
    Call Program........."/CRYSTAL/SAPLOPENSQL"
    Function Module..... "/CRYSTAL/OSQL_EXECUTE_INTERNAL"
    Call Destination.... "NONE"
    Source Server....... "ldcnadtc301_DEV_00"
    Additional information on RFC logon:
    Trusted Relationship " "
    Logon Return Code... 0
    Trusted Return Code. 0
    Note: For releases < 4.0, information on the RFC caller are often
    only partially available.
    Information on where terminated
    Termination occurred in the ABAP program "/CRYSTAL/OSQL_EXECUTE" - in
    "START-OF-SELECTION".
    The main program was "/CRYSTAL/OSQL_EXECUTE ".
    In the source code you have the termination point in line 48
    of the (Include) program "/CRYSTAL/OSQL_EXECUTE".
    Source Code Extract
    Line
    SourceCde
    18
    EXPORTING
    19
    PROGID                            = P_PROGID
    20
    GWHOST                            = P_GWHOST
    21
    GWSERV                            = P_GWSERV
    22
    IMPORTING
    23
    DESTINATION                       = DESTINATION
    24
    EXCEPTIONS
    25
    INVALID_PROGRAM_ID                = 1
    26
    CONNECT_TO_GATEWAY_FAILED         = 2
    27
    SERVER_NOT_REGISTERED             = 3
    28
    CONNECT_TO_REG_SERVER_FAILED      = 4
    29
    EXCLUSIV_NOT_SUPPORTED            = 5
    30
    OTHERS                            = 6
    31
    32
    IF SY-SUBRC <> 0.
    33
    write   / 'Did not Connect to reg server'.
    34
    write : / 'SY-SUBRC', SY-SUBRC.
    35
    EXIT.
    36
    ENDIF.
    37
    38
    IMPORT IMG_GETDATA_SOURCE[] FROM DATABASE INDX(ZA) ID P_JNAME.
    39
    DELETE FROM DATABASE INDX(ZA) ID P_JNAME.
    40
    41
    GENERATE SUBROUTINE POOL IMG_GETDATA_SOURCE
    42
    NAME PROGNAME
    43
    MESSAGE SYNTAX_CHECK_MESSAGE
    44
    LINE ERROR_LINE_NO.
    45
    IF SY-SUBRC <> 0.
    46
    WRITE: / 'Syntax error, message', SYNTAX_CHECK_MESSAGE.
    47
    WRITE: / 'in line', ERROR_LINE_NO.
    >>>>>
    MESSAGE ID 'AD' TYPE 'X' NUMBER 010 WITH
    49
    'Syntax error in code: Error line #:'
    50
    ERROR_LINE_NO
    51
    'Message: '
    52
    SYNTAX_CHECK_MESSAGE.
    53
    ENDIF.
    54
    55
    PERFORM GETDATA IN PROGRAM (PROGNAME)
    56
    using p_fname p_pksize p_progid p_gwhost p_gwserv destination.

  • In SMARTFORMS when openee a Text Node,   Giving a Short Dump

    Hi
    I am getting Short Dump in SMARTFORMS Transaction, when ever I opened a Text Node and made some changes in it.
    With out opening a Text Node I can able to change and activate the SmartForm.
    But if I open a Text Node I can able to make changes in the Text Node but later if i click on any other Node, it is giving a Short Dump.
    But all other systems in my office are working fine.
    I have tried the Utilities->Settings-> and changed the editor also. 
    I have also Installed the SAPGUI once again for this Issue. But still I am getting the same problem.
    Can anyone Please help me on this Issue.
    I am sending the error enalysis of the Short Dump.
    Error analysis
        Short text of error message:
        Control Framework : Error processing control
        Long text of error message:
         Diagnosis
             An error occurred when the system tried to process the commands
             from the Automation Queue on the presentation server.
             There are several possible reasons for this:
             - The installation of the SAP GUI on the presentation server is
             faulty or obsolete.
             - There is an error in the application program
             - There is an error in the SAPGUI or an integrated control
         Procedure
             1. Make sure that you have imported the appropriate Support
             Package, the current kernel, and GUI patch for the release of your
             system
             2. Check whether the error occurs locally on one or a few PCs, or
             generally on all PCs. Note whether the error only occurs for some
             users, for example because of a specific Customizing setting.
             If it only occurs locally, this suggests an installation problem
             with the PC. Check the installation; if necessary, reinstall the
             software. In the dump, search for the SY-MSGLI field, since it may
             point to the cause of the error.
             3. Activate the Automation Trace (in accordance with SAP Note
             158985).
             4.Start the transaction and continue until the screen immediately
             before the dump.
             5. From the System -> Utilities menu, choose Autom. Queue,
             Synchronous Processing.
             The status bar of the GUI displays the text:
                "Automation synchron flush mode on"
             6. If you now proceed with the application, the short dump will
             display the ABAP call that caused the error; the Automation Trace
             will contain the error on the presentation server.
             7. If necessary, load the short dump and trace files on to
             sapservX, so that SAP can analyze them.
        Technical information about the message:
        Message class....... "CNDP"
        Number.............. 006
    Thanks in Advance.

    Hi
    I think dump is because of SAP GUI. If you are ECC 6.0 then install SAP GUI 710 with patch level  2 or more and check
    Regards
    Shiva

  • Short dump error DBIF_RSQL_INVALID_CURSOR

    Hi
    From Past few days, I am facing a peculiar issue
    I am getting a short dump when the batch run to load to the Infocubes(Full Load). The load runs fine ones I deletes the failed request and load again.
    The short dump and the exception are as below
    Name of runtime error     DBIF_RSQL_INVALID_CURSOR
    Exception     CX_SY_OPEN_SQL_DB
    I have also checked with the basis team and no indication of a failure within SAP (no errors suggesting time-outs, buffers filling, tables filling etc)
    Kindly let me know what could be root cause

    Hi Pavan,
    Are you trying to load the infocube from a DSO.We had the same issue whlle loading a cube from DSO and OSS note 339080 solved our issue.In case you are not able to access the note,find below the cause and solution provided in the note for this issue.
    Cause and prerequisites
    Customizing: the number of parallel processes for sending data was set to 0 in the ROIDOCPRMS table. For this reason, the system uses the process, in which the extraction takes place, for sending the data. A 'commit work' is performed in the sending process which causes an interruption of the running database selection in the extraction process.
    Solution
    Set the parameter 'maximum processes' in the ROIDOCPRMS table (or of the ROIDOCPRMS maintenance view) to a value> 0 for its connection with the BW.
    Regards,
    Bhagyarekha.

  • Getting short dumps while reading bulky data from excel sheet

    Hi all,
    We have converted our non-unicode based sap system (R/3 4.7, Windows 2003,
    SQL 2000) into a unicode based system recently. We are facing two peculiar
    problems for last few days.
    *Problem 1 - *Whenever we want to upload the data from excel sheet, the
    system throws a dump after reading about 400 entries, while last week the
    same system used to read about 8000 entries in a single go.
    *Problem 2 - *Also, whenever we realease a transport requst from development
    containing a lot of changes, the request will reach the quality system but
    without the changes. but if i ll try to import the changes into quality
    system after generating more than one request containing small small
    changes, they get reflected in QAS immediately. Is there any size
    constraint in transporting a request fro DEV->QAS->PRD.
    Please suggest some ways.
    I am pasting the dump (that I am getting while data uploading from Excel).
    ~~~~~~~~~~~~~~~~~~
    Runtime errors
    MESSAGE_TYPE_X*
    Occurred on
    22.02.2008 at
    13:21:02*
    The current application triggered a termination with a short dump.
    What happened?
    The current application program detected a situation which really
    should not occur. Therefore, a termination with a short dump was
    triggered on purpose by the key word MESSAGE (type X).
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    Error analysis
    Short text of error message:
    Control Framework : Error processing control
    Technical information about the message:
    Diagnosis
    An error occurred when the system tried to process the commands
    from the Automation Queue on the presentation server.
    There are several possible reasons for this:
    - The installation of the SAP GUI on the presentation server is
    faulty or obsolete.
    - There is an error in the application program
    - There is an error in the SAPGUI or an integrated control
    Procedure
    1. Make sure that you have imported the appropriate Support
    Package, the current kernel, and GUI patch for the release of your
    System
    2. Check whether the error occurs locally on one or a few PCs, or
    generally on all PCs. Note whether the error only occurs for some
    users, for example because of a specific Customizing setting.
    If it only occurs locally, this suggests an installation problem
    with the PC. Check the installation; if necessary, reinstall the
    software. In the dump, search for the SY-MSGLI field, since it may
    point to the cause of the error.
    3. Activate the Automation Trace (in accordance with SAP Note
    158985).
    4.Start the transaction and continue until the screen immediately
    before the dump.
    5. From the System -> Utilities menu, choose Autom. Queue,
    Synchronous Processing.
    The status bar of the GUI displays the text:
    "Automation synchron flush mode on"
    6. If you now proceed with the application, the short dump will
    display the ABAP call that caused the error; the Automation Trace
    will contain the error on the presentation server.
    7. If necessary, load the short dump and trace files on to
    sapservX, so that SAP can analyze them.
    Message classe...... "CNDP"
    Number.............. 006
    Variable 1.......... " "
    Variable 2.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "MESSAGE_TYPE_X" C
    "SAPLOLEA" or "LOLEAU02"
    "AC_SYSTEM_FLUSH"
    If you cannot solve the problem yourself, please send the
    following documents to SAP:
    1. A hard copy print describing the problem.
    To obtain this, select the "Print" function on the current screen.
    2. A suitable hardcopy prinout of the system log.
    To obtain this, call the system log with Transaction SM21
    and select the "Print" function to print out the relevant
    part.
    3. If the programs are your own programs or modified SAP programs,
    supply the source code.
    To do this, you can either use the "PRINT" command in the editor or
    print the programs using the report RSINCL00.
    4. Details regarding the conditions under which the error occurred
    or which actions and input led to the error.
    System environment
    SAP Release.............. "620"
    Application server....... "nhbho930"
    Network address.......... "192.168.0.30"
    Operating system......... "Windows NT"
    Release.................. "5.2"
    Hardware type............ "4x Intel 801586"
    Character length......... 16 Bits
    Pointer length........... 32 Bits
    Work process number...... 0
    Short dump setting....... "full"
    Database server.......... "NHBHO930"
    Database type............ "MSSQL"
    Database name............ "DEV"
    Database owner........... "dev"
    Character set............ "C"
    SAP kernel............... "640"
    Created on............... "Aug 17 2007 00:18:58"
    Created in............... "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"
    Database version......... "SQL_Server_8.00 "
    Patch level.............. "196"
    Patch text............... " "
    Supported environment....
    Database................. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"
    SAP database version..... "640"
    Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2,
    Windows NT 6.0"
    User, transaction...
    Client.............. 300
    User................ "NHBABAP"
    Language key........ "E"
    Transaction......... "SE38 "
    Program............. "SAPLOLEA"
    Screen.............. "SAPMSDYP 0010"
    Screen line......... 0
    Information on where terminated
    The termination occurred in the ABAP program "SAPLOLEA" in
    "AC_SYSTEM_FLUSH".
    The main program was "ZBDC_CONTRACT ".
    The termination occurred in line 29 of the source code of the (Include)
    program "LOLEAU02"
    of the source code of program "LOLEAU02" (when calling the editor 290).
    ~~~~~~~~~~~~~~~~~~~~~
    Thank you all.
    Cheers.
    Mitra __.____._

    for the 50 millionth time: Excel spreadsheets are NOT databases, you should NOT try to use them as such and NEVER access them using JDBC.
    You should also under NO condition use the JDBC-ODBC bridge driver (that was actually the 78 millionth time that was told someone).

  • How to keep short dumps for a longer time

    Hi All,
    I need to write a program to fetch all the below mentioned fields from the system dump tables and insert into a user defind table. Please help me with the code. Thanks in advance....
    PROBLEM DESCRIPTION
    ABAP runtime errors (also known as short-dumps) are kept in the system only for two days, mainly because every short-dump can use a lot of disk space depending on short-dump type. Problem is that this reduced time frame (two days) is not allowing us to focus in solve the more frequent ones and we do not have any statistic about:
        how many are we getting
        how often
        repetitive ones
    PROPOSED SOLUTION
    We need a program to be executed in a daily job right after midnight which will take the basic information of all today’s short-dumps and store it in a custom table.
    Information to be kept:
          DATE
          TIME
          HOST
          USER
          SYSTEM
          CLIENT
          ERROR ID
          TRANSACTION
          PROGRAM NAME
          PROGRAM NAME VERSION (TRANSPORT REQUEST NUMBER)
          PROGRAM NAME VERSION TIMESTAMP (transported to PPx)
          SCREEN
          SCREEN LINE
          MAIN PROGRAM NAME
          MAIN PROGRAM NAME VERSION (TRANSPORT REQUEST NUMBER)
          MAIN PROGRAM NAME VERSION TIMESTAMP (transported to PPx)
          PROGRAM LINE NUMBER AT TERMINATION
          SAP RELEASE
          SAP KERNEL
          PATCH LEVEL
          DATABASE VERSION
    The program must have archiving capabilities implemented. In the month end run it will also perform the table house-keeping accordingly with a parameter like this:
         ERROR-ID
         MONTHS TO KEEP
    We need to have the possibility of defining different retention periods for different kind of errors, for example our friend GETWA_TOO_MANY_SEGMENT could be stored for a year and a simple CONVT_NO_NUMBER only for a month. One of the parameters should be the default one, something like 
            ERROR-ID **************
            MONTHS TO KEEP 01.

    Aruna,
    Following may be the action points for your requirements.
    1. Create Custom table with all fields you required.
    2. Create ABAP program to extract the data from SAP standard table where runtime error information is stored.
    Like: select * from snap_beg into wa_snap_beg
              where seqno = '000'
              and   datum in s_datum
              and   uzeit in s_uzeit
              and   ahost in s_ahost
              and   uname in s_uname
              and   mandt in s_mandt.......
    So SNAP_BEG is a table where you can find dump information.
    After extracting the data from this table insert it into a Custom table which you have created in Step 1.
    Use INSERT statement for this.
    3. Create transaction for this report.
    4. Schedule this program every day so that you will get all data into custom table.
    I hope this will help you.
    Regards,
    Amey

  • Short dump while executing the DTP

    Dear Experts,
    While executing the DTP the system is generated short dump and it is Quality server not in Development system.
    The error details are in method Calculate_keyfigure_ds and the data is loaded for IS retails from POSDM.
    The error details:
    "The MOVE-CORRESPONDING statement can only be used on operands with a
    structured type.
    In the case at hand, this condition is not fulfilled: Operand "<L_STRUC>" has
    the type "C"."
    Regards,
    Amit

    Hi Amit ,
    Move corresponding statements can be used for structures only and from the error message it seems that there is datatype mismatch.
    Check for the errors ion link :
    http://help.sap.com/abapdocu/en/ABAPMOVE-CORRESPONDING.htm
    Hope it helps ,
    Regards,
    Supriya

  • How to deal with Short dump that restarts the index server?

    Hi ,
    I have been experiencing this problem whenever any exception occurs in my SQL SCRIPT procedure. For instance when there is a situation when I try to insert a value of 50 characters in length to a column with max size of 40 it throws a short dump and restarts the index server. I tried to insert the exception handling code as well but still the problem persists. Is there a way to solve this issue?

    Hi Sudarshan
    crashes are rather generic reactions of the system to virtually any kind of problem that may occur.
    Memory shortage is one of the more common issues in current SAP HANA setups and SAP HANA development is heavily working on handling memory shortage situations more gracefully.
    Massive over allocation of memory, for example by very large intermediate result sets or join result sets typically can be addressed by correcting the query or model that leads to the issue.
    Anyhow, the initial post was not about a memory shortage but about a crash that seemed to have occurred with wrong data type handling.
    These are two very different kinds of problems, so I am not really sure how your comment relates here.
    - Lars

  • Short Dump Error in deleting the Init request

    Hi Gurus,
      i am loading master data from sap r3 by init update.
    now due to some requirement i have to delete the init request , but when i try to delete the request
    it goes to short dump and gives the error message as
    Runtime Errors         MESSAGE_TYPE_X
    Date and Time          01/05/2009 01:54:15
    Short text
         The current application triggered a termination with a short du
    What happened?
         The current application program detected a situation which real
         should not occur. Therefore, a termination with a short dump wa
         triggered on purpose by the key word MESSAGE (type X).
    Error analysis
         Short text of error message:
         Error when opening an RFC connection
         Long text of error message:
         Technical information about the message:
         Message class....... "RSAR"
         Number.............. 051
         Variable 1.......... "Error when opening an RFC connection"
         Variable 2.......... " "
         Variable 3.......... " "
         Variable 4.......... " "
         Last error logged in SAP kernel
         Component............ "SAP-Gateway"
         Place................ "SAP-Gateway on host sapdev / sapgw00"
         Version.............. 2
         Error code........... 631
         Error text........... "max no of gateways exceeded (100)"
         Description.......... " "
         System call.......... " "
         Module............... "gwxxrd.c"
         Line................. 8438
         The error reported by the operating system is:
         Error number..... " "
         Error text....... " "
    Trigger Location of Runtime Error
        Program                                 SAPLRSSM
        Include                                 LRSSMF03
        Row                                     1,627
        Module type                             (FORM)
        Module Name                             DEL_SOURCE_SYSTEM_INIT
    1624           communication_failure = 1  message l_msg_text
    1625           system_failure        = 2  message l_msg_text.
    1626       if sy-subrc <> 0.
    >>>>>         message x051(rsar) with l_msg_text(50) l_msg_text+50(50) '' ''.
    1628       endif.
    Please help me on this as untill it will not be deleted, I will be unable to load the data.
    suitable answer will get Full points.
    Thanks.

    Hi Saurabh,
    PLEase go through these notes:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_cst/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d383837393039%7d
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_cst/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d383934313030%7d
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_cst/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d393738303738%7d

  • Short dumps, tuning

    What are techniques used for tuning query performance? Please explain in detail?
    What are short dumps how can we check?
    What methodologies we follow for the PSA cleansing? Where exactly is the PSA change log where we can delete the request based on timestamp details am using BW 3.1c?
    plz help points assured....

    Hi,
    For query performance please check the following link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/b987eb1443534ba78a793f4beed9d5/frameset.htm
    Short dumps:
    A short dump is an program error because of which the process terminates. It is notified and can be viewed in t-code ST22 on a particular usernaem where you can analyze the reason for short dump.
    and refer these links
    http://publib.boulder.ibm.com/tividd/td/ITMAN/SC32-9195-00/en_US/HTML/sap_add06.htm
    short dump
    Short dump while loading data?
    Update rules activation gives short dump?
    Delete of Master Data creates short dump?
    PSA:
    check the following link
    http://help.sap.com/saphelp_nw70/helpdata/EN/bd/c627c88f9e11d4b2c90050da4c74dc/frameset.htm
    Hope it help u.
    Assign Points if it helps.
    Regards,
    RKC
    Edited by: RKC on Mar 7, 2008 11:29 AM

  • Short dump in BW for CRM load

    Experts,
    This is a strange situation. After upgrade to CRM 5.0, I have noticed that if we try to create or open info package to load data from CRM opportunity to BW, gives ABAP short dump and pointing to some delta load error. So, I don't get opportunity to reinit. delta load that way. It seems like source system has some issue that gives dump before even we open info packae to load data. I have ckecked RSA7 and RSA3 in CRM and found no problem at all. Tried to restore and activate and replicate data source into BW. Activated Transfer rule and Transfer structure. Nothing helped.
    Can anybody suggest me anything please? Thanks.
    Regards,
    Nimesh

    Hi NP
    Please check the connectivity between CRM and BW systems. Go to source sytems and make sure that CRM system client is in active state or not? Go to sm59 and check with your source system is Unicode. If every thing is ok,then it is not a problem with systems. Serach for related SAP notes and apply that note with Transaction code: Snote. Hope this will help you,if yes assign some points
    Regards
    sriman

Maybe you are looking for

  • How to dynamically change the text of a TextObject with embedded DataField?

    Hi I'm trying to dynamically change the text of a TextObject at runtime, by using the .NET library. My problem is that if one or more DatabaseFieldDefinition is embedded inside my text, I'm unable to change the "static text" only, by keeping the fiel

  • BW_BPS

    hi friends, i am new to bw-bps, i have seen some steps in help.sap.com, i am unable to understand how can create that steps in system, that thing i didnt find in help.sap.com. like planning area , planning packages, planning levels, planning function

  • HT4108 Apple Composite AV Connector works with video

    My (just purchased at Apple Store) Apple Composite AV connector cable works fine providing video out to my iPhone 4S but will not "mirror" my iPhone screen. It seems I am doing something wrong, any settings I should check on the phone or TV (or proje

  • Automation Framework using eCATT

    Hi,   Third party tools like QTP provide automation frameworks and required scripting support to enhance it.Please let me know if automation framework is feasible with eCATT. Is there any automation framework readily available with eCATT?

  • Description issue

    HI Guys, In one of report my info-object have 30 Length (Char) , source field also 30 length output populted gud in masterdata level. But when i create a report that info-object showing 3 characters (Ex : XXX), i want complete description what my inf