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 / jwalitha
using the statement -Types
we can declare own data types
TYPES dtype [TYPE type|LIKE dobj] ...
where as using DATA statement
we can declare own variables or instance attributes of classes
DATA var [{TYPE type}|{LIKE dobj}] ...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the significance of the memory table ‘screen’?
Did you create secondary index?
What is the function of the correction system? : abap data dictionary
Define batch input session?
What is a 'z' report?
What is help view?
Explain what is the difference between sy-tabix and sy-index? Where it is used?
What is size category?
Explain what are interactive reports?
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
Explain what is the significance of hide?
what is diff between ECC 5.0 AND ECC 6.0
What is the table buffer?
How does the interface between the dynpro and the abap/4 modules take place?
What are the techniques involved in using sap supplied programs?