‎2008 May 05 8:04 AM
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
‎2008 May 05 8:23 AM
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.