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

CNTL_ERROR

Former Member
0 Likes
1,801

Hi all there,

I have one report to run a background job.it displays the output in ALV Grid using Container ( i.e OO ABAP). But when I schedule it for background job it results into a dump as below..

  • Exception condition "CNTL_ERROR" raised.*

Error Drscription "CL_GUI_CUSTOM_CONTAINER=======CP" "CNTL_ERROR".

Could anybody throw light on how to rectify it?

Thanks in anticipation.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,058

Well this has been asked quite a lot of times before. Please search in SCN before posting. Here's one example

Vikranth

5 REPLIES 5
Read only

Former Member
0 Likes
1,059

Well this has been asked quite a lot of times before. Please search in SCN before posting. Here's one example

Vikranth

Read only

0 Likes
1,058

Hit the back first then say sorry....what a trick?

Edited by: JohnMell02 on Feb 3, 2010 9:28 AM

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,058

Hello,

You are getting this error because in background SAP GUI functionalities are not available. In normal ALV (REUSE_ALV*), the background processing handled explicitly. But for OO you have to code for it.

BR,

Suhas

Read only

Former Member
0 Likes
1,058

Thanks issue resolved...

Read only

0 Likes
1,058

May i know how u solved the issue? Do we need to reinstall SAP GUI?

Thanks in advace