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 / aka ashishy

1st one is a structure and the 2nd one is its data type which is like a blue print which tells how the values of the structure gonna reside.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Reports: Event functionality.

892


What is an Open Item in SAP? How will you find an Open Item in SAP?

629


Events that can be used in both the classical and interactive reports

1129


What are the tcodes for performance tuning?

914


Can we specify the next screen number with a variable?

567






Difference between sap script and report?

750


Define spool request?

670


List some of the many different ways that the sap standard functionality can be changed by a customer?

554


Explain get cursor field?

677


identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT

1939


What are the differences between session method and call transaction method? : abap bdc

558


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

821


What are base tables of an aggregate object?

625


What is the difference b/t Session method and call transaction method ??

5259


What is pnp-sw-found ? : abap hr

875