what will happen if you don't give occurs clause while
creating an internal table?

Answer Posted / sukhbir

occurs 0 is used for mem allocation. I believe it means
8kb.
As per new version of sap,occurs sud be avoided as its a
obsolute statement.

Data t_mara type standard table of mara.

or

types : begin of ty_mara,
matnr type mara-matnr,
mkart type mara-mkart,
end of ty_mara.
Data t_mara type standard table of ty_mara.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we use multiple transactions by using bdc_insert? : abap bdc

648


What is pretty printer?

603


What are the basic functions of database utility?

587


What are the events in abap/4 language? : abap hr

620


What are the functional areas? User groups? and how does ABAP query work in relation to these?

715






Can i Have Some Realtime Examples On Modulepool programming.

5552


Why do we use abstract class

1031


Explain how to create any functions? How to go about it?

545


What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary

725


What are the ways you can do the tuning?

529


What are pool tables?

653


What is the reserve command?

670


In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?

984


What is the master data necessary before you can start posting in MM?

842


What are the events used in interactive reports?

617