SAP ABAP Interface IF_OAF_AGENT_CREATE (Instanzen der Agenten erzeugen und verwalten)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
FS-FND-AF (Application Component) Agent Framework
⤷
FS_OAF_CORE (Package) Core of the OAF
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_OAF_TEST_AGENT_AFT01 | Testimplementierung Agent AFT01 | 20080701 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | FSBP_CC_COMPLETION_NOTIF_AGENT | Agent Implementation: Send Notification After Cleansing | 20100623 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | FSBP_PXE_OUTBOUND_AGENT | Outbound Agent for Processing Change Pointer | 20080702 |
Properties
| Interface | IF_OAF_AGENT_CREATE | |
| Short Description | Instanzen der Agenten erzeugen und verwalten |
General Data
| Package | FS_OAF_CORE | Core of the OAF |
| Created | 20080701 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_OAF_AGENT_CREATE has no interface.
Friends
Interface IF_OAF_AGENT_CREATE has no friend.
Attributes
Interface IF_OAF_AGENT_CREATE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20080701 |
Events
Interface IF_OAF_AGENT_CREATE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_INSTANCE | Public | See coding | 20080701 | BEGIN OF ts_instance,
agent_id TYPE oaf_agent_id,
instance TYPE REF TO if_oaf_agent,
END OF ts_instance
|
||
| 2 | TTH_INSTANCE | Public | See coding | 20080701 | tth_instance TYPE HASHED TABLE OF ts_instance WITH UNIQUE KEY agent_id
|
Method Signatures
Method S_GET_AGENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_AGENT_ID | Call by reference | Type reference (TYPE) | OAF_AGENT_ID | Identifikation eines Agenten | 20080701 | |||
| 2 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_OAF_AGENT | 20080701 |
Method S_GET_AGENT on Interface IF_OAF_AGENT_CREATE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 300 |