Difference between Occurs0,occurs10 and occurs100?
Answer Posted / naveen
if there is 101 records in an internal table and u created
internal table with occurs 100 then it will insert first 100
records with probable space and remaining 1 record also
inserted with again 100 records of space will be allocated.
so here 99 record of space will be waste.
same to occuurs 10 also.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is value table? : abap data dictionary
Which infotype records can not be deleted ? : abap hr
What are types of select statements?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
How are the date abd time field values stored in sap?
What is foreign key relationship? : abap hr
Which function module would you use to check the user’s authorization to access files before opening a file?
What are the personnel administration related Infotypes
What are the commands used for interactive reports?
How to creat transactions? : abap data dictionary
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
What is an “on request field” statement?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
Explain what is an rfc?