what is difference between occurs1 and occurs2?

Answer Posted / abhinandan alandkar

Let me correct u Siddharth,
Its not correct that when u use occurs 1 or occurs 2 u
cannot append more values than that, if u use that memory
up, system automatically allocates enough memory so that
the internal table can hold more records.
And as far as occurs 0 is concerned when u use
occurs 0, system allocates 8kb memory from the paging area
unnecessarily, if u intend to retrieve less rows then its
better to write some value on occurs clause.
There is only one case where occurs clause limits the
number of rows that can be added to an internal table, i.e,
when we use APPEND SORTED BY.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between function group and function module?

822


What is a table attribute? : abap data dictionary

771


How do you delete duplicate records from internal table?

933


What are two methods of modifying sap standard tables? : abap data dictionary

921


What is the differences between abap and ooabap. In which situation we useooabap?

1009






Explain the differences between interactive and drill down reports?

719


How do you process errors in session method ? : abap bdc

773


What are datasets in abap?

866


How to define selection screen?

771


suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?

2053


What is a view? : abap data dictionary

846


What is the transaction for recording bdc ? : abap bdc

764


What is sequence of event triggered in report?

789


What is native sql?

792


Folder types in smatforms? 2)What is Command line?

2109