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.