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 / julie
one is a table and the other is a structure
Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
What should be the approach for writing a bdc program? : abap bdc
How is conversion of data types done between abap/4 & external level?
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
What are the classifications of the sap abap data classes?
What is direct input method ?
What are the merits of its?-
Is it possible to pass data to and from include programs explicitly?
What are interactive reports?
Can a constructor be redefined?
What is function group?
Explain the difference between cluster tables and pool table?
How do we handle multiple line items in BDC's.
What are the dynamic actions and how to configure it? : sap abap hr
Type casting and error handling