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 / julie
one is a table and the other is a structure
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
What is roles and responsibilities of sap hr consultants? : sap abap hr
What two statements are required in an abap program to output an icon using a written statement?
Can you create an internal table dynamically?(at run time)
How will you find manager of an employee
How to create user interfaces for lists?
What is the maximum number of match code id's that can be defined for one match code object ?
What are the domains and data element?
How can you distinguish between different kinds of parameters?
What is sap abap data classes?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
How do you find the information on the current screen?
what is code to upload cost centers through call trans. and procedure
What is tcode se16? For what is it used.
In which table the material master data is stored?
Explain the types of bdc's?