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 |
****THANK YOU ALL ABAP EXPERTS**** I got a JOB as ABAP Consultant in Infosys.I cleared the interview.The question posted here are really good.I cleared interview based on this material only.It really works.I thank all members who posted que&ans here. Those who are in search of job in MNC study this question set only you will get sucess. Thanks once again allinterview.com and members of this community. tulika20021@rediffmail.com
0 Answers AC Tech, Accenture, IBM,
which of the following is more efficient when we are retrieving data from more tables. select statement using innerjoins or select statement using for all entries?
How to make changes in standard script for sales order header data?
will sorted internal tables help in performance?
Write the bdc table structure? : abap bdc
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
2. You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time.
What is the Process to transfer IDOC from Outbound System to Inbound system.
How i can make a enabled and disabled code using SAP ABAP? www.saponly.com
Can we use CALL SCREEN in RFC?
What is the use of AT Selection Screen output when we have At selection screen?Can u explain?
we go in debugging but i m in 5th line of debugging and i want to go again in 4th line of it then how to do that