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 difference between commit-work and rollback-work tasks?
How does the system handle roll areas for external program components?
PLEASE HELP ANYONE ON THIS ISSUE,is there any problem with this function module :RHPQ_T77BX_ADD_QUALIS_OF_DPLAN. IT IS TRIGGERING BEFORE COMPLETION OF THE DEVELOPMENT PLAN but it has to trigger after compltion of development plan..this issue raised in my project..so reply urgently..thanks in advance..
What is the role of ‘refresh’ in internal table?
Work most on which module: name a few tables?
What is the difference between a structure and a table? : abap data dictionary
What is the reserve command?
What is the difference between sy-tabix and sy-index? Where it is used?
Explain the sequences of event block?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What is the difference between leave transaction and call transaction?
what comes in Timkein written test I hope some body can tell me at this id plz tell it before 9 pm 19 march
Explain how do you move on to the next screen in interactive reporting?
How many types of views are there? : abap data dictionary
How many main windows will be there in a page window?