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
How is conversion of data types done between abap/4 & external level?
Explain the difference between domain and data element?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
Can i Have Some Realtime Examples On Modulepool programming.
What is the difference between a substructure and an append structure? : abap data dictionary
How many types of views are there ?
How do you find number of records present in internal table?
Define alv programming in abap?
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
Explain the inside concept in select-options?
Can we create a gui status in a program from the object browser?
How do you use tab sets in layout sets?
where are the passwords for ITS stores?
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What is the difference between select statement and provide statement ? : abap hr