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
Can a domain, assigned to a data element be changed?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
What are the differences between a database index and a match code?
What are the uses of interactive reporting?
Explain how data is stored in cluster table?
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
What are the parameters used in each function?
What are aggregated objects : abap data dictionary
what is diff between idocs,bdc,rfc and bapi. give real time answer
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
What does an exec sql statement do in abap?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
How can we achieve MVC ?
What is the difference between call transaction method and the session method? : abap bdc
Badi concepts