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 advantages and disadvantages of ABAP query tool?
What does the extract statement do in extract datasets? : abap modularization
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
where are the passwords for ITS stores?
What is ps structure? : abap hr
How to read files and process BDC's automatically ?
In sap script how to print bar code in vertical manner
What is output determination?
What is amdp (abap managed data procedures)?
What are the types of indexes in abap?
From excel to abap - is batch mode possible ? : abap bdc
What is Transactional based Application & Role based Application?
What is web dynpro for abap?
What are internal tables? : abap hr
What is sequence of event triggered in report?