SAP ABAP Interface IF_GRFN_APPLOG_BASIS_EXT (Enahnced logging methods for BAL)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_API_SERVICES (Package) GRC Foundation API Services

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GRFN_APPLOG_BASIS_EXT | The application log basis class (enhanceable) | 20100126 |
Properties
Interface | IF_GRFN_APPLOG_BASIS_EXT | |
Short Description | Enahnced logging methods for BAL |
General Data
Package | GRFN_API_SERVICES | GRC Foundation API Services |
Created | 20100126 | SAP |
Last changed | 20141106 | |
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_GRFN_APPLOG_BASIS_EXT has no interface.
Friends
Interface IF_GRFN_APPLOG_BASIS_EXT has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | M_DISVARIANT_HANDLE | Instance attribute | Public | Type reference (TYPE) | SLIS_HANDL | SLIS_HANDL | 20100126 | ||
2 | M_MESSAGE | Instance attribute | Public | Type reference (TYPE) | STRING | STRING | 20100126 | ||
3 | M_WRITEABLE | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | AS4FLAG | 20100126 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Add BAPIRET messages to log | 20100126 |
2 | ![]() |
Instance method | Public | Method | Add BAPIRET messages to log | 20100128 |
3 | ![]() |
Instance method | Public | Method | Add Exception to log | 20100126 |
4 | ![]() |
Instance method | Public | Method | Add current system message to log (from SY-MSG* fields) | 20100126 |
5 | ![]() |
Instance method | Public | Method | Add text to log | 20100126 |
6 | ![]() |
Instance method | Public | Method | Create Log UI Control (for display in SAPGUI) | 20100126 |
7 | ![]() |
Static method | Public | Method | Convert Exception To System Message | 20100126 |
8 | ![]() |
Instance method | Public | Method | Free all instance buffers | 20100126 |
9 | ![]() |
Instance method | Public | Method | Free SAPGUI Control UI element | 20100126 |
10 | ![]() |
Instance method | Public | Method | Check whether log is empty (no messages stored yet) | 20100126 |
11 | ![]() |
Static method | Public | Method | Load already persisted Log | 20100126 |
12 | ![]() |
Instance method | Public | Method | Reset messages stored in the log buffer | 20100126 |
13 | ![]() |
Instance method | Public | Method | Display Log in the SAPGUI | 20100126 |
14 | ![]() |
Instance method | Public | Method | Save Log - enhanced version | 20100126 |
Events
Interface IF_GRFN_APPLOG_BASIS_EXT has no event.
Types
Interface IF_GRFN_APPLOG_BASIS_EXT has no local type.
Method Signatures
Method ADD_BAPIRET2_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_T | IT_MESSAGES | 20100126 | ||
2 | ![]() |
I_DETLEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | I_DETLEVEL | 20100126 | ||
3 | ![]() |
I_MSGTY_OVERRIDE | Call by reference | Type reference (TYPE) | SY-MSGTY | SPACE | Message Type | 20100129 | |
4 | ![]() |
I_PROBCLASS | Call by reference | Type reference (TYPE) | BALPROBCL | I_PROBCLASS | 20100126 |
Method ADD_BAPIRET2_MESSAGES on Interface IF_GRFN_APPLOG_BASIS_EXT has no exception.
Method ADD_BAPIRETC_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETCT | IT_MESSAGES | 20100128 | ||
2 | ![]() |
I_DETLEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | I_DETLEVEL | 20100128 | ||
3 | ![]() |
I_MSGTY_OVERRIDE | Call by reference | Type reference (TYPE) | SY-MSGTY | SPACE | Message Type | 20100129 | |
4 | ![]() |
I_PROBCLASS | Call by reference | Type reference (TYPE) | BALPROBCL | I_PROBCLASS | 20100128 |
Method ADD_BAPIRETC_MESSAGES on Interface IF_GRFN_APPLOG_BASIS_EXT has no exception.
Method ADD_EXCEPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | IR_EXCEPTION | 20100126 | ||
2 | ![]() |
I_DETLEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | I_DETLEVEL | 20100126 | ||
3 | ![]() |
I_MSGTY | Call by reference | Type reference (TYPE) | SY-MSGTY | 'E' | I_MSGTY | 20100126 | |
4 | ![]() |
I_PROBCLASS | Call by reference | Type reference (TYPE) | BALPROBCL | I_PROBCLASS | 20100126 | ||
5 | ![]() |
I_WHOLE_CHAIN | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20100126 |
Method ADD_EXCEPTION on Interface IF_GRFN_APPLOG_BASIS_EXT has no exception.
Method ADD_SY_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DETLEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | I_DETLEVEL | 20100126 | ||
2 | ![]() |
I_PROBCLASS | Call by reference | Type reference (TYPE) | BALPROBCL | I_PROBCLASS | 20100126 |
Method ADD_SY_MESSAGE on Interface IF_GRFN_APPLOG_BASIS_EXT has no exception.
Method ADD_TEXT_AS_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DETLEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | I_DETLEVEL | 20100126 | ||
2 | ![]() |
I_MSG_STR | Call by reference | Type reference (TYPE) | ANY | I_MSG_STR | 20100126 | ||
3 | ![]() |
I_MSG_TYPE | Value transfer | Type reference (TYPE) | SY-MSGTY | 'E' | I_MSG_TYPE | 20100126 | |
4 | ![]() |
I_PROBCLASS | Call by reference | Type reference (TYPE) | BALPROBCL | I_PROBCLASS | 20100126 |
Method ADD_TEXT_AS_MESSAGE on Interface IF_GRFN_APPLOG_BASIS_EXT has no exception.
Method CREATE_LOG_CONTROL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | IR_CONTAINER | 20100126 | ||
2 | ![]() |
IV_OPTIMIZE_COL_WIDTH | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20100127 | ||
3 | ![]() |
IV_USE_GRID | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20100127 | ||
4 | ![]() |
R_LOG_CONTROL_HANDLE | Value transfer | Type reference (TYPE) | BALCNTHNDL | R_LOG_CONTROL_HANDLE | 20100126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100127 |
Method EXCEPTION_TO_SYMSG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | IR_EXCEPTION | 20100126 | ||
2 | ![]() |
I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 'E' | Messages, Message Type | 20100126 |
Method EXCEPTION_TO_SYMSG on Interface IF_GRFN_APPLOG_BASIS_EXT has no exception.
Method FREE Signature
Method FREE on Interface IF_GRFN_APPLOG_BASIS_EXT has no parameter.
Method FREE on Interface IF_GRFN_APPLOG_BASIS_EXT has no exception.
Method FREE_LOG_CONTROL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_LOG_CONTROL_HANDLE | Call by reference | Type reference (TYPE) | BALCNTHNDL | C_LOG_CONTROL_HANDLE | 20100126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100127 |
Method IS_EMPTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_IS_EMPTY | Value transfer | Type reference (TYPE) | ABAP_BOOL | R_IS_EMPTY | 20100126 |
Method IS_EMPTY on Interface IF_GRFN_APPLOG_BASIS_EXT has no exception.
Method LOAD_ENHANCED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_BALOGNR | Value transfer | Type reference (TYPE) | BALOGNR | Application log: log number | 20100128 | ||
2 | ![]() |
I_EXTNUMBER | Value transfer | Type reference (TYPE) | BALNREXT | Application Log: External ID | 20100126 | ||
3 | ![]() |
I_HANDLE | Value transfer | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20100126 | ||
4 | ![]() |
I_MSGID | Value transfer | Type reference (TYPE) | SY-MSGID | Message Class | 20100126 | ||
5 | ![]() |
I_OBJECT | Value transfer | Type reference (TYPE) | BALOBJ_D | Application log: Object name (Application code) | 20100126 | ||
6 | ![]() |
I_SUBOBJ | Value transfer | Type reference (TYPE) | BALSUBOBJ | Application Log: Subobject | 20100126 | ||
7 | ![]() |
RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_GRFN_APPLOG_BASIS_EXT | Enahnced logging methods for BAL | 20100126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100127 |
Method RESET Signature
Method RESET on Interface IF_GRFN_APPLOG_BASIS_EXT has no parameter.
Method RESET on Interface IF_GRFN_APPLOG_BASIS_EXT has no exception.
Method SAPGUI_LOG_DISPLAY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OPTIMIZE_COL_WIDTH | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20100127 | ||
2 | ![]() |
IV_USE_GRID | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20100127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100127 |
Method SAVE_ENHANCED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_BAL_LOGNUM | Value transfer | Type reference (TYPE) | BAL_S_LGNM | Application Log: Newly assigned LOGNUMBER | 20100128 | ||
2 | ![]() |
E_EMPTY_NOT_SAVED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100126 | |||
3 | ![]() |
I_DB_COMMIT_AT_THE_END | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20100126 | ||
4 | ![]() |
I_EXTERNAL_ID | Call by reference | Type reference (TYPE) | BALNREXT | SPACE | I_EXTERNAL_ID | 20100126 | |
5 | ![]() |
I_IN_UPDATE_TASK | Value transfer | Type reference (TYPE) | BOOLEAN | SPACE | I_IN_UPDATE_TASK | 20100126 | |
6 | ![]() |
I_LOG_OBJECT | Value transfer | Type reference (TYPE) | BALOBJ_D | I_LOG_OBJECT | 20100126 | ||
7 | ![]() |
I_LOG_SUBOBJECT | Value transfer | Type reference (TYPE) | BALSUBOBJ | I_LOG_SUBOBJECT | 20100126 | ||
8 | ![]() |
I_SAVE_IF_EMPTY | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Don't save if log is empty? | 20100126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100127 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |