cancel
Showing results for 
Search instead for 
Did you mean: 

DYNPRO_SYNTAX_ERROR : Screen "SAPLCPDA" 1200 could not be generated. : Tcode : ca23

former_member220286
Participant
0 Kudos

Dear All,

My tcode CA23 going for dump .

"overlapping container found."

Termination occurred in the ABAP program "SAPLCPDA" - in "DYNP_CALL". The main program was "SAPLCPDI ".

In the source code you have the termination point in line 111 of the (Include) program "LCPDAU01".

CALL FUNCTION 'TCA36_READ'
EXPORTING
BLDGR_IMP = BLDGR_IMP
PANEL_IMP = PANEL_IMP
MPOOL_IMP = MPOOL
PLNAW_IMP = PLNAW_IMP
PLNTY_IMP = PLNTY_IMP
IMPORTING
TCA36_EXP = TCA36_TMP.
IF TCA36_TMP-WINX1 IS INITIAL AND
TCA36_TMP-WINX2 IS INITIAL AND
TCA36_TMP-WINY1 IS INITIAL AND
TCA36_TMP-WINY2 IS INITIAL.
CALL SCREEN TCA36_TMP-DYNPRO.
ELSE.
CALL SCREEN TCA36_TMP-DYNPRO
STARTING AT TCA36_TMP-WINX1 TCA36_TMP-WINY1
ENDING AT TCA36_TMP-WINX2 TCA36_TMP-WINY2.

Regards

Deep

Accepted Solutions (1)

Accepted Solutions (1)

Sandra_Rossi
Active Contributor
0 Kudos

It's a standard program, so ask SAP support (the reason is that 2 elements overlap the same position on the screen)

Answers (0)