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
What is append search help? : sap abap data dictionary
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
What are the check tables?
What are the types of data types in the sap abap?
What do you mean by transparent tables in sap abap? : abap data dictionary
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
What is the function of the correction system?
What is an “on input filed” statements?
10) How to get Item Header in Sales Order?
What is img? : sap abap hr
Of the two call transaction and session method, which is faster?
Tell me a scenario where did you use secondary index?
What are system fields for secondary lists?
What is the purpose of sum statement?