2) What is the difference between TYPE and DATA?
Answer Posted / bharath
TYPE: is used to define new data types and will not occupy
any memory space.
DATA: is used to define the variables representing the
exisitng data types. and will hold the memory space.
Type: var1 type c.
DATA: def type var1.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What are the parameters used in each function?
Concepts of OO ABAP and why we are using it?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What are the basic components of dialog program?
Difference between sap script and report?
what are the two methods of modifying sap standard tables? : abap data dictionary
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
What are the 3 types of tables in sap? : abap data dictionary
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
How to create report in SD open sales order which covers all Organization, delivery status, shipping details and partner function details. plz mention the detail coding Tahnks, Rahul
What are internal tables? : abap hr
Can you create a table with fields not referring to data elements? : abap data dictionary
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What is an authorization in sap?