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 / md
Types means just declaration which doesnot allocate memory
Data means data type of structure which allocates memory
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
how to see the table output?
Differentiate between table and template ?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
What is dialog module?
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
How can we create callable modules of program code within one abap/4 program?
What are the internal tables and work area?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
How do you read files from the presentation server ? : abap bdc
How to split one Invoice into Multiple ( Step by Step)?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
Explain buffering
What actually happens in real-time recruitment? : sap abap hr