SAP ABAP Class /PLMB/CL_LOG_RETRIEVE (Retrieve Log for Display)
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
⤷
⤷
Properties
| Class | /PLMB/CL_LOG_RETRIEVE | |
| Short Description | Retrieve Log for Display | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /PLMB/BA_LOG | Application log for display supporting PLM WEBUI |
| Created | 20100309 | 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 /PLMB/CL_LOG_RETRIEVE has no interface implemented.
Friends
Class /PLMB/CL_LOG_RETRIEVE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'ALDATE' | Field Name | 20100324 | ||
| 2 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'ALMODE' | Field Name | 20100324 | ||
| 3 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'ALSORT' | Field Name | 20100324 | ||
| 4 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'ALTIME' | Field Name | 20100324 | ||
| 5 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'ALUSER' | Field Name | 20100324 | ||
| 6 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'DETLEVEL' | Field Name | 20100324 | ||
| 7 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'EXPANDED' | Field Name | 20100326 | ||
| 8 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'EXTNUMBER' | Field Name | 20100324 | ||
| 9 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'ICON' | Field Name | 20100326 | ||
| 10 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'ZZZZZZZZZZZZZZZZZZZZZZZSYTABIX' | Fieldname: Index | 20100309 | ||
| 11 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'KEY' | Field Name | 20100326 | ||
| 12 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'LEAF' | Field Name | 20100326 | ||
| 13 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'LEVEL' | Field Name | 20100326 | ||
| 14 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'LOG_HANDLE' | Field Name | 20100326 | ||
| 15 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'MASTERCOL' | Fieldname: MASTERCOL | 20100312 | ||
| 16 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'MSGID' | Field Name | 20100324 | ||
| 17 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'MSGNUMBER' | Field Name | 20100326 | ||
| 18 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'MSGTY' | Field Name | 20100324 | ||
| 19 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'PARENT' | Field Name | 20100326 | ||
| 20 | Constant | Public | Type reference (TYPE) | FIELDNAME | 'PROBCLASS' | Field Name | 20100324 | ||
| 21 | Instance attribute | Protected | Type reference (TYPE) | CHAR1 | '~' | key separator | 20100309 | ||
| 22 | Constant | Protected | Type reference (TYPE) | TABNAME | '/PLMB/S_LOG_GENERIC' | Name of generic log include | 20100309 | ||
| 23 | Static Attribute | Protected | Type reference (TYPE) | GTY_S_MSG_TYPES | 20100317 | ||||
| 24 | Static Attribute | Protected | Type reference (TYPE) | GTY_TS_INSTANCE | Buffer for log instances | 20100309 | |||
| 25 | Static Attribute | Protected | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | Generic components | 20100510 | |||
| 26 | Instance attribute | Protected | Object reference (TYPE REF TO) | /PLMB/BADI_LOG_RETRIEVAL | Badi for log retrieval | 20100309 | |||
| 27 | Instance attribute | Protected | Type reference (TYPE) | GTY_S_FILTER | Filter for Log Buffer | 20100323 | |||
| 28 | Instance attribute | Protected | Type reference (TYPE) | /PLMB/TS_LOG_USERDEF_FILTER | Userdefined Filters | 20100323 | |||
| 29 | Instance attribute | Protected | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | Components of Display Context | 20100510 | |||
| 30 | Instance attribute | Protected | Type reference (TYPE) | ABAP_SORTORDER_TAB | Table for SORT itab BY (ABAP_SORTORDER_TAB) | 20100312 | |||
| 31 | Instance attribute | Public | Type reference (TYPE) | BALOBJ_D | Application log: Object name (Application code) | 20100309 | |||
| 32 | Instance attribute | Protected | Type reference (TYPE) | TABNAME | Structure name of display context | 20100312 | |||
| 33 | Instance attribute | Public | Type reference (TYPE) | BALSUBOBJ | Application Log: Subobject | 20100309 | |||
| 34 | Instance attribute | Protected | Type reference (TYPE) | /PLMB/IF_LOG_BADI_RETRIEVAL=>GTY_TREE_LEVEL | Level in Tree | 20100312 |
Methods
Events
Class /PLMB/CL_LOG_RETRIEVE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_MSGTY_DESCR | Protected | Type reference (TYPE) | STRING | Message Type Description | 20100317 | |
| 2 | GTY_MSGTY_SEVERITY | Protected | Type reference (TYPE) | I | Severity of Message Type | 20100317 | |
| 3 | GTY_S_FILTER | Protected | See coding | Application Log Filter | 20100309 | BEGIN OF gty_s_filter .
TYPES s_log_filter TYPE bal_s_lfil.
TYPES ts_log_context_filter TYPE bal_t_cfil.
TYPES ts_log_handle TYPE bal_t_logh.
TYPES s_msg_filter TYPE bal_s_mfil.
TYPES ts_msg_context_filter TYPE bal_t_cfil.
TYPES ts_msg_handle TYPE bal_t_msgh.
TYPES END OF gty_s_filter
|
|
| 4 | GTY_S_GROUP_INDEX | Protected | See coding | Group Index | 20100316 | BEGIN OF gty_s_group_index.
TYPES key TYPE /plmb/s_log_generic-key.
TYPES index TYPE sytabix.
TYPES END OF gty_s_group_index
|
|
| 5 | GTY_S_INSTANCE | Protected | See coding | Instance per Object/Subobject | 20100309 | BEGIN OF gty_s_instance .
TYPES object TYPE balobj_d.
TYPES subobject TYPE balsubobj.
TYPES o_log TYPE REF TO /plmb/cl_log_retrieve.
TYPES END OF gty_s_instance
|
|
| 6 | GTY_S_MSGTY_AGGREGATE | Protected | See coding | Message Type Aggregate | 20100316 | begin of gty_s_msgty_aggregate.
types parent type string.
types msgty type balmsgty.
types end of gty_s_msgty_aggregate
|
|
| 7 | GTY_S_MSGTY_DEFINITION | Protected | See coding | 20100317 | begin of gty_s_msgty_definition.
types severity type gty_msgty_severity.
types icon type wdg_ur_web_icon_alias.
types description type gty_msgty_descr.
types end of gty_s_msgty_definition
|
||
| 8 | GTY_S_MSG_TYPES | Protected | See coding | 20100317 | begin of gty_s_msg_types.
types n type gty_s_msgty_definition.
types s type gty_s_msgty_definition.
types i type gty_s_msgty_definition.
types w type gty_s_msgty_definition.
types e type gty_s_msgty_definition.
types a type gty_s_msgty_definition.
types x type gty_s_msgty_definition.
types end of gty_s_msg_types
|
||
| 9 | GTY_TS_GROUP_INDEX | Protected | See coding | Group Indices | 20100316 | gty_ts_group_index TYPE SORTED TABLE OF gty_s_group_index WITH UNIQUE KEY key
|
|
| 10 | GTY_TS_INSTANCE | Protected | See coding | Instances per Object/Subobject | 20100309 | gty_ts_instance TYPE SORTED TABLE OF gty_s_instance WITH UNIQUE KEY object subobject
|
|
| 11 | GTY_TS_MSGTY_AGGREGATE | Protected | See coding | Message Type Aggregates | 20100316 | gty_ts_msgty_aggregate type sorted table of
gty_s_msgty_aggregate with unique key parent
|
Method Signatures
Method AGGREGATE_MESSAGE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTS_MSGTY_AGGREGATE | Call by reference | Type reference (TYPE) | GTY_TS_MSGTY_AGGREGATE | 20100316 | ||||
| 2 | IV_MSGTY | Call by reference | Type reference (TYPE) | BALMSGTY | Application Log: Message type (A,E,W,I,S) | 20100316 | |||
| 3 | IV_PARENT | Call by reference | Type reference (TYPE) | /PLMB/S_LOG_GENERIC-PARENT | Parent Key | 20100316 |
Method AGGREGATE_MESSAGE_TYPE on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method CHECK_STRUC_DISPLAY_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_DISPLAY_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20100510 |
Method CHECK_STRUC_DISPLAY_CONTEXT on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class /PLMB/CL_LOG_RETRIEVE has no parameter.
Method CLASS_CONSTRUCTOR on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method COMBINE_FILTERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_FILTER | Call by reference | Type reference (TYPE) | GTY_S_FILTER | Application Log Filter | 20100323 |
Method COMBINE_FILTERS on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT | Call by reference | Type reference (TYPE) | BALOBJ_D | Application log: Object name (Application code) | 20100309 | |||
| 2 | IV_SUBOBJECT | Call by reference | Type reference (TYPE) | BALSUBOBJ | Application Log: Subobject | 20100309 |
Method CONSTRUCTOR on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method DELETE_APPLICATION_FILTER Signature
Method DELETE_APPLICATION_FILTER on class /PLMB/CL_LOG_RETRIEVE has no parameter.
Method DELETE_APPLICATION_FILTER on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method DELETE_USER_DEFINED_FILTER Signature
Method DELETE_USER_DEFINED_FILTER on class /PLMB/CL_LOG_RETRIEVE has no parameter.
Method DELETE_USER_DEFINED_FILTER on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method GET_COLUMN_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_COLUMN_PROPERTY | Call by reference | Type reference (TYPE) | /PLMB/TS_LOG_COL_PROPERTY | Column Properties | 20100312 |
Method GET_COLUMN_PROPERTIES on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_LOG | Call by reference | Object reference (TYPE REF TO) | /PLMB/CL_LOG_RETRIEVE | Retrieve Log for display | 20100309 | |||
| 2 | IV_OBJECT | Call by reference | Type reference (TYPE) | BALOBJ_D | Application log: Object name (Application code) | 20100309 | |||
| 3 | IV_SUBOBJECT | Call by reference | Type reference (TYPE) | BALSUBOBJ | Application Log: Subobject | 20100309 |
Method GET_INSTANCE on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method GET_MSGTY_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DESCRIPTION | Call by reference | Type reference (TYPE) | GTY_MSGTY_DESCR | Message Type Description | 20100317 | |||
| 2 | EV_ICON | Call by reference | Type reference (TYPE) | WDG_UR_WEB_ICON_ALIAS | Cross-Application Icon Alias | 20100317 | |||
| 3 | EV_SEVERITY | Call by reference | Type reference (TYPE) | GTY_MSGTY_SEVERITY | Severity of Message Type | 20100317 | |||
| 4 | IV_MSGTY | Call by reference | Type reference (TYPE) | BALMSGTY | Application Log: Message type (A,E,W,I,S) | 20100317 |
Method GET_MSGTY_DEFINITION on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method GET_SORT_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_STRUC_SORT | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20100309 | |||
| 2 | EO_TAB_SORT | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Runtime Type Services | 20100309 |
Method GET_SORT_TYPES on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method GET_STRUC_NAME_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_STRUC_DISPLAY_CONTEXT | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20100312 |
Method GET_STRUC_NAME_CONTEXT on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method MAP_LOG_INT_TO_EXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LOG | Call by reference | Type reference (TYPE) | /PLMB/T_LOG_RETRIEVAL | Log entries | 20100309 | |||
| 2 | IT_LOG_INT | Call by reference | Type reference (TYPE) | /PLMB/IF_LOG_BADI_RETRIEVAL=>GTY_T_LOG | 20100309 |
Method MAP_LOG_INT_TO_EXT on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method MERGE_SELOPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ALL | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100323 | ||||
| 2 | IT_ADD | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100323 |
Method MERGE_SELOPT on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method RETRIEVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LOG | Call by reference | Type reference (TYPE) | /PLMB/T_LOG_RETRIEVAL | Log entries | 20100309 |
Method RETRIEVE on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method SET_APPLICATION_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_LOG_FILTER | Call by reference | Type reference (TYPE) | BAL_S_LFIL | Application Log: Log filter criteria | 20100323 | |||
| 2 | IS_MSG_FILTER | Call by reference | Type reference (TYPE) | BAL_S_MFIL | Application Log: Message Filter Criteria | 20100323 | |||
| 3 | ITS_LOG_CONTEXT_FILTER | Call by reference | Type reference (TYPE) | BAL_T_CFIL | Application Log: Table with context filter | 20100323 | |||
| 4 | ITS_LOG_HANDLE | Call by reference | Type reference (TYPE) | BAL_T_LOGH | Application Log: Log Handle Table | 20100323 | |||
| 5 | ITS_MSG_CONTEXT_FILTER | Call by reference | Type reference (TYPE) | BAL_T_CFIL | Application Log: Table with context filter | 20100323 | |||
| 6 | ITS_MSG_HANDLE | Call by reference | Type reference (TYPE) | BAL_T_MSGH | Application Log: Message Handle Table | 20100323 |
Method SET_APPLICATION_FILTER on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method SET_MESSAGE_TYPE_FOR_GROUPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_LOG_GROUP | Call by reference | Type reference (TYPE) | /PLMB/IF_LOG_BADI_RETRIEVAL=>GTY_T_LOG | 20100316 | ||||
| 2 | ITS_GROUP_INDEX | Call by reference | Type reference (TYPE) | GTY_TS_GROUP_INDEX | 20100316 | ||||
| 3 | ITS_MSGTY_AGGREGATE | Call by reference | Type reference (TYPE) | GTY_TS_MSGTY_AGGREGATE | 20100316 |
Method SET_MESSAGE_TYPE_FOR_GROUPS on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method SET_STANDARD_FILTER_VALUES Signature
Method SET_STANDARD_FILTER_VALUES on class /PLMB/CL_LOG_RETRIEVE has no parameter.
Method SET_STANDARD_FILTER_VALUES on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method SET_USER_DEFINED_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITS_FILTER | Call by reference | Type reference (TYPE) | /PLMB/TS_LOG_USERDEF_FILTER | Userdefined Filters | 20100323 |
Method SET_USER_DEFINED_FILTER on class /PLMB/CL_LOG_RETRIEVE has no exception.
Method SORT_AND_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_LOG_INT_SORT | Call by reference | Type reference (TYPE) | /PLMB/IF_LOG_BADI_RETRIEVAL=>GTY_T_LOG | 20100309 | ||||
| 2 | CT_SORT | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100309 | ||||
| 3 | ETS_GROUP_INDEX | Call by reference | Type reference (TYPE) | GTY_TS_GROUP_INDEX | 20100316 | ||||
| 4 | ET_LOG_GROUP | Call by reference | Type reference (TYPE) | /PLMB/IF_LOG_BADI_RETRIEVAL=>GTY_T_LOG | 20100309 |
Method SORT_AND_GROUP on class /PLMB/CL_LOG_RETRIEVE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |