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
Which one is better joins or views and why?
Which database object is used for storing the system variables? : abap data dictionary
What is the modification assistant?
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
Why do we use events and actions in web dynpro?
How many types of views are there ?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
What is the tcode for sapscript forms?
What are spa/gpa parameters (sap memory)?
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
What is alv programming in abap? When is this grid used in abap? : abap hr
Differentiate database index and match code.
What data is contained in data dictionary? : abap data dictionary