I got some error information from ST22 shows below.
________________________________________________________
Information on where terminated
Termination occurred in the ABAP program "CL_GUI_FRONTEND_SERVICES======CP" -
in "CONSTRUCTOR".
The main program was "SAPMSSY1 ".
In the source code you have the termination point in line 28
of the (Include) program "CL_GUI_FRONTEND_SERVICES======CM002".
________________________________________________________________________________
I want to locate the codes where the error happens, so I think I can set a breakpoint at source codes as below, but the SAP system gives me the error: the breakpoints could not be created due to incorrect entry.
program: SAPMSSY1
include: CL_GUI_FRONTEND_SERVICES======CM002
row: 28
Could you please give me some ideas how to set the breakpoint? Thanks a lot.
Best,
Bing