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
What are the different types of parameters? : abap modularization
How do you read files from the application server ? : abap bdc
What is transparent table?
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
What functions does a data dictionary perform ?
What is is a match code? : abap data dictionary
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
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 ?
What are the basic components of dialog program?
Differentiate screen painter from menu painter.
HI GUYS , FOR SAP INSTITUTION ATOS I BEST OR NOT? IAM PLANNING TO LEARN SAP COURSE IN ATOS... GIVE ME UR SUGGESTION ABOT ATOS?
What is the difference between commit-work and rollback-work tasks?
What does an exec sql statement do in abap?
What is the difference between get and get late?
Where the payroll results are stored