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 is the structure of bdcmsgcoll? : abap bdc
Explain the call transaction method? : abap bdc
What is a development class? : abap data dictionary
Can a filed occur in several field groups? : abap modularization
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
What are the different types of work process?
What are authorization objects and what statement is used to perform an authorization check in an abap program?
What are the types of the programming language used in the sap abap software?
Explain about sap fico testing and the tools used? : abap bdc
Why do we use abstract class
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
What are base tables of an aggregate object?
What is the use of info groups? : sap abap hr
How can we decide weather we can enhance the standard infotype or not ? : abap hr
How many types of data classes are there in sap abap? : abap data dictionary