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 / mohanty
First is the structure and the second one is structure data type
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
Describe data classes? : abap hr
How would you suppress the display of a parameter on the selection screen?
How is the command suppress-dialog useful?
Explain the client concept of sap.
What is step-loop? Explain all the steps?
What are the classifications of the sap abap data classes?
visibility section for class level and attributes level
Do you know any other patterns if yes.. explain
Select up to 1 row and select single difference ?
Does the table can have multiple foreign keys?
what is difference between user exit, customer exit and badi?
Which type of tables used this buffer?
how to modify the standard method as per your requirement
Sy index and sy tabix
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?