Hi Martin,
The note looks like it is applicable for 7.03 and higher versions. Is there any note that can be applied for BW 7.02? Below is the short dump:
Category ABAP Programming Error
Runtime Errors UNCAUGHT_EXCEPTION
Except. CX_RSR_X_MESSAGE
ABAP Program SAPLRRMS
Application Component BW-BEX-OT
Date and Time 11/18/2013 14:44:08
Short text
An exception occurred that was not caught.
What happened?
The exception 'CX_RSR_X_MESSAGE' was raised, but it was not caught anywhere
along
the call hierarchy.
Since exceptions represent error situations and this error was not
adequately responded to, the running ABAP program 'SAPLRRMS' has to be
terminated.
Error analysis
An exception occurred which is explained in detail below.
The exception, which is assigned to class 'CX_RSR_X_MESSAGE', was not caught
and
therefore caused a runtime error.
The reason for the exception is:
No text available for this exception
Missing Handling of Application Exception
Program RSMO1_RSM2
Trigger Location of Exception
Program SAPLRRMS
Include LRRMSU13
Row 82
Module type (FUNCTION)
Module Name RRMS_X_MESSAGE
Source Code Extract
Line SourceCde
52 ID 'KEY' FIELD 'BI0'
53 ID 'DATA' FIELD l_field.
54
55
56 IF i_abend EQ rs_c_false.
Thanks
Swetha