Hi Experts,
while i am doing MIGO(Goods Issue to Production Order, I am getting the below ABAP Error:
Please give solution, It is urgent requirement.
THE ERROR IS:
Short text
Illegal interruption of the event LOAD-OF-PROGRAM.
What happened?
Error in the ABAP Application Program
The current ABAP program "/MRSS/SAPLRAP_INT_OB" had to be terminated because it
has come across a statement that unfortunately cannot be executed.
Error analysis
During the flow of the event LOAD-OF-PROGRAM (event for the
initialization of an ABAP program), a condition occurred under which
the event was to be left early. This is not permitted as it would
result in an inconsistent status in the ABAP program.
Trigger Location of Runtime Error
Program /MRSS/SAPLRAP_INT_OB
Include /MRSS/LRAP_INT_OBF00
Row 34
Module type (FORM)
Module Name GLOBAL_INIT
Source Code Extract
Line SourceCde
4
5 *&---------------------------------------------------------------------*
6 *& Form global_init
7 *&---------------------------------------------------------------------*
8 * text
9 *----------------------------------------------------------------------*
10 FORM global_init.
11
12 * local data
13 DATA lv_badi_impl_exists TYPE flag.
14
15
16 * get ref to BAdIs
17 CALL METHOD cl_exithandler=>get_instance "#EC CI_BADI_GETINST
18 CHANGING
19 instance = gv_ref_badi_inter_company.
20 * CALL METHOD cl_exithandler=>get_instance
21 * CHANGING
22 * instance = gv_ref_badi_rap_back.
23 * CALL METHOD cl_exithandler=>get_instance
24 * CHANGING
25 * instance = gv_ref_badi_ps_int.
26 CALL METHOD cl_exithandler=>get_instance "#EC CI_BADI_GETINST