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

What does the ‘suppress dialog’ do?

864


what is difference between user exit, customer exit and badi?

4081


What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary

518


Sal abap on hana interview

708


How can we use / display table in a screen?

643






how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.

4767


Explain the session method? : abap bdc

624


HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?

1635


What is the difference between synchronous and asynchronous updates?

605


can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list

1511


What is the table buffer?

570


What is the function of a domain? : abap data dictionary

590


How to copy table across clients?

624


What is an interactive report?

624


What are the two ways for restricting the value range for a domain? : sap abap data dictionary

724