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


Please Help Members By Posting Answers For Below Questions

What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary

765


What should be the approach for writing a bdc program? : abap bdc

761


How is conversion of data types done between abap/4 & external level?

739


When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?

761


What are the classifications of the sap abap data classes?

820


What is direct input method ?

1660


What are the merits of its?-

795


Is it possible to pass data to and from include programs explicitly?

763


What are interactive reports?

816


Can a constructor be redefined?

1107


What is function group?

808


Explain the difference between cluster tables and pool table?

808


How do we handle multiple line items in BDC's.

6861


What are the dynamic actions and how to configure it? : sap abap hr

821


Type casting and error handling

1120