SAP ABAP Interface /PLMB/IF_LOG_BADI_RETRIEVAL (Interface for BAdI: /PLMB/BADI_LOG_RETRIEVAL)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI (Application Component) Service Provider Infrastructure
⤷
/PLMB/BA_LOG (Package) Application log for display supporting PLM WEBUI

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMB/CL_LOG_DEF_IM_RETRIEVAL | Class for BAdI Impl.: /PLMB/IM_LOG_RETRIEVAL_DEFAULT | 20100309 |
Properties
Interface | /PLMB/IF_LOG_BADI_RETRIEVAL | |
Short Description | Interface for BAdI: /PLMB/BADI_LOG_RETRIEVAL |
General Data
Package | /PLMB/BA_LOG | Application log for display supporting PLM WEBUI |
Created | 20100309 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface /PLMB/IF_LOG_BADI_RETRIEVAL has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20100309 |
Friends
Interface /PLMB/IF_LOG_BADI_RETRIEVAL has no friend.
Attributes
Interface /PLMB/IF_LOG_BADI_RETRIEVAL has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Adapt Column Properties | 20100312 |
2 | ![]() |
Instance method | Public | Method | Fill Display Context of Messages | 20100316 |
3 | ![]() |
Instance method | Public | Method | Get Meta Data | 20100309 |
4 | ![]() |
Instance method | Public | Method | Map User Defined Filter | 20100323 |
5 | ![]() |
Instance method | Public | Method | Prepare Group of Messages for Display | 20100309 |
Events
Interface /PLMB/IF_LOG_BADI_RETRIEVAL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_S_BAL_LOG_HDR | Public | See coding | Log Header of Common Application Log | 20100316 | begin of GTY_S_BAL_LOG_HDR .
types log_handle type balloghndl.
include type bal_s_log as log_header.
types end of gty_s_bal_log_hdr
|
|
2 | GTY_S_GROUP_PREPARE | Public | See coding | Preparation of Group | 20100309 | BEGIN OF gty_s_group_prepare.
TYPES index TYPE sytabix.
TYPES mastercol TYPE /plmb/s_log_generic-mastercol.
TYPES expanded TYPE /plmb/s_log_generic-expanded.
TYPES END OF gty_s_group_prepare
|
|
3 | GTY_S_LOG | Public | See coding | Log Entry | 20100309 | BEGIN OF gty_s_log.
INCLUDE TYPE /plmb/s_log_generic AS generic.
TYPES r_display_context TYPE REF TO data.
TYPES END OF gty_s_log
|
|
4 | GTY_S_MSG_PREPARE | Public | See coding | Preparation of Message | 20100316 | begin of GTY_S_MSG_PREPARE .
types s_msg_handle type balmsghndl.
types s_message type bal_s_msg.
types r_display_context type ref to data.
types end of gty_s_msg_prepare
|
|
5 | GTY_TREE_LEVEL | Public | Type reference (TYPE) | I | Level in Tree | 20100309 |
|
6 | GTY_TS_BAL_LOG_HDR | Public | See coding | Log Headers of Common Application Log | 20100316 | gty_ts_bal_log_hdr type SORTED TABLE OF gty_s_bal_log_hdr with unique key log_handle
|
|
7 | GTY_TS_GROUP_PREPARE | Public | See coding | Preparation of Groups | 20100309 | gty_ts_group_prepare TYPE SORTED TABLE OF gty_s_group_prepare WITH UNIQUE KEY index
|
|
8 | GTY_T_LOG | Public | See coding | Log Entries | 20100309 | gty_t_log TYPE STANDARD TABLE OF gty_s_log WITH DEFAULT KEY
|
|
9 | GTY_T_MSG_PREPARE | Public | See coding | Preparation of Messages | 20100316 | gty_t_msg_prepare type STANDARD TABLE OF gty_s_msg_prepare WITH DEFAULT KEY
|
Method Signatures
Method ADAPT_COLUMN_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CTS_COLUMN_PROPERTY | Call by reference | Type reference (TYPE) | /PLMB/TS_LOG_COL_PROPERTY | Column Properties | 20100312 |
Method ADAPT_COLUMN_PROPERTIES on Interface /PLMB/IF_LOG_BADI_RETRIEVAL has no exception.
Method FILL_MESSAGE_DISPLAY_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITS_LOG_HEADER | Call by reference | Type reference (TYPE) | GTY_TS_BAL_LOG_HDR | 20100316 | |||
2 | ![]() |
IT_MSG_PREPARE | Call by reference | Type reference (TYPE) | GTY_T_MSG_PREPARE | Preparation of Messages | 20100316 |
Method FILL_MESSAGE_DISPLAY_CONTEXT on Interface /PLMB/IF_LOG_BADI_RETRIEVAL has no exception.
Method GET_META_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SORT_BY | Call by reference | Type reference (TYPE) | ABAP_SORTORDER_TAB | Table for SORT itab BY (ABAP_SORTORDER_TAB) | 20100309 | ||
2 | ![]() |
EV_STRUC_DISPLAY_CONTEXT | Call by reference | Type reference (TYPE) | TABNAME | DDIC structure name of context data to be displayed | 20100309 | ||
3 | ![]() |
EV_TREE_LEVELS | Call by reference | Type reference (TYPE) | GTY_TREE_LEVEL | Level in Tree | 20100309 |
Method GET_META_DATA on Interface /PLMB/IF_LOG_BADI_RETRIEVAL has no exception.
Method MAP_USER_DEFINED_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_LOG_FILTER | Call by reference | Type reference (TYPE) | BAL_S_LFIL | Application Log: Log filter criteria | 20100323 | ||
2 | ![]() |
ES_MESSAGE_FILTER | Call by reference | Type reference (TYPE) | BAL_S_MFIL | Application Log: Message Filter Criteria | 20100323 | ||
3 | ![]() |
ETS_LOG_CONTEXT_FILTER | Call by reference | Type reference (TYPE) | BAL_T_CFIL | Application Log: Table with context filter | 20100323 | ||
4 | ![]() |
ETS_LOG_HANDLE | Call by reference | Type reference (TYPE) | BAL_T_LOGH | Application Log: Log Handle Table | 20100323 | ||
5 | ![]() |
ETS_MESSAGE_HANDLE | Call by reference | Type reference (TYPE) | BAL_T_MSGH | Application Log: Message Handle Table | 20100323 | ||
6 | ![]() |
ETS_MSG_CONTEXT_FILTER | Call by reference | Type reference (TYPE) | BAL_T_CFIL | Application Log: Table with context filter | 20100323 | ||
7 | ![]() |
ITS_USER_DEFINED_FILTER | Call by reference | Type reference (TYPE) | /PLMB/TS_LOG_USERDEF_FILTER | Userdefined Filters | 20100323 |
Method MAP_USER_DEFINED_FILTER on Interface /PLMB/IF_LOG_BADI_RETRIEVAL has no exception.
Method PREPARE_GROUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_PREPARED | Call by reference | Type reference (TYPE) | GTY_TS_GROUP_PREPARE | 20100309 | |||
2 | ![]() |
ITS_LOG_HEADER | Call by reference | Type reference (TYPE) | GTY_TS_BAL_LOG_HDR | 20100316 | |||
3 | ![]() |
IT_LOG_GROUP | Call by reference | Type reference (TYPE) | GTY_T_LOG | 20100309 |
Method PREPARE_GROUP on Interface /PLMB/IF_LOG_BADI_RETRIEVAL has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 702 |