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: 

background job in session

Former Member
0 Kudos
128

hi all,

i am getting Raise exception error ,when i am process session in background job mode, but session is working fine in both fore ground and errors only mode.

fallowing exception is coming:

Exception condition "CNTL_SYSTEM_ERROR" raised.

A RAISE statement in the program "CL_GUI_SPLITTER_CONTAINE

exception

condition "CNTL_SYSTEM_ERROR".

Since the exception was not intercepted by a superior prog

in the hierarchy, processing was terminated.

Short description of exception condition:

For detailed documentation of the exception condition, use

Transaction SE37 (Function Library). You can take the call

function module from the display of active calls.

-

1 ACCEPTED SOLUTION

Former Member
0 Kudos
82

Check the note <b>721791</b>

4 REPLIES 4

Former Member
0 Kudos
82

It looks like you are trying to run a transaction that is trying to access the GUI (which you can't do in background). What transaction is this?

Rob

0 Kudos
82

hi rob ,

Tthank you for your reply ,

the transaction is pp01 ,To create objects and relationships

thanks

bharath

Former Member
0 Kudos
83

Check the note <b>721791</b>

Former Member
0 Kudos
82

closed