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
Answers were Sorted based on User's Feedback
Answer / sivaramakrishna
hi gernarally events are used to imoplement the interactive repors . apart from that we have so many events which can be applicable with selection screen, and can be used inside loop.
generally type refers either user defined data types or table types created in data dictionary.
like refers the same for creating the work are based on the either user defined data types or table types.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
Answer / ch
Hi , Type is copy the structure and like refer to
corresponding structure .
Is This Answer Correct ? | 0 Yes | 4 No |
what is the difference b/w linear search and binary search? (how can these search)
15 Answers HCL, IBM,
Difference between table control and step loop? Plz answer me its urgent!
How do you activate a function exit?
How to add a column to a table control while using alphanumerical layout editor ?
Hi All, Can u tell me the difference between RFC and BAPI. I know Both are remote enabled.
What is time constraint ? : abap hr
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
Suppose I am working on userexit if someone wants to work on same is it possible to work?
IF transport where u can create req no for sctipts?
What is output determination?
How do you process errors in session method ? : abap bdc
Tcode for create Basic ALE settings?