on 2011 Sep 15 3:25 AM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Arun,
Please find this Wiki
[http://wiki.sdn.sap.com/wiki/display/PLM/DumpRAISE_EXCEPTIONinECLViewer]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
12 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.