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 uses of table pool or table cluster.
Can we set page headers to details lists?
How many types of tables exists and what are they in data dictionary? : abap data dictionary
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
How to create any functions? How to go about it?
What is a predefined type in abap?
What are the disadvantages of abap query tool?
Define database layer? : abap data dictionary
What is a view in sap? : abap data dictionary
What are different abap/4 editors?
What will you code in start-of-selection & end-of-selection ?
What actually happens in real-time recruitment? : sap abap hr
Type casting and error handling
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
how to modify the standard method as per your requirement