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 / dillip kumar mishra
First one is work area and second one is a strucure.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
Explain the difference between a pool table and a transparent table?
What is the use of 'table index'?
What are the advantages of abap query tool?
How to set an Enhancement point for a custom report?
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
What is the difference between data elements and domains? : abap data dictionary
Does every abap/4 have a modular structure?
Does sap handle multiple languages?
How do you find if a logical database exists for your program requirements?
What are the names of the function modules that will be generated upon activation of a lock object?
What is the difference between a structure and an append structure?
Differentiate between the uline and write: sy-uline statements if any?
What is your approach to find exit and BAdi?
Explain buffering concept usage?
What is the advantage of structures?