what does it mean occurs 0 while creating an internal table?
Answer Posted / lalitpadhi
occurs 0 means a internal table will be allocated 8kb of
memory initially.if it needs more then again 8 kb of is
allocated to it
| Is This Answer Correct ? | 28 Yes | 10 No |
Post New Answer View All Answers
What are types of select statements?
What is a type group?
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
Why cant we use Normal function module for data transfer?
Difference between select option and ranges ?
What is meant by write lock? : sap abap data dictionary
how to read the standard field value in your custom program.
Differentiate between transparent tables, cluster tables and pooled tables
What are the differences between table controls and step loops?
What is the collect statement? How is it different from append?
What are the advantages and disadvantages of using views in abap programming ?
What are the differences between a database index and a match code? : abap data dictionary
Define abap/4 layer? : abap data dictionary
What is meant by stacked list?
What will you code in start-of-selection & end-of-selection ?