What is the difference between occurs 1 and occurs 2
Answers were Sorted based on User's Feedback
Answer / sivaramakrishna
when ever we created a itab with occurs 0 initially 8kb
memoryh is alloted, but ifthe datais more than 8kb again
the sys allotes 8kb at run time.
but in case of occurs 1 if 8kb is not enough the abap
runtime envoronment allote memory for one record only
again not enough again allot memory for one record this
proces continious up to store compleate data.
in case of occurs 2 allote memory for records in same
above manner.
sivasayini@yahoo.com
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / bandivenkateswarlub
The main difference between the occurs1 and occurs 2 is
given below.
occurs1: is used to the system allocate the 2 memory
locations are cratead.
occurs2: is used to the system allocate the 3 memory
locations are crated.
Is This Answer Correct ? | 2 Yes | 5 No |
What is the diffrence between select single * and Select upto 1 row?
What Is Roll Area In ABAP?
what are the Events in Application Server
Define spool request?
What is singleton pattern in OOPS?
can you call a bdc program from report program?
1 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
Hi, How to call transaction( Any transaction ex:xk03)from ALV Report. Where should I write code?
How to maintain Transport Request?
What is an rdbms?
differences between the sorted ,standard, hashed tables.
Different types of luws. What are they?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc