Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

help in solving short dump

Former Member
0 Likes
493

Hii ,

plz help me in solving this dump

Short text

Exception condition "UNKNOWN_ERROR" raised.

What happened?

The current ABAP/4 program encountered an unexpected

situation.

Error analysis

A RAISE statement in the program "CL_GUI_FRONTEND_SERVICES======CP" raised the

exception

condition "UNKNOWN_ERROR".

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.

-

2 REPLIES 2
Read only

Former Member
0 Likes
411

HI,

Where exactly your getting this error? Please provide the code.

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
411

Hi,

Just Check if you are calling some method of class cl_gui_frontend_services with some wrong parameters. Put a braek point where you are triggering this method and chk.

Hope this helps.

Regards,

Siddhesh S.Tawate