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


Please Help Members By Posting Answers For Below Questions

There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.

947


What are the different attributes that can be assigned to a variant?

599


What is primary index?

540


pls if any one have idea ,reply as soon as possible 1.Allied solution group inc. is a genuine company or not ? 2.what is update module. 3.Transaction: scc3 what it is?

1534


How can we create callable modules of program code within one abap/4 program?

632






What is dynpro? what are its components ?

643


What are the dis-advantages of logical databases? : abap hr

616


What are the parameters used in each function?

608


Explain the concept of clusters in payroll

2135


What are the two different ways of building a match code object?

599


How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?

645


How to debug a script in abap?

598


​​Can multiple abap systems connect to abap database?

611


What are the steps in creating screen ?

1469


In order to upload purchase order details, how you handle multiple values for a single field?

576