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 / sivaramakrishna
first one is declaring internal table in old format without headder line(declaring with out workarea),second one is declaring internal table in new format.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the 3 types of tables in sap? : abap data dictionary
How do you save data in bdc tables? : abap bdc
What is page window?
Can we set page headers to details lists?
when does a list get sent to the screen on the presentation layer?
How is time management and payroll is integrated? : sap abap hr
Give few names of pooled tables in sap ?
What is the collect statement? How is it different from append?
What are the different window types in sapscript?
How to define selection screen?
What is the disadvantage of using exec sql statement in abap?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
What is screen flow logic? What are the sections in it?
Difference between Field groups and internal tables?
What is SAP Data conversion ?