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
What are the disadvantages of abap query tool?
Explain what are standard layouts sets in the sap script?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
What is tcode se16?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
What are the two different ways of building a match code object? : abap data dictionary
Hi All , Would be providing online trainings for SAP ABAP , guidance with real time experience examples , guidance in profile prepartion . Any one intrested please contact on 8978890047.
What are field symbols?
What is the difference between abap and hr abap? : abap hr
Can you show multiple alvs on a single screen?
What are critical issues you have faced in your project
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
What are the rules to create a BAPI?
What is your approach for writing a bdc program? : abap bdc
What are internal tables? How to use a specific number occurs statement?