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
When is the top-of-page event triggered? : abap data dictionary
Can we use transfer dataset to transfer data in internal table ?
What are the different types of the sap abap data dictionary objects?
What is asynchronous update?
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
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
Why lsmw does not support call transaction method? : abap bdc
function modules are also external subroutines. State true or false. : abap modularization
Business scenarios related to your objects( In my case -Rulebook and Pricing work flow)
How do you import pay scale data from non sap to sap? : sap abap hr
What are the basic functions of database utility? : abap data dictionary
What is the difference between data elements and domains? : abap data dictionary
What does hide statement do?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
In delivery processing which step comes first picking, packing, posting goods issue ?