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
Define external layer? : abap data dictionary
What is check table?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
How many types of tables exist and what are they in data dictionary?
What is example class
What is an evaluation path? : sap abap hr
What is the structure of the bdc table? : abap bdc
How do you populate data into a multiple line field?
Can i know some of the Realtime tickets that anyone has been faced ?
Events that can be used in both the classical and interactive reports
How many secondary indexes can we create in a table?
Difference between Field groups and internal tables?
What is Group by in Select statement?
How to debug a sapscript?
What are hashed tables?