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 float and packed data type?
What are the organizational related infotypes? : abap hr
What are the advantages of logical databases : abap hr
Name the function module used to convert logical file names to physical file names in abap/4 programs?
if while coding power goes off , how to retrieve the codes?
Explain the structure of a bdc sessions?
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
How many detail lists can be created in interactive reporting?
What are the different types of operators in the sap abap?
How can we use / display table in a screen?
Which commands are used for interactive reports?
What is your approach for writing a bdc program? : abap bdc
Can a constructor be declared private? If yes then in which scenario?
Tell me a scenario where did you use secondary index?