SAP ABAP Class IF_OAF_AGENT_LOG (Logging Interface des Agenten Frameworks)
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
Class | IF_OAF_AGENT_LOG | |
Short Description | Logging Interface des Agenten Frameworks | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20080212 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_OAF_AGENT_LOG has no interface implemented.
Friends
Class IF_OAF_AGENT_LOG has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20080212 | |||
2 | ![]() |
Constant | Public | Type reference (TYPE) | FSPP_LOG_TYPE | ' ' | 20080331 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | FSPP_LOG_TYPE | 3 | 20080331 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | FSPP_LOG_TYPE | 2 | 20080331 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | FSPP_LOG_TYPE | 1 | 20080331 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | SYMSGTY | IF_FSPP_LOG_SERVICE=>GC_MSG_BIG_ERROR | 20081028 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | SYMSGTY | IF_FSPP_LOG_SERVICE=>GC_MSG_ERROR | 20081028 | ||
8 | ![]() |
Constant | Public | Type reference (TYPE) | SYMSGTY | IF_FSPP_LOG_SERVICE=>GC_MSG_INFORMATION | 20081028 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | SYMSGTY | IF_FSPP_LOG_SERVICE=>GC_MSG_PROGRAMMING_ERROR | 20081028 | ||
10 | ![]() |
Constant | Public | Type reference (TYPE) | SYMSGTY | IF_FSPP_LOG_SERVICE=>GC_MSG_STATISTICS | 20081028 | ||
11 | ![]() |
Constant | Public | Type reference (TYPE) | SYMSGTY | IF_FSPP_LOG_SERVICE=>GC_MSG_SUCCESS | 20081028 | ||
12 | ![]() |
Constant | Public | Type reference (TYPE) | SYMSGTY | IF_FSPP_LOG_SERVICE=>GC_MSG_UPDATE_ERROR | 20081028 | ||
13 | ![]() |
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
Class 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 class 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 class 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 class IF_OAF_AGENT_LOG has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |