cancel
Showing results for 
Search instead for 
Did you mean: 

Getting a dump Exception condition "CNTL_ERROR" raised in ALV

Former Member
0 Kudos
2,281

Hi ,

I have a requirement where I have to do drag and drop operation of TOs from one queue to another queue in an ALV tree between nodes. The drag and drop operation is working fine, but suddenly i get a dump lilke * Exception condition "CNTL_ERROR" raised* .

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

exception

condition "CNTL_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.

This dump is occuring from a customized transaction ZLRF1 ... where I copied all the includes from the LRF1. So, i will not be able to use any note. Can any1 please help me to resolve this issue <removed by moderator>

Edited by: Thomas Zloch on Sep 15, 2011 1:46 PM

Accepted Solutions (1)

Accepted Solutions (1)

JeevanSagar
Active Contributor
0 Kudos

Since you're saying you made a copy of all the includes to their corresponding zincludes, in the following includes

ZLLRFMONTOP

replace LRF1 with ZLRF1 and make sure the following includes are activated

ZLLRFMONCLA

ZLLRFMONTOP

Answers (4)

Answers (4)

AlwinPut
Active Participant

I know this is an old chat, but I had the same problem so this post is just for sharing the solution for my problem.

In my case method CL_GUI_ALV_TREE->EXPAND_NODES( ) (or EXPAND_NODE() ) was called containing a NODE_KEY of a node which did not contain sub nodes. So it could not expand.

That's why SAP Gui returned for the ALV Tree control an error which resulted in "CNTL_ERROR" (Control error).

former_member206439
Contributor
0 Kudos

Hi Arun,

Please find this Wiki

[http://wiki.sdn.sap.com/wiki/display/PLM/DumpRAISE_EXCEPTIONinECLViewer]

Former Member
0 Kudos

I have done that. That is not an issue. But i still need to know, the reason for the dump. The drag and drop work well, then suddenly it throws this dump. It is kind of unpredictable. can any1 tell about this dump in detail ?

JeevanSagar
Active Contributor
0 Kudos

Take a look at this note [1032057|https://service.sap.com/sap/support/notes/1032057] and see if it helps. It suggests you to implement this [note|https://service.sap.com/sap/support/notes/1002125]

Former Member
0 Kudos

I have done that. That is not an issue. But i still need to know, the reason for the dump. The drag and drop work well, then suddenly it throws this dump. It is kind of unpredictable.