Skip to Content
0
M S
Nov 26, 2009 at 10:05 AM

ABAP : Screen Painter error

303 Views

Hi Experts ,

I need your help. Actually i have started working in ABAP as welll. need to know that below is the coding being done for Screen Painter and need your help in troubleshooting error. the Error is :

"Program ZSCREENPAINTER1

"TYPE LINE" or "LIKE LINE" expected, not "BEGIN". ."

coding that i have done is :

PROGRAM ZSCREENPAINTER1.

DATA : OK_CODE TYPE SY-UCOMM,

types: BEGIN OF EKPO,

EBELP TYPE EBELP,

BUKRS TYPE BUKRS,

WERKS TYPE WERKS,

MATKL TYPE MATKL,

END OF EKPO.

thanks & regards ,

M.S