‎2011 May 04 8:23 AM
A RAISE statement in the program "CL_GUI_CUSTOM_CONTAINER=======CP" raised
exception
condition "CNTL_ERROR".
Since the exception was not intercepted by a superior
program, processing was terminated.
how do i find the main calling program or superior program in ST22. Any pointers, please help.
‎2011 May 04 8:32 AM
Hi,
Look at the active call/events section in ST22.
Also it looks like you are executing a program in background, and this program is trying to access a "GUI_COMPONENT" hence the short dump.
Regards,
Chen
‎2011 May 04 8:32 AM
Hi,
Look at the active call/events section in ST22.
Also it looks like you are executing a program in background, and this program is trying to access a "GUI_COMPONENT" hence the short dump.
Regards,
Chen
‎2011 May 04 10:43 AM
Hi Chen,
I found out the t.code and there is gui_component used, however can you please telll me how and where do i find what exactly caused this dump in ST22. Analysing it for the first time, your help is appreciated.
Thank you in advace.
‎2011 May 04 11:01 AM
Hi freedombird,
Did you use any code that related to classic ALV?
Source code more than 72 length a line may cause this dump.
Regards.
‎2011 May 04 11:54 AM
Hi,
Please copy and paste the Active Call stack from the short dump. Along with that if you could provide more information like, how or when do you get this short dump, like i said in my other reply, this seems more likely a program running/scheduled to run in the background. Please provide as much info as you can.
Regards,
Chen
‎2011 May 04 12:55 PM
Hi Chen,
Sorry i cannot copy paste the active call stack for security reasons, however i can tell you that it is indeed scheduled as a background job for Me22. So with this info would it be possible to guide me on how to read the dump analysis and get more info on why the dump occured. I appreciate your efforts to help me out.
Thank you.
‎2011 May 04 1:51 PM
Hi freedombird,
your me22 is probably enhanced to trigger a popup or something like this that expects user interaction. This is not possible in background. I Thinks there are some SAP notes regarding ME22 background processing.
You may better use function BAPI_PO_CHANGE - after taking some ABAP and BAPI classes.
Regards,
Clemens
‎2011 May 09 11:40 AM
‎2011 May 04 10:44 AM
‎2011 May 09 11:40 AM