cancel
Showing results for 
Search instead for 
Did you mean: 

BSP Error on BPS record save

Former Member
0 Kudos
176

Hello...We started getting a BSP error when saving new records into our BPS cube through our web interface about a week ago.(everything work fine previously). Error message is:

Message E 000 cannot be processed in plugin mode HTTP.

Exception Class: CX_SY_MESSAGE_IN_PLUGIN_MODE

Program: SAPLRSDRI

Include: LRSDRIU06

Line: 92

Records get created fine in the buffer....this error only occurs on Save. Can someone suggest a way to trace this error so we can get a more useful error message? The BPS cube hasn't changed and is Active.

Thanks!

Chris

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Deepti….the planning cube is correctly set in plan mode.

Hi Matthias….Thanks…excellent advise to get to the back-end error. I’ll proceed and let you know how I make out. I may need to also look into adding error handling to allow the message to be passed properly to http.

Former Member
0 Kudos

hi,

you should also consider, to reactivate the infocube. We had some similar issues and could solve them by reactivating the infocube.

bye Matthias

Former Member
0 Kudos

Hi Cris,

the system is creating an error message is the backend. The problem is to bring this error to the surface (http/WebInterface). This seems not to be possible.

Please take a look at the error in the back. To do this start TA SE38 for include LRSDRIU06. You will see that this is the include for function module RSDRI_CUBE_WRITE_PACKAGE. Now set an external-breakpoint here. Execute the application and debug until you get the error. To take a look at the error message you could use TA SE91.

This way you will get an error message.

Regards Matthias

Former Member
0 Kudos

I forgot to mention that there is no Short Dump triggered with this error....

Former Member
0 Kudos

Check in RSA1 if your planning cube is in plan mode or in load mode?