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 i Have Some Realtime Examples on Badi ?
What is the difference between synchronous and asynchronous update? : abap bdc
How many types of data classes are there in sap abap? : abap data dictionary
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
What are local objects?
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
How would you suppress the display of a parameter on the selection screen?
What does the insert statement in extract datasets do?
Static and instance variable and method with live example. Why and when to use
Under Data Transfer Portion of ABAP, what do you mean by DX Project
What are clustered tables?
Search help exit details.
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
What is meant by hide area?
What is the difference between skip and reserve?