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
What are the functional areas?
what is a text table ?
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
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/
How do you validate the selection criteria of a report? And how do you display initial
What are the basic functions of database utility? : abap data dictionary
What are extracts?
Define alv programming in abap?
Can a filed occur in several field groups?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
Can we reuse a userexit?
What are the buffering types?
What are the parameters used in each function?
How will you transfer data into a file in application server?
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.