SAP ABAP Interface IF_OAF_AGENT_LOG (Logging Interface des Agenten Frameworks)
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_AGENT_DLG | Default Logger des Agenten Frameworks | 20080212 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_OAF_PP_PACKAGE_AGENT | PP Implementation : Master data Dist. | 20080331 |
Properties
| Interface | IF_OAF_AGENT_LOG | |
| Short Description | Logging Interface des Agenten Frameworks |
General Data
| Package | FS_OAF_CORE | Core of the OAF |
| Created | 20080212 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_FSPP_LOG_SERVICE | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_OAF_AGENT_LOG has no interface.
Friends
Interface IF_OAF_AGENT_LOG has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DUMMY | Instance attribute | Public | Type reference (TYPE) | STRING | 20080212 | |||
| 2 | GC_CNTL_MESSAGE_ALL | Constant | Public | Type reference (TYPE) | FSPP_LOG_TYPE | ' ' | 20080331 | ||
| 3 | GC_CNTL_MESSAGE_NO | Constant | Public | Type reference (TYPE) | FSPP_LOG_TYPE | 3 | 20080331 | ||
| 4 | GC_CNTL_MESSAGE_NO_SUCCESS | Constant | Public | Type reference (TYPE) | FSPP_LOG_TYPE | 2 | 20080331 | ||
| 5 | GC_CNTL_MESSAGE_ONE_SUCCESS | Constant | Public | Type reference (TYPE) | FSPP_LOG_TYPE | 1 | 20080331 | ||
| 6 | GC_MSG_BIG_ERROR | Constant | Public | Type reference (TYPE) | SYMSGTY | IF_FSPP_LOG_SERVICE=>GC_MSG_BIG_ERROR | 20081028 | ||
| 7 | GC_MSG_ERROR | Constant | Public | Type reference (TYPE) | SYMSGTY | IF_FSPP_LOG_SERVICE=>GC_MSG_ERROR | 20081028 | ||
| 8 | GC_MSG_INFORMATION | Constant | Public | Type reference (TYPE) | SYMSGTY | IF_FSPP_LOG_SERVICE=>GC_MSG_INFORMATION | 20081028 | ||
| 9 | GC_MSG_PROGRAMMING_ERROR | Constant | Public | Type reference (TYPE) | SYMSGTY | IF_FSPP_LOG_SERVICE=>GC_MSG_PROGRAMMING_ERROR | 20081028 | ||
| 10 | GC_MSG_STATISTICS | Constant | Public | Type reference (TYPE) | SYMSGTY | IF_FSPP_LOG_SERVICE=>GC_MSG_STATISTICS | 20081028 | ||
| 11 | GC_MSG_SUCCESS | Constant | Public | Type reference (TYPE) | SYMSGTY | IF_FSPP_LOG_SERVICE=>GC_MSG_SUCCESS | 20081028 | ||
| 12 | GC_MSG_UPDATE_ERROR | Constant | Public | Type reference (TYPE) | SYMSGTY | IF_FSPP_LOG_SERVICE=>GC_MSG_UPDATE_ERROR | 20081028 | ||
| 13 | GC_MSG_WARNING | Constant | Public | Type reference (TYPE) | SYMSGTY | IF_FSPP_LOG_SERVICE=>GC_MSG_WARNING | 20081028 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20080212 | ||
| 2 | Instance method | Public | Method | 20080212 | ||
| 3 | Instance method | Public | Method | 20080331 |
Events
Interface IF_OAF_AGENT_LOG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_MSG_EXTENTION | Public | See coding | 20080213 | BEGIN OF ts_msg_extention,
agent_id TYPE oaf_agent_id,
expobjtype TYPE cns_dte_expobjtype,
expobjkey TYPE cns_dte_expobjkey,
END OF ts_msg_extention
|
Method Signatures
Method ADD_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MSG_EXTENTION | Call by reference | Type reference (TYPE) | TS_MSG_EXTENTION | Nachrichtenerweiterung | 20080213 | |||
| 2 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Nachrichtentyp | 20080212 | |||
| 3 | IX_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstrakte Oberklasse aller globalen Exceptions | 20080212 |
Method ADD_EXCEPTION on Interface IF_OAF_AGENT_LOG has no exception.
Method ADD_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MSG_EXTENTION | Call by reference | Type reference (TYPE) | TS_MSG_EXTENTION | Nachrichtenerweiterung | 20080213 | |||
| 2 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | SY-MSGID | Nachrichtenklasse | 20080212 | ||
| 3 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | SY-MSGNO | Nachrichtennummer | 20080212 | ||
| 4 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | SY-MSGTY | Nachrichtentyp | 20080212 | ||
| 5 | IV_MSGV1 | Call by reference | Type reference (TYPE) | CSEQUENCE | SY-MSGV1 | Nachrichtenvariable | 20080212 | ||
| 6 | IV_MSGV2 | Call by reference | Type reference (TYPE) | CSEQUENCE | SY-MSGV2 | Nachrichtenvariable | 20080212 | ||
| 7 | IV_MSGV3 | Call by reference | Type reference (TYPE) | CSEQUENCE | SY-MSGV3 | Nachrichtenvariable | 20080212 | ||
| 8 | IV_MSGV4 | Call by reference | Type reference (TYPE) | CSEQUENCE | SY-MSGV4 | Nachrichtenvariable | 20080212 |
Method ADD_MESSAGE on Interface IF_OAF_AGENT_LOG has no exception.
Method GET_MESSAGE_CONTROL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MESSAGE_CONTROL | Value transfer | Type reference (TYPE) | FSPP_LOG_TYPE | 20080331 |
Method GET_MESSAGE_CONTROL on Interface IF_OAF_AGENT_LOG has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 300 |