cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Uploading the data in Info Cube

Former Member
0 Kudos

Hi,

We are implementing SCM 5.0 APO and ECC 6.0 in UK/I client.

At the moment we are facing one problem in uploading the Excel file into Info Cube.which was working perfectly earlier.

Through analysis, we come to know that data flows thru PSA. but when we try to push that data from PSA manually system gives following error message;

Runtime Errors UNCAUGHT_EXCEPTION

Except. CX_RSR_X_MESSAGE

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

adquately 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 RSABW_START_NEW

-


Trigger Location of Exception Program SAPLRRMS

Include LRRMSU13 Row 78

Module type (FUNCTION) Module Name RRMS_X_MESSAGE

-


if somebody can give advice on this! As we could upload the data earlier perfectly.

Thanks

Regards

Jignesh.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jignesh

This looks like change run error.Go to Tcode:CHANGERUNMONI to see if change run is active and any characteristics and hierarchies to be activated.

Thanks

chandu

Former Member
0 Kudos

Hi,

Close all your Windows and restart and try again to load the file.

Good luck

Cyril

Former Member
0 Kudos

Hi,

Try loading smaller data set. Its possible that some value in your flat file is causing the problem. If you can identify that value, you can eliminate that.

-Saket