SAP Knowledge Base Article - Preview

3632984 - Failed deletion of infoobject SID table using report RSDMDD_DELETE_BATCH with short dump "UNCAUGHT_EXCEPTION"

Symptom

Facing the below dump when trying to delete the infoobject X SID table data /BIC/X due to space issue using the report RSDMDD_DELETE_BATCH:

Category               ABAP programming error
Runtime Errors         UNCAUGHT_EXCEPTION
Except.                CX_RSR_X_MESSAGE
ABAP Program           SAPLRRMS
Application Component  BW4-AE

What happened?
    The exception of class "CX_RSR_X_MESSAGE" was triggered but not caught
     anywhere in the
    call hierarchy.

    Since exceptions represent error situations, and this error was not
    adequately responded to, ABAP program "SAPLRRMS" had to be terminated.

Error analysis
    An exception has occurred in class "CX_RSR_X_MESSAGE". As this exception was
     not
    caught, a runtime error occurred. The reason for the exception
    occurring was:
    No text exists for this exception.

    The exception is related to the previous exception "CX_RS_SQL_ERROR" that
     occurred in
    program "CL_RSDRS_HDB_EXITS============CP", in line 12 of include
     "CL_RSDRS_HDB_EXITS============CM00B". The reason for this exception
    was:
    SQL Error: 259  invalid table name:  Could not find table/view /BI

 "UNCAUGHT_EXCEPTION" CX_RSR_X_MESSAGE
 "SAPLRRMS" bzw. LRRMSU13
 "RRMS_X_MESSAGE"

   85     DATA: l_text  TYPE string,
   86           l_repid TYPE syrepid.
   87
   88     l_repid = i_program.
   89     l_text  = i_text.
   90
>>>>>     RAISE EXCEPTION TYPE cx_rsr_x_message
   92       EXPORTING
   93         text     = l_text
   94                  program = l_repid
   95                  previous = i_r_previous.
   96   ENDIF.
   97

Active Calls/Events

No.   Ty.          Program                             Include                             Line
      Name

    6 FUNCTION     SAPLRRMS                            LRRMSU13                               91
      RRMS_X_MESSAGE
    5 METHOD       CL_RS_BASE====================CP    CL_RS_BASE====================CM004     7
      CL_RS_BASE=>X_MESSAGE_S
    4 METHOD       CL_RSMD_UC_ADS2===============CP    CL_RSMD_UC_ADS2===============CM002    58
      CL_RSMD_UC_ADS2=>IF_RSMD_USAGE_TYPE_UC~EXECUTE
    3 METHOD       CL_RSMD_USAGE_CHECK_PARALLEL==CP    CL_RSMD_USAGE_CHECK_PARALLEL==CM003    65
      CL_RSMD_USAGE_CHECK_PARALLEL=>IF_RSBATCH_EXECUTE~EXECUTE

   2 FUNCTION     SAPLRSBATCH                         LRSBATCHU13                           512
     RSBATCH_EXECUTE_PROCESS
   1 EVENT        RSBATCH_EXECUTE_PROZESS             RSBATCH_EXECUTE_PROZESS               504
     START-OF-SELECTION


Read more...

Environment

SAP BW/4HANA 2.0 all SP levels

Product

SAP BW/4HANA 2.0

Keywords

RSDMDD_DELETE_BATCH , delete , infoobject , UNCAUGHT_EXCEPTION , CX_RSR_X_MESSAGE , SAPLRRMS , master data , MD , RAISE EXCEPTION TYPE cx_rsr_x_message , SID. , KBA , BW4-DM-MD , Masterdata , Problem

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.