what do u mean by occurs 0
Answers were Sorted based on User's Feedback
Answer / vandan
normally we declare with header line internal table with
occurs 0 specification. if we declare internal table with
occurs 0 then it will initially get 8 kilo bytes memory.
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / sateesh
Occurs: when you specify occurs to table it allocates
some space to that paricular table when the
program is running.
occurs 0 means minimum 8kb space is assign to the
table
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / vivekgoyal82
normally we are not mentioning occurs 0
we r mentioning occurs 10 or 100 bec
occurs 0 take 8kb space by default we done this only in
case if we know that this report take more space then this
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kawser
when you specify occurs to table it allocates
some space to that paricular table when the
program is running.
occurs 0 means minimum 8kb space is assign to the
table
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / chandra
This Statement is associated with internal table
declaration, which will initialize table with 8mb of memory
Is This Answer Correct ? | 5 Yes | 6 No |
Answer / noohu
occurs: we are not suppose to get our records from db. in
such case we go for internal table which meant for
temporary storage.There we declare occurs 0 which mean the
records to be displayed should be completely retrieved to
our internal database..
hope the answer was done
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / balaji
occurs used to declare the body of the internal table
Is This Answer Correct ? | 0 Yes | 3 No |
How are BAPI different from normal function modules?
what is Deep Structure?
5 Answers Cap Gemini, TATA, TCS,
In the BADI,they are multiple Implementation.Could you please tell is there any procedure which are the implementation will execute and any order is the execute all the implementation for that Badi
how to call the function module generated in smartform for printing the form ?
what is the difference between upload and WS-Upload?
How will you link form with the event driven in sap scripts?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
What are logical databases? What are the advantages of logical databases?
What is inheritance and multi-level inheritance? Explain with example ?
wat does BDCRECXX contains?
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
How do you process errors in session method ? : abap bdc