What is the difference between occurs 1 and occurs 2

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a view in sap? : abap data dictionary

629


In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?

984


What should be the approach for writing a bdc program? : abap bdc

581


What is the disadvantage of using exec sql statement in abap?

538


In ALV reporting when u execute your report which event gets triggered.

1640






Did you use buffering?

605


while implementing badi what are the tables u find??

3623


What are the different types of the variable in the sap abap?

587


How to specify a client for database table processing?

618


How we format the data before before write statement in report ?

556


What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?

599


What is sap abap data dictionary?

638


How to give programe name as input in BDC report of abap ?

1735


How to eliminate duplicate entries in internal tables? : abap data dictionary

790


How do you display a data in a detail list?

587