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 / mohanty

First is the structure and the second one is structure data type

Is This Answer Correct ?    16 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.

1639


What are the different kinds of lock modes?

572


Explain pai and pbo.

720


Can we reuse a userexit?

1077


Give examples of transparent table?

702






Can you delete a domain, which is being used by data elements? : abap data dictionary

821


What kind of financial periods exist in sap? What is the relavent table for that?

628


How to add a column to a table control while using alphanumerical layout editor ?

1793


how can we enable hyperlink in screen painter?

3381


Can we create a gui status in a program from the object browser?

584


Define external layer?

637


What is an update task? : abap modularization

595


What is the Process to transfer IDOC from Outbound System to Inbound system.

1681


What are the disadvantages of logical databases?

667


What are the different buffering methods?

583