Skip to Content
0
Mar 24, 2009 at 11:17 AM

how to declare itab in bsp page

648 Views

hi

i have written this code to declare table in bsp page

<%

data: itab like DD07V occurs 0 with header line

%>

But it is giving error " The addition OCCURS is no longer supported in the OO context. Use " Table of......Initial size " instead"

plz tell me how i declare itab

thanks