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
How is collect statement different from append?
Which infotype records can not be deleted ? : abap hr
Which function modules can be used to transfer the data using bdc programming? : abap bdc
What are the list of screen elements?
foreign key enforcement?
How is the command suppress-dialog useful?
Explain the structure of a bdc sessions?
Explain the advantages of logical databases?
How can we create callable modules of program code within one abap/4 program? : abap modularization
Describe the difference between macro and subroutine?
Is it possible to pass data to and from include programs explicitly?
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
What is the collect statement?
what will happen if called program is not executable ?
Differentiate between static and dynamic step loops?