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