Hi,
If you don't know how many records will be processed in the internal table use occurs 0. Performence wise its not recommended.
If there is only 1 record in the internal table use occurs 1.
Hi,
dont bother about that. occurs stmt is obsolete anyway. use typed internal table instead.
Add a comment