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
how to read the standard field value in your custom program.
What is the difference between synchronous and asynchronous updates?
What are the different types of data dictionary objects? : abap data dictionary
How do you find out who has transported a transport request?
What is the syntax for call transaction? : abap bdc
Hat are the different types of mode (run code) in call transaction method?
What kind of BDC programs are written ?
Update types in Call transaction method. What is the difference?
what is the difference between hashed & sorted internal tables?
Differentiate screen painter from menu painter.
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What are the different function modules used in sapscript?
How can we use multiple transactions by using bdc_insert? : abap bdc
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
Explain what are the events used for logical database?