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
Why grouping of fields is required? What is the max no of modification groups for each field?
Explain the difference between a dialog program and a report?
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
What are the components of sap scripts? : abap hr
How we format the data before writing a statement in the report?
What is the difference between abap and hr abap? : abap hr
How can we create callable modules of program code within one abap/4 program? : abap modularization
What is at exit-command:?
What function does data dictionary perform?
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
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
Differentiate between abap memory and sap memory?
How do you find if a logical database exists for your program requirements?
What are indexes? : sap abap data dictionary