Posts by Geovane Alborghetti • 1 point
1 post
- 
		0 votes2 answers143 viewsA: What does a table with OCCURS 0 in ABAP mean?Eduardo’s answer is correct, but it is an obsolete way, whenever creating a table it is better to use TYPE TABLE OF 'here your table'