difference between type and like in detail way
Answer Posted / harpal
In addition to Ashok's answer, if data is are declaring
with TYPE , this will not inherit properties of refering
objects where as by LIKE statement object will inherit all
its property and methods
Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What are the different types of views in sap? : abap data dictionary
What are client dependant objects in abap/sap?
How to create a button in selection screen ?
What is search help exit? : sap abap data dictionary
What are the types of bdc s?
What is native sql?
Explain the differences between sap memory and abap memory?
how do you call third selection screen ?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
Concepts of OO ABAP and why we are using it?
What is the difference between internal tables and extract datasets? : abap modularization
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What is a matchcode?
What are the data classes in abap?
In a loop of an internal table, what is the use of at first & at last statements?