cancel
Showing results for 
Search instead for 
Did you mean: 

RAISE_EXCEPTION Abab Runtime Error while droping DSO Contents

0 Kudos

Hi All,

The Delete Content (Right click DSO -> Delete data) job of DSO in foreground got interrupted in Production server. Some Requests got deleted and other requests are remaining in Request Tab. There is no data in New, Active and Change log Table. When I try to schedule Delete content job again in Foreground/Background, it is resulting in ABAP Runtime Error (RAISE_EXCEPTION).

What can be the cause for below error? Is there a possibility to delete other requests as well ?

Error Details:

Runtime Errors   RAISE_EXCEPTION
Date and Time     07.03.2015 08:52:00

Short text

Exception condition "NOT_EXIST" raised.

What happened?

The current ABAP/4 program encountered an unexpected
situation.

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

A RAISE statement in the program "SAPLRSSM" raised the exception
condition "NOT_EXIST".

Since the exception was not intercepted by a superior

Thanks,

Ajantha.

View Entire Topic
former_member214274
Active Participant
0 Kudos

Hi,

Due to interruption of the deletion foreground process, some requests may be partially deleted.

Go to tables RSREQICODS, RSICCONT , RSODSACTREQ

Delete the request id/ SID from all these tables

Hope this helps

Akanksha

0 Kudos

Thanks Akanksha!