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 are the different types of parameters? : abap modularization

826


How do you read files from the application server ? : abap bdc

818


What is transparent table?

800


ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul

2387


What functions does a data dictionary perform ?

740






What is is a match code? : abap data dictionary

847


Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?

853


any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?

2227


What are the basic components of dialog program?

897


Differentiate screen painter from menu painter.

745


HI GUYS , FOR SAP INSTITUTION ATOS I BEST OR NOT? IAM PLANNING TO LEARN SAP COURSE IN ATOS... GIVE ME UR SUGGESTION ABOT ATOS?

2598


What is the difference between commit-work and rollback-work tasks?

832


What does an exec sql statement do in abap?

742


What is the difference between get and get late?

801


Where the payroll results are stored

2096