‎2008 Feb 22 5:51 PM
Hi experts,
We implemented a BADI and when we tried to execute it we got this runtime error
Error log:
Short text Syntax error in program "CL_IM_CM_GLCTRANS_V56LDELI====CP What happened? Error in the ABAP Application Program | | The current ABAP program "SMOD_V56LDELI=================CP" had to be terminated because it has come across a statement that unfortunately cannot be executed. | | The following syntax error occurred in program "CL_IM_CM_GLCTRANS_V56LDELI====CP " in include "CL_IM_CM_GLCTRANS_V56LDELI====CM001 " in line 21: "Old and new exceptions cannot be used at the same time . . . . . . . ." " ." " " " "
CL_IM_CM_GLCTRANS_V56LDELI is a class.... How do I debug this?
I dont know much about OOPs.
Thanks in advance.
Goldie.
‎2008 Feb 22 6:12 PM
Goldie.
Run t-code SE24 and enter CL_IM_CM_GLCTRANS_V56LDELI and press Display
debug like any other program now
‎2008 Feb 22 6:12 PM
Goldie.
Run t-code SE24 and enter CL_IM_CM_GLCTRANS_V56LDELI and press Display
debug like any other program now
‎2008 Feb 22 8:11 PM