what is the difference between

data: begin of ty_emp,
eno type i,
ename type string,
dno type i,
end of ty_emp.
and
types: begin of ty_emp,
eno type i,
ename type string,
dno type i,
end of ty_emp.

Answer Posted / md

Types means just declaration which doesnot allocate memory
Data means data type of structure which allocates memory

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a currency factoring technique?

690


What is the syntex used to call a screen as dialog box (pop up)?

719


What is the difference between a structure and a table?

546


What are the different control break statements available inside a loop?

575


What are base tables of an aggregate object?

612






there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?

1755


What is the difference between retroactive accounting period, earliest retroactive accounting period? : sap abap hr

546


How will you define org structure in MM?

833


What has to be done to the packed fields before submitting to a BDC session.

710


What is tmg?

684


What is an “on input filed” statements?

625


What is the function of the correction system? : abap data dictionary

591


What is an update task?

584


****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

1684


What is occurs in internal table?

589