Application Development 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: 

CNTL_SYSTEM_ERROR raised in class CL_GUI_SPLITTER_CONTAINER

former_member602116
Participant
0 Kudos

Hi All,

We have a custom program that uses

CL_GUI_SPLITTER_CONTAINER

to display two ALVs however when ran in background, we get a dump with details as below:

Error analysis  A RAISE statement in program "CL_GUI_SPLITTER_CONTAINER=====CP" has raised  exception condition "CNTL_SYSTEM_ERROR".  Since the exception was not caught by a program higher up in the call  hierarchy, processing was terminated.

My question is how do I solve this dump? Do I need to catch the exception by using TRY ENDTRY?

Thank you so much.

Regards,

Katherine Darunday

2 REPLIES 2

FredericGirod
Active Contributor
0 Kudos

your split container used a custom_container and custom container could not run in background, only Docking container could

there is a lot of example inside SAP like in DWDM

0 Kudos
Hi Frederic,

Thanks for the quick reply. Where can I check the examples you have mentioned?

Regards,

Kath