difference between type and like in detail way
Answer Posted / ravuri sudheer kumar
"TYPE" is used to define the data objects using predefined
data types or user defined data types(which are created
using 'TYPES' statement)
"LIKE" is used to define data objects with the properties of
already existing data objects(which are created using the
'DATA' statement not the 'TYPES' statement') not of the
predefined data type
Is This Answer Correct ? | 50 Yes | 5 No |
Post New Answer View All Answers
Explain what is the step-by-step process to create a table in data dictionary?
What is the modification assistant?
What is pass by value and what is pass by reference? Which is better?
What is Group by in Select statement?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
What is the difference between call transaction method and the session method? : abap bdc
When is the top-of-page event triggered? : abap data dictionary
What is a data dictionary? : sap abap data dictionary
Explain the different types of mode (run code) in call transaction method?
What is the transaction code to display the payroll results ? : abap hr
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What is a help view? : abap data dictionary
How do you display a data in a detail list?
What is locking ?
What is the difference between ABAP and HR ABAP