cancel
Showing results for 
Search instead for 
Did you mean: 

Abap Dump RAISE_EXCEPTION

Former Member
0 Kudos

Dear expert,

When I executive any Report Painter via GRR3 T-CODE . This dump comes RAISE_EXCEPTION "

Short text

Exception condition "PROGRAM_NON_EXISTENT" 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 "SAPLSLDB" raised the exception

condition "PROGRAM_NON_EXISTENT".

Since the exception was not intercepted by a superior

program, processing was terminated.

Short description of exception condition:

For detailed documentation of the exception condition, use

Transaction SE37 (Function Library). You can take the called

function module from the display of active calls.

How to correct the error

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"RAISE_EXCEPTION" " "

"SAPLSLDB" or "LSLDBU15"

"SELOPTS_AND_PARAMS"

or

"SAPLSLDB" "PROGRAM_NON_EXISTENT"

or

"SAPMKES1 " "PROGRAM_NON_EXISTENT"

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

after the short dump. Then choose "System->List->Save->Local File

(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP

program: The source code of the program

In the editor, choose "Utilities->More

Utilities->Upload/Download->Download".

4. Details about the conditions under which the error occurred or which

Why this dump is comming . Plz help

manu

Accepted Solutions (1)

Accepted Solutions (1)

debasissahoo
Active Contributor
0 Kudos

Hi Manu,

Take the help of your ABAP developers to find out the reason why the dump is coming. They might be able to give the right direction to approach.

It looks like program SAPLSLDB is calling some other program which might not exist. if you can't find any standard note for the error, post the log as described in a customer message to SAP.

Thanks,

Debasis.

Former Member
0 Kudos

Hi Manu,

Please do a syntax check of the program name which is mentioned in the dump.

If needed please take help of ABAP developer to troubleshoot this issue.

Former Member
0 Kudos

Hi,

Please follow the note 742306, it may help you.

Answers (0)