IT Placement Papers SAP ABAP
This category contains ABAP Interview Questions and Answers |
What is the difference between Type and Like?
|
|
|
|
|
TYPE, you assign datatype directly to the data object while declaring.
LIKE,you assign the datatype of another object to the declaring data object. The datatype is referenced indirectly.
Only registered users can write comments. Please login or register.
|