2009 Jan 21 5:16 AM
Hello, i am trying to use a method AGENTS_SET from interface IF_WFD_ADHOC_STEP.
it displays
CALL METHOD me->AGENTS_SET
EXPORTING
AGENTS = gt_agents.
EXCEPTIONS
LOCKED = 1
others = 2
which i control, it gives me FIELD 'ME' unknown.
2009 Jan 21 5:18 AM
Hi Artish,
you must first declare an object with reference to the class IF_WFD_ADHOC_STEP like this.
DATA: me TYPE REF TO IF_WFD_ADHOC_STEP.
regards,
Peter
Hi Artish,
you must first declare an object with reference to the class IF_WFD_ADHOC_STEP like this.
DATA: me TYPE REF TO IF_WFD_ADHOC_STEP.
regards,
Peter
2009 Jan 21 5:18 AM
Hi Artish,
you must first declare an object with reference to the class IF_WFD_ADHOC_STEP like this.
DATA: me TYPE REF TO IF_WFD_ADHOC_STEP.
regards,
Peter
2009 Jan 21 5:19 AM
hi
try this fm SEO_INTERFACE_MODIFY and SEO_INTERFACE_ADD_COMPONENTS and change c parameter METHODS for adding the methods.
hope this helps
regards
Aakash Banga
2009 Jan 21 5:23 AM
2009 Jan 21 5:37 AM
2009 Jan 21 10:44 AM
Hi Antish,
you are miles away from understanding OO concepts.
Take my word for it, you are stumbling around in the dark and need an ABAP OO programmer to perform this task for you.
Cheers
Graham Robbo
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |