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 CL_ABAP_STRUCTDESCR 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 GC_LOG_NODE_NAME Constant Public Type reference (TYPE) STRING 'LOG_NODE' Context Node Name for Log 20100419
2 MO_ACTION_UTIL Instance attribute Public Object reference (TYPE REF TO) /PLMU/IF_FRW_ACTION_UTIL Action utilities for applications 20100309
3 MO_APPL_MODEL Instance attribute Public Object reference (TYPE REF TO) /PLMU/IF_FRW_APPL_MODEL UI Framework - Application Model Interface 20100309
4 MO_FPM Instance attribute Public Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20100309
5 MO_STRUCT_DESCR Instance attribute Public Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20100419
6 MT_OTYPE_FIELDS Instance attribute Private Type reference (TYPE) /PLMU/T_FRW_OTYPE_FIELDS Object type relevant fields 20100407
7 MV_ABBID Instance attribute Public Type reference (TYPE) /PLMB/SPI_ABBID Application Building Block ID 20100309
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_TABLE_COLUMN Instance method Private Method create new WD table column 20100309
2 CREATE_DYNAMIC_CONTEXT Instance method Public Method enhance webdynpro context with fields of delivered structure 20100419
3 CREATE_LOG_TABLE Instance method Public Method enhance webdynpro table with fields of delivered table 20100419
4 CREATE_NESTED_TABLE_COL Instance method Private Method create new WD table column 20100419
5 ENHANCE_TABLE Instance method Public Method enhance webdynpro table with fields of delivered table 20100309
6 GET_DESCR_FOR_CONTEXT_NODE Instance method Public Method create data descriptor types for a dynamic context node 20100309
7 GET_MESSAGE_LTX Instance method Public Method read message longtext if available 20100309
8 GET_STRUCTDESCR Instance method Public Method resolve structure to components 20100309
9 GET_SUB_COMPONENTS Instance method Private Method recursively split up includes into components 20100309
10 SET_TABLE_COLS_INVISIBLE 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 Importing IO_TABLE Call by reference Object reference (TYPE REF TO) CL_WD_TABLE Perforce change= / 20051117-120623 20100309
2 Importing IS_COL_PROPERTY Call by reference Type reference (TYPE) /PLMB/S_LOG_COL_PROPERTY Column Properties 20100315
3 Importing IS_FIELD Call by reference Type reference (TYPE) DFIES DD Interface: Table Fields for DDIF_FIELDINFO_GET 20100309
4 Importing 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 Importing IO_CTX_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100419
2 Importing IV_ENHANCE_STRUC Call by reference Type reference (TYPE) STRING 20100419
3 Importing 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 Importing IO_TABLE Call by reference Object reference (TYPE REF TO) CL_WD_TABLE Perforce change= / 20051117-120623 20100419
2 Importing ITS_COL_PROPERTY Call by reference Type reference (TYPE) /PLMB/TS_LOG_COL_PROPERTY Column Properties 20100419
3 Importing IV_CREATE_HIERARCHY Call by reference Type reference (TYPE) BOOLE_D Column Properties 20100419
4 Importing IV_CTX_NODE_NAME Call by reference Type reference (TYPE) STRING 20100419
5 Importing 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 Importing IO_TABLE Call by reference Object reference (TYPE REF TO) CL_WD_TABLE Perforce change= / 20051117-120623 20100419
2 Importing IS_FIELD Call by reference Type reference (TYPE) DFIES DD Interface: Table Fields for DDIF_FIELDINFO_GET 20100419
3 Importing 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 Importing IO_TABLE Call by reference Object reference (TYPE REF TO) CL_WD_TABLE Perforce change= / 20051117-120623 20100309
2 Importing ITS_COL_PROPERTY Call by reference Type reference (TYPE) /PLMB/TS_LOG_COL_PROPERTY Column Properties 20100315
3 Importing IT_COMPONENT Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Komponentenbeschreibungstabelle 20100309
4 Importing IT_FIELD Call by reference Type reference (TYPE) DDFIELDS DD: Field List 20100309
5 Importing IV_CTX_NODE_NAME Call by reference Type reference (TYPE) STRING 20100309
6 Importing 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 Exporting EO_STRUCTDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20100407
2 Exporting EO_STRUC_DESCR_DATA Call by reference Type reference (TYPE) DATA 20100309
3 Exporting EO_TABLE_DESCR_DATA Call by reference Type reference (TYPE) DATA 20100309
4 Exporting ET_ATTRIBUTE Call by reference Type reference (TYPE) WDR_CONTEXT_ATTR_INFO_MAP Meta Information of All Node Attributes 20100309
5 Exporting ET_COMPONENT Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Komponentenbeschreibungstabelle 20100309
6 Importing 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 Exporting ES_HEAD Call by reference Type reference (TYPE) THEAD SAPscript: Text Header 20100309
2 Exporting ES_INFO Call by reference Type reference (TYPE) HELP_INFO Transfer Values for the Help Processor 20100309
3 Exporting ET_LINES Call by reference Type reference (TYPE) TLINETAB Lines of ITF 20100309
4 Importing 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 Exporting EO_STRUCTDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20100407
2 Exporting ET_COMPONENT Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Komponentenbeschreibungstabelle 20100309
3 Exporting ET_FIELDS Call by reference Type reference (TYPE) DDFIELDS DD: Field List 20100309
4 Importing 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 Exporting ET_COMPONENT Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Komponentenbeschreibungstabelle 20100309
2 Exporting ET_FIELD Call by reference Type reference (TYPE) DDFIELDS DD: Field List 20100309
3 Importing 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 Importing IO_TABLE Call by reference Object reference (TYPE REF TO) CL_WD_TABLE Perforce change= / 20051117-120623 20100315
2 Importing 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