Sunday, 13 May 2012

What is the use of OCCURS? | SAP-ABAP

=> OCCURS is used to guide the allocation of memory. If number of table entries are unknown OCCURS 0 is used.
OCCURS 0 assigns the 8 KB of memory at run time.

No comments: