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 to creat transactions? : abap data dictionary
What is the button to change the variant in ALV ?p
Does SAP handle multiple currencies? Multiple languages?
What is the difference between view and table ?
13 Answers Deloitte, Renault Nissan,
How to give programe name as input in BDC report of abap ?
How to create report in SD open sales order which covers all Organization, delivery status, shipping details and partner function details. plz mention the detail coding Tahnks, Rahul
What is the Difference Between basic list and interactive list?
Can a function group share its subroutine with all its function modules?
What is the function of the transport system and workbench organizer? : abap data dictionary
what is version in reports?
What is a data class?
WHAT IS TCODE TO CREATE NEW MESSAGE TYPE?