Hi Everyone,
Can one any explain the situation where we can exactly use the
events and also explain the diff. between LIKE AND TYPE.
Am new one of sap-abap.
Thanks in advance
Jaya DS
Answer Posted / lavanya
Type: This statement is used for creating a data object of given data type.
Example: Types: dob1 type i.
Like: This statement is used for creating a data object of another data object type.
Example: Types: dob2 type dob1.
Here both dob1 and dob2 refer to integer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different types of locks? : abap data dictionary
What is the role of ‘refresh’ in internal table?
What is the difference between the exits created in M.M and S&D?
Explain the use of table maintenance allowed?
What is database utility?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
Explain get cursor field?
Which objects are independent transport objects? : abap data dictionary
What is the use of abap data dictionary? : abap data dictionary
What is a transaction variant and why are they used?
Can we use flow logic control key words in abap/4 and vice-verse?
What is native sql?
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
What are the problems in processing batch input sessions?
What work you have done in HR module