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 / mohanty

First is the structure and the second one is structure data type

Is This Answer Correct ?    16 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why grouping of fields is required? What is the max no of modification groups for each field?

778


Explain the difference between a dialog program and a report?

748


I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc

3041


What are the components of sap scripts? : abap hr

777


How we format the data before writing a statement in the report?

703


What is the difference between abap and hr abap? : abap hr

828


How can we create callable modules of program code within one abap/4 program? : abap modularization

770


What is at exit-command:?

744


What function does data dictionary perform?

785


What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr

904


In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary

925


What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc

791


Differentiate between abap memory and sap memory?

843


How do you find if a logical database exists for your program requirements?

844


What are indexes? : sap abap data dictionary

748