Answer Posted / kishore
Usually for creating data object, that means for allocating
the memory for a particular type we use the following
statement
TYPES char(10) type c.
DATA var1 type char.
where C is ABAP predefined type.
IF we want another data object like the above.
DATA var2 like var1.
Here memory is directly allocating without going
to define type first and memory next.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is processing class, where we do them and why? : sap abap hr
Explain the inside concept in select-options?
Is it possible to pass data to and from include programs explicitly?
What are the main uses of the primary key?
Can I execute user exits? If yes, how?
What is a collect statement?
What are the types of parameters in the function modules?
What data is contained in data dictionary? : abap data dictionary
What are the disadvantages of using explicit enhancement?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
How many types of size categories and data classes are there? : abap data dictionary
Name a few data dictionary objects?
State the differences between database view & projection view? : abap data dictionary
What is the differences between structure and table in the data dictionary in abap?
What function does data dictionary perform?