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
how to read the standard field value in your custom program.
How do you save data in bdc tables? : abap bdc
What work you have done in HR module
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
What is gui status? How to create /edit gui status?
Explain some essential objects in abap dictionary?
What are the aggregate objects in the dictionary? : abap data dictionary
Do you know any other patterns if yes.. explain
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
foreign key enforcement?
Program for Prime numbers and Matrix plz explain me the procedural method with steps
What application areas are you comfortable in?
What are the types of the programming language used in the sap abap software?
What are the control break events in abap? : abap data dictionary
What are the buffering types?