Application Development and Automation 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: 
Read only

runtime Error RAISE_EXCEPTION occured for ML81n

0 Likes
527

HI all,

I have created a BDC to create the service Entry sheet using tcode ML81n. To create the SES, I m using an already exiting PO and then accept the services provided.

Now, when I run this BDC in Background by scheduling the job, it gives me a dump stating 'Runtime Error RAISE_EXCEPTION has occurred'.while in the foreground, the BDC runs smoothly. I am attaching the dump which I have got.

Can any one of the ABAP geeks tell me what could be the possible problem/ Solution for the above?

Regards,

Neha

Please see the dump below which I have got::

Exception condition "CNTL_ERROR" raised.

-


Error analysis

-


A RAISE statement in the program "CL_GUI_DOCKING_CONTAINER======CP " raised the

exception

condition "CNTL_ERROR".

Since the exception was not intercepted by a superior program

in the hierarchy, processing was terminated.

-


Information on where termination occurred

-


The termination occurred in the ABAP/4 program

"CL_GUI_DOCKING_CONTAINER======CP " in

"CONSTRUCTOR".

The main program was "SAPLMLSR ".

The termination occurred in line 88

of the source code of program "CL_GUI_DOCKING_CONTAINER======CM001 " (when

calling the editor 880).

The program "CL_GUI_DOCKING_CONTAINER======CP " was started as a background

job.

Error occurred during batch input processing

1 REPLY 1
Read only

Former Member
0 Likes
348

Hi Neha,

Take it easy dont get frustrated,

what i got by seeing dump analysis is and what you can do is go to prog: SAPLMLSR

and check the line 88, and see whether it is releated to your modifications or not. if yes try to change your modifications.

Hope answered your question

reward if helpful

Thanks

abdul.