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

PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'

3710


What are the three hierarchical levels of data types and objects?

581


Value table VS check Table.

964


What are the differences between table controls and step loops?

563


What are local objects?

625






What is the t-code to display batch input sessions? : abap bdc

639


How many types of size categories and data classes are there?

620


What is meant by stacked list?

601


What is dynpro? what are its components ?

630


What is the differrences between structure and table in data dictionary in abap? : abap hr

720


How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?

570


Which transaction code can I used to analyze the performance of ABAP program.?

633


What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?

929


What is the difference between skip and reserve?

610


Why do we declare a method of a class final? What can be the purpose? Give a scenario.

903