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 Exception Raised

Former Member
0 Kudos

Hi

i've a program which i can successfully execute on foreground. However, the same program when i execute background...it's raising exception

ABAP/4 processor: RAISE_EXCEPTION

raise CNTL_ERROR.

Please help.

Thanks

2 REPLIES 2

FredericGirod
Active Contributor
0 Kudos

Hi,

that looks like a problem with the OOo program. The program with things like container could not be run in foreground.

If it's an Z program, replace the container by a docking container and you will be abble to run it in foreground.

Rgd

Frédéric

Former Member
0 Kudos

Hi

Thanks for your quick reply. Just to let you know that..it got nothing to with OO programming or ALVs. It's just an interface program which generates IDOC from a sequential file.

i'm using SO_SPLIT_FILE_AND_PATH function module. The standard code of this module consists of OO programming, where it's causing error.

but...my program is neither OO nor ALV.

Please help.

Thanks