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
In the MM module for finding out the standard cost what is the view one has to look at?
What are conversion & interface programs in sap?
Mention what is alv programming in abap?
What is use of transparent table in abap? How it is different from pool tables?
What are interface/conversion programs in SAP?
What is check table?
What are subroutines? : abap modularization
What is a matchcode?
Mention the various databases integrities?
Where the payroll results are stored
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
Explain the structure of a bdc sessions?
What is the Process to transfer IDOC from Outbound System to Inbound system.
How can we create callable modules of program code within one abap/4 program? : abap modularization