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

Explain how to create any functions?

601


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

520


What are domains and data element? : abap hr

608


How to create any functions?

562


How will you insert record in a sorted table

872






What are the different types of sapscript symbols?

636


What is an on”*-input filed” statement?

607


What function does data dictionary perform?

574


What are the different methods of bdc? : abap bdc

605


Difference between domain and data element? What are aggregate object?

610


What are the techniques involved in using sap supplied programs?

605


What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary

572


What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary

589


What are authorization objects and what statement is used to perform an authorization check in an abap program?

569


What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?

718