Answer Posted / malli.gontla
LIKE is used to refer the existing DataObjects
TYPE is used to refer the existing DataTypes
Example for TYPE and LIKE
Data: Num type I.
Here Type is to refer the existing DataType I.
Data: Price Like Num.
Here Like is used to refer existing DataObject Num.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are field symbols?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
What is check table?
singleton class
What are the events used for logical database?
What is the logo in sap script?
Explain data dictionary in abap?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
What are the page windows?
What are clustered tables?
Why is pretty printer user in abap?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
ABAP : Classical reports events name
Can you create an internal table dynamically?(at run time)