cancel
Showing results for 
Search instead for 
Did you mean: 

Can't open related objects

0 Kudos

Hi,experts,

    When we had migrated the server,we can't open the tab "Related Objects",it's show some error "The ASSERT condition was Violated.(temination:RABAX_STATE)" and the ST22 as follows:

Category               ABAP Programming Error
Runtime Errors         ASSERTION_FAILED
ABAP Program           CL_INM_DFM_UI_LOG_LINKS=======CP
Application Component  PPM-CF
Date and Time          2013-03-06 17:30:27

Short text
     The ASSERT condition was violated.

What happened?
     In the running application program, the ASSERT statement recognized a
     situation that should not have occurred.
     The runtime error was triggered for one of these reasons:
     - For the checkpoint group specified with the ASSERT statement, the
       activation mode is set to "abort".
     - Via a system variant, the activation mode is globally set to "abort"
       for checkpoint groups in this system.
     - The activation mode is set to "abort" on program level.
     - The ASSERT statement is not assigned to any checkpoint group.

What can you do?
     Note down which actions and inputs caused the error.


     To process the problem further, contact you SAP system
     administrator.

     Using Transaction ST22 for ABAP Dump Analysis, you can look
     at and manage termination messages, and you can also
     keep them for a long time.
Error analysis
    The following checkpoint group was used: "No checkpoint group specified"

    If in the ASSERT statement the addition FIELDS was used, you can find
    the content of the first 8 specified fields in the following overview:
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
" (not used) "
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:

    "ASSERTION_FAILED" " "
    "CL_INM_DFM_UI_LOG_LINKS=======CP" or "CL_INM_DFM_UI_LOG_LINKS=======CM009"
    "CONVERT_OBJECT_KEY"

    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:

    1. The description of the current problem (short dump)

       To save the description, choose "System->List->Save->Local File
    (Unconverted)".

    2. Corresponding system log

       Display the system log by calling transaction SM21.
       Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".

    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
       In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".

    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
System environment
    SAP Release..... 702
    SAP Basis Level. 0011

    Application server... "impcerpd04"
    Network address...... "10.126.22.11"
    Operating system..... "AIX"
    Release.............. "6.1"
    Hardware type........ "00F7D33A4C00"
    Character length.... 16 Bits
    Pointer length....... 64 Bits
    Work process number.. 22
    Shortdump setting.... "full"

    Database server... "IMPCERPP01"
    Database type..... "ORACLE"
    Database name..... "PRD"
    Database user ID.. "SAPSR3"

    Terminal.......... "10.126.22.44"

    Char.set.... "C"

    SAP kernel....... 721
    created (date)... "Jan 6 2013 23:44:06"
    create on........ "AIX 1 6 00CFADC14C00"
    Database version. "OCI_112, 11.2.0.3.0, V1, default"

    Patch level. 40
    Patch text.. " "

    Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*"
    SAP database version. 721
    Operating system..... "AIX 1 6, AIX 1 7"
Memory consumption
Roll.... 0
EM...... 25138752
Heap.... 0
Page.... 16384
MM Used. 22088432
MM Free. 3046528
User and Transaction
    Client.............. 750
    User................ "SUPPORT-PPM"
    Language key........ "E"
    Transaction......... " "
    Transaction ID...... "51360B16FEED0690E10080000A7E160B"

    EPP Whole Context ID.... "51360B10FEED0690E10080000A7E160B"
    EPP Connection ID....... "5137FC3500E40870E10080000A7E160B"
    EPP Caller Counter...... 1

    Program............. "CL_INM_DFM_UI_LOG_LINKS=======CP"
    Screen.............. "SAPMHTTP 0010"
    Screen Line......... 2
    Debugger Active..... "none"

Server-Side Connection Information
    Information on Caller of "HTTP" Connection:
    Plug-in Type.......... "HTTP"
    Caller IP............. "10.126.22.44"
    Caller Port........... 8000
    Universal Resource ID. "/sap/bc/webdynpro/sap/rpm_item_details"

    Program............. "CL_INM_DFM_UI_LOG_LINKS=======CP"
    Screen.............. "SAPMHTTP 0010"
    Screen Line......... 2

    Information on Caller ofr "HTTP" Connection:
    Plug-in Type.......... "HTTP"
    Caller IP............. "10.126.22.44"
    Caller Port........... 8000
    Universal Resource Id. "/sap/bc/webdynpro/sap/rpm_item_details"

Pls help us.Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

Brendan_Ward
Advisor
Advisor
0 Kudos

Hello Qiao,

I believe this is a customizing issue.

Call transaction SM30 for table T000

Select "customizing"

Select line "Setup Clients - Define Clients"

Choose the client where you are getting the dump - 750 - I believe.

Ensure the Logical system is maintained correctly.

Regards,

Brendan

0 Kudos

Hi,Brendan,

   Thanks for you help, it's the correct solution.

Answers (1)

Answers (1)

former_member209919
Active Contributor
0 Kudos

Hello Quiao,

which objects do you have linked in the 'related objects'?  and these objects in which system are ( the same system like the item or another system)

Regards