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 / aka ashishy
1st one is a structure and the 2nd one is its data type which is like a blue print which tells how the values of the structure gonna reside.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How we format the data before writing a statement in the report?
How to call a subroutine in sapscript?
What is a type group?
What is the different between template and a table?
What is lock mechanism? How do we create lock objects in abap?
List some of the many different ways that the sap standard functionality can be changed by a customer?
What is modularization and its benefits? : abap modularization
Can we display a list in a pop-up screen other than full-size stacked list?
What is the difference b/t Session method and call transaction method ??
What is the max no of match code id’s that can be defined for one match code object?
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
What is meant by performance analysis? Have done anything to improve the performance?
What is the lock object?
What are the advantages of abap query tool?
What is sap locking?