What happens when we initialized the internal table with
OCCURS 5 ?
Answer Posted / sivaramakrishna
hi guy's i dont think so . because once an itab is declared
by default 8kb size will be declared initially. if we
specify occurs 5 then if the initialized size is not enough
for storing the records the after it allocates the memory
for five records.again if the records are more than 5
records the again it allocates memory for 5 records. this
process continious up to end of the records.`
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is a logical database a requirement/must to write an abap/4 query?
How do you import pay scale data from non sap to sap? : sap abap hr
Mention some important events in abap programming.
What is view? Different types of view. Explain?
What is the difference between the exits created in M.M and S&D?
Can i Have Some Examples on Enhancements.
What are the payroll related infotypes? : abap hr
What is the different between abap and ooabap? Why do we use ooabap?
How many types of data classes are there in sap abap? : abap data dictionary
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
How do you find if a logical database exists for your program requrements?
while implementing badi what are the tables u find??
What is meant by performance analysis? Have done anything to improve the performance?
What is the syntax for call transaction? : abap bdc
What are the buffering types?