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 the transaction for recording bdc ? : abap bdc
what is field string ? & where we are using field strings?
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
How to know if the value entered contains records or not?
How to display or know if the value entered contains records or not?
Do we have to migrate all sapscript forms to smart forms?
Differentiate between abap memory and sap memory?
Why cant we use Normal function module for data transfer?
What happens Update command is used without where clause ?
What are the differences between the table and the structure in the data dictionary in the sap abap?
Explain the Importance of pa20? : abap hr
What is the use of info groups? : sap abap hr
How many types of data classes are there in sap abap? : abap data dictionary
How can you display frames (horizontal and vertical lines) in lists?
How do you populate data into a multiple line field?