SAP ABAP Class IF_OAF_AGENT_CREATE (Instanzen der Agenten erzeugen und verwalten)
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
| Class | IF_OAF_AGENT_CREATE | |
| Short Description | Instanzen der Agenten erzeugen und verwalten | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20080701 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_OAF_AGENT_CREATE has no interface implemented.
Friends
Class IF_OAF_AGENT_CREATE has no friend class.
Attributes
Class IF_OAF_AGENT_CREATE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20080701 |
Events
Class 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 class IF_OAF_AGENT_CREATE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |