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
How do you execute the payroll
Explain different types of locks?
SAP query how to use end users?
What are the main uses of the primary key?
What is payroll area
Normally how many and what files get created when a transaction program is written?
What is the difference between rfc and bapi function modules? : abap bdc
What are the function modules used in a sap script driver program?
Explain the call transaction method? : abap bdc
What is a collect statement?
What are screen painter and menu painter? : abap hr
How to split one Invoice into Multiple ( Step by Step)?
Where are you used type casting?
What is ole?
What are the basic functions of database utility? : abap data dictionary