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 is locking? : abap data dictionary
What are null values? : abap data dictionary
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
Why grouping of fields is required? What is the max no of modification groups for each field?
What are the system fields you have worked with? Explain?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What is constructor expression in nw abap 7.4?
What are the advantages/ dis-advantages of logical databases?
In which particular scenario we use sorted table and which particular scenario we use standard table?
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
If yes then why do we require logical database
What are the functional modules used in sequence in bdc? : abap hr
What is the significance of the memory table ‘screen’?
What are the advantages and disadvantages of ABAP query tool?
Name the abap/4 modularization techniques?