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
In which cluster time results are stored? : abap hr
Difference between call by value and call by reference? : abap data dictionary
What are the dynapro keywords?
What are the events in screen programming?
Explain about workbench request and customization requests?
What are the differences between session method and call transaction method? : abap bdc
What are number ranges?
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
What is the difference between a structure and an append structure?
What is ps structure? : abap hr
How to upload more than 2GB file from External Source to SAP?
What has to be done to the packed fields before submitting to a BDC session.
What is an rfc?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.