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
Hat are the different types of mode (run code) in call transaction method?
What is a data class? : abap data dictionary
What application areas are you comfortable in?
How to determine the attributes of an internal table?
What is the difference between retroactive accounting period, earliest retroactive accounting period? : sap abap hr
What are the disadvantages of using explicit enhancement?
What is projection view?
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
Which FM do you use to find out who is reporting to whom
What is the difference between field-group header and other field groups?
how to read the standard field value in your custom program.
What is personnel sub are
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
How can we use / display table in a screen?
What abap statement will trigger list generation?