SAP ABAP Class /PLMU/CL_LOG_ASSIST (Application Log Assistance Class)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI (Application Component) Service Provider Infrastructure
⤷
/PLMU/UI_LOG (Package) Application log for display supporting PLM WEBUI

⤷

⤷

Properties
Class | /PLMU/CL_LOG_ASSIST | |
Short Description | Application Log Assistance Class | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /PLMU/UI_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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class /PLMU/CL_LOG_ASSIST has no interface implemented.
Friends
Class /PLMU/CL_LOG_ASSIST has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'LOG_NODE' | Context Node Name for Log | 20100419 | |
2 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | /PLMU/IF_FRW_ACTION_UTIL | Action utilities for applications | 20100309 | ||
3 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | /PLMU/IF_FRW_APPL_MODEL | UI Framework - Application Model Interface | 20100309 | ||
4 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20100309 | ||
5 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20100419 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /PLMU/T_FRW_OTYPE_FIELDS | Object type relevant fields | 20100407 | ||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | /PLMB/SPI_ABBID | Application Building Block ID | 20100309 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | create new WD table column | 20100309 |
2 | ![]() |
Instance method | Public | Method | enhance webdynpro context with fields of delivered structure | 20100419 |
3 | ![]() |
Instance method | Public | Method | enhance webdynpro table with fields of delivered table | 20100419 |
4 | ![]() |
Instance method | Private | Method | create new WD table column | 20100419 |
5 | ![]() |
Instance method | Public | Method | enhance webdynpro table with fields of delivered table | 20100309 |
6 | ![]() |
Instance method | Public | Method | create data descriptor types for a dynamic context node | 20100309 |
7 | ![]() |
Instance method | Public | Method | read message longtext if available | 20100309 |
8 | ![]() |
Instance method | Public | Method | resolve structure to components | 20100309 |
9 | ![]() |
Instance method | Private | Method | recursively split up includes into components | 20100309 |
10 | ![]() |
Instance method | Public | Method | 20100315 |
Events
Class /PLMU/CL_LOG_ASSIST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_S_SELECT_OPTIONS | Public | See coding | 20100319 | BEGIN OF GTY_S_SELECT_OPTIONS,
select_option_id type string,
typename type string,
range_table type REF TO data,
END OF gty_s_select_options
|
||
2 | GTY_T_SELECT_OPTIONS | Public | See coding | 20100319 | GTY_T_SELECT_OPTIONS type TABLE OF GTY_S_SELECT_OPTIONS
|
Method Signatures
Method APPEND_TABLE_COLUMN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABLE | Perforce change= / 20051117-120623 | 20100309 | ||
2 | ![]() |
IS_COL_PROPERTY | Call by reference | Type reference (TYPE) | /PLMB/S_LOG_COL_PROPERTY | Column Properties | 20100315 | ||
3 | ![]() |
IS_FIELD | Call by reference | Type reference (TYPE) | DFIES | DD Interface: Table Fields for DDIF_FIELDINFO_GET | 20100309 | ||
4 | ![]() |
IV_CTX_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20100309 |
Method APPEND_TABLE_COLUMN on class /PLMU/CL_LOG_ASSIST has no exception.
Method CREATE_DYNAMIC_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CTX_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100419 | ||
2 | ![]() |
IV_ENHANCE_STRUC | Call by reference | Type reference (TYPE) | STRING | 20100419 | |||
3 | ![]() |
IV_STRUC_NAME | Call by reference | Type reference (TYPE) | STRING | 20100419 |
Method CREATE_DYNAMIC_CONTEXT on class /PLMU/CL_LOG_ASSIST has no exception.
Method CREATE_LOG_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABLE | Perforce change= / 20051117-120623 | 20100419 | ||
2 | ![]() |
ITS_COL_PROPERTY | Call by reference | Type reference (TYPE) | /PLMB/TS_LOG_COL_PROPERTY | Column Properties | 20100419 | ||
3 | ![]() |
IV_CREATE_HIERARCHY | Call by reference | Type reference (TYPE) | BOOLE_D | Column Properties | 20100419 | ||
4 | ![]() |
IV_CTX_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20100419 | |||
5 | ![]() |
IV_STRUC_NAME | Call by reference | Type reference (TYPE) | STRING | 20100419 |
Method CREATE_LOG_TABLE on class /PLMU/CL_LOG_ASSIST has no exception.
Method CREATE_NESTED_TABLE_COL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABLE | Perforce change= / 20051117-120623 | 20100419 | ||
2 | ![]() |
IS_FIELD | Call by reference | Type reference (TYPE) | DFIES | DD Interface: Table Fields for DDIF_FIELDINFO_GET | 20100419 | ||
3 | ![]() |
IV_CTX_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20100419 |
Method CREATE_NESTED_TABLE_COL on class /PLMU/CL_LOG_ASSIST has no exception.
Method ENHANCE_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABLE | Perforce change= / 20051117-120623 | 20100309 | ||
2 | ![]() |
ITS_COL_PROPERTY | Call by reference | Type reference (TYPE) | /PLMB/TS_LOG_COL_PROPERTY | Column Properties | 20100315 | ||
3 | ![]() |
IT_COMPONENT | Call by reference | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | Komponentenbeschreibungstabelle | 20100309 | ||
4 | ![]() |
IT_FIELD | Call by reference | Type reference (TYPE) | DDFIELDS | DD: Field List | 20100309 | ||
5 | ![]() |
IV_CTX_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20100309 | |||
6 | ![]() |
IV_STRUC_NAME | Call by reference | Type reference (TYPE) | STRING | 20100309 |
Method ENHANCE_TABLE on class /PLMU/CL_LOG_ASSIST has no exception.
Method GET_DESCR_FOR_CONTEXT_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20100407 | ||
2 | ![]() |
EO_STRUC_DESCR_DATA | Call by reference | Type reference (TYPE) | DATA | 20100309 | |||
3 | ![]() |
EO_TABLE_DESCR_DATA | Call by reference | Type reference (TYPE) | DATA | 20100309 | |||
4 | ![]() |
ET_ATTRIBUTE | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ATTR_INFO_MAP | Meta Information of All Node Attributes | 20100309 | ||
5 | ![]() |
ET_COMPONENT | Call by reference | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | Komponentenbeschreibungstabelle | 20100309 | ||
6 | ![]() |
IO_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100309 |
Method GET_DESCR_FOR_CONTEXT_NODE on class /PLMU/CL_LOG_ASSIST has no exception.
Method GET_MESSAGE_LTX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_HEAD | Call by reference | Type reference (TYPE) | THEAD | SAPscript: Text Header | 20100309 | ||
2 | ![]() |
ES_INFO | Call by reference | Type reference (TYPE) | HELP_INFO | Transfer Values for the Help Processor | 20100309 | ||
3 | ![]() |
ET_LINES | Call by reference | Type reference (TYPE) | TLINETAB | Lines of ITF | 20100309 | ||
4 | ![]() |
IS_MESSAGE | Call by reference | Type reference (TYPE) | SYMSG | Structure of message variables | 20100309 |
Method GET_MESSAGE_LTX on class /PLMU/CL_LOG_ASSIST has no exception.
Method GET_STRUCTDESCR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20100407 | ||
2 | ![]() |
ET_COMPONENT | Call by reference | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | Komponentenbeschreibungstabelle | 20100309 | ||
3 | ![]() |
ET_FIELDS | Call by reference | Type reference (TYPE) | DDFIELDS | DD: Field List | 20100309 | ||
4 | ![]() |
IV_STRUC_NAME | Call by reference | Type reference (TYPE) | STRING | 20100309 |
Method GET_STRUCTDESCR on class /PLMU/CL_LOG_ASSIST has no exception.
Method GET_SUB_COMPONENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_COMPONENT | Call by reference | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | Komponentenbeschreibungstabelle | 20100309 | ||
2 | ![]() |
ET_FIELD | Call by reference | Type reference (TYPE) | DDFIELDS | DD: Field List | 20100309 | ||
3 | ![]() |
IO_STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20100309 |
Method GET_SUB_COMPONENTS on class /PLMU/CL_LOG_ASSIST has no exception.
Method SET_TABLE_COLS_INVISIBLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABLE | Perforce change= / 20051117-120623 | 20100315 | ||
2 | ![]() |
ITS_COL_PROPERTY | Call by reference | Type reference (TYPE) | /PLMB/TS_LOG_COL_PROPERTY | Column Properties | 20100315 |
Method SET_TABLE_COLS_INVISIBLE on class /PLMU/CL_LOG_ASSIST has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 702 |