difference between TYPE and LIKE ?
Answers were Sorted based on User's Feedback
Answer / golla.s
Like refers to Existing Data Object.
Type Creates New data Object
Is This Answer Correct ? | 23 Yes | 3 No |
Answer / 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 |
can i write combine code for row material and finish good for BDC?plz give me steps to create combine bdc.
Can anybody tell me the procedure to impliment the SAP OSS notes in detail?
the control commands in the report program are atfirst,atnew,atlast,atend of and what is the difference between them
What is the difference between collect and append statements?
What are the two methods for modifying sap standard tables?
what are the table controls in BDC ?
Based on certain condition how can we show different columns in output of ALV?? For Ex if Condition A is met we need to show 1 5 and 7 column , If condition B is met we need to show 1 2 and 4 and if condition C is met we need to show 1 3 and 6.
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
what is the tcode for creating the invoice?
What is the use of a pretty printer?
What are the basic objects of the data dictionary?
how to see the last updated record in a table?