Skip to Content
0
Former Member
Jan 08, 2007 at 02:15 AM

ques about this structure..

52 Views

Hi all,

Why is there no 'type' used in the elements? What is the default?

DATA: BEGIN OF WC_LOAD_STRUC,

WL_NO(15),

WC_NO(5),

NAME(35),

PLG_BCK_DPTH(17),

END OF WC_LOAD_STRUC.

Now what is 15, 5 35 and 17 here?

Thanks,

Charles.