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

On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?

576


Explain the Importance of pa20? : abap hr

625


What are the functional areas? User groups? And how does abap/4 query work in relation to these?

599


What are the 3 methods that we use in sequence in a batch input session method? : abap bdc

571


Define abap/4 layer? : abap data dictionary

597






Explain about drill down report?

8768


What is the use of at new statement ?

1350


How to combine multiple billing into one RV document ( Step by Step)?

1533


What is dialog module?

602


What is meant by hotspots?

610


What are Delivery classes? What data will you want to transport during client copy?

979


What are the types of search helps? : sap abap data dictionary

634


Can we access static attribute from instance method

988


What is is a match code? : abap data dictionary

679


What will exactly the hide statement do?

571