SAP ABAP Class CL_WDR_READ_ACCESS_LOG (Read Access Log)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-REN (Application Component) Web Dynpro ABAP Rendering
     SWDP_RUNTIME_RENDERING (Package) Web Dynpro Runtime: Rendering
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_NW7_VIEW_ELEMENT_ADAPTER Web Dynpro Local Test XX7 20120503
Properties
Class CL_WDR_READ_ACCESS_LOG  
Short Description Read Access Log    
Super Class CL_NW7_VIEW_ELEMENT_ADAPTER Web Dynpro Local Test XX7 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_RENDERING   Web Dynpro Runtime: Rendering 
Created 20120424   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
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
Class CL_WDR_READ_ACCESS_LOG has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_WDR_RAL_RECORDING 20120515 Web Dynpro Recorder for Read Access Logging
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_FIELD_LIST Static Attribute Private Object reference (TYPE REF TO) SRAL_RT_FIELD_LIST_WD RAL: List of Web Dynpro Fields with Values (Runtime) 20130517
2 GT_PROP_RAL Static Attribute Protected Type reference (TYPE) WDY_UI_PROP_RAL_T Web Dynpro: UI Element Property Def. for Read Access Logging 20120508
3 GT_UI_ELEM_DEF Static Attribute Private Type reference (TYPE) WDY_UI_ELEM_DEF_TABLE Web Dynpro: UI Element Definition 20120508
4 GT_UI_PROP_RAL Static Attribute Private Type reference (TYPE) WDY_UI_PROP_RAL_T Web Dynpro: UI Element Property Def. for Read Access Logging 20120508
5 GV_ALL_RAL_PROPS Static Attribute Private Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20120515
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_NOT_VISIBLE_FIELDS Static method Private Method 20130326
2 CHECK_VISIBLE_FIELDS Static method Private Method 20130326
3 DETERMINE_PROPERTY_VALUES Static method Protected Method 20130124
4 DETERMINE_RAL_VALUES Static method Public Method Ascertains the read access logging values 20120424
5 DETERMINE_RAL_VALUES_SMALL_UPD Static method Public Method Ascertains the read access logging values 20121213
6 GET_BINDING_PATH_FROM_UI_ELEM Static method Protected Method 20130325
7 GET_MULTIPLE_INFORMATION Static method Protected Method 20130128
8 GET_RAL_PROPERTIES Static method Protected Method Reads UI element definition table 20120508
9 GET_RAL_UI_ELEMENTS Static method Protected Method List of All UI Elements with RAL Properties 20120515
10 LOG_INPUT_CHANGE Static method Public Method 20130503
11 LOG_SELECTION_CHANGE Static method Public Method 20130503
12 SET_USED_CNPN Static method Private Method 20130326
13 UPDATE_FIELD_LIST Static method Private Method 20130326
Events
Class CL_WDR_READ_ACCESS_LOG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_RAL Private See coding 20120424 BEGIN OF s_ral, ui_elem_id TYPE string, view_name TYPE string, comp_usage_path TYPE string, value_int TYPE string, value_ext TYPE string, context_element type string, visible type wdy_boolean, context_object type REF TO IF_WD_CONTEXT_ELEMENT, context_element_node_path type string, counter type i, multi_control_id type string, END OF s_ral
2 S_RAL_MULTI Private See coding 20120515 BEGIN OF s_ral_multi, view_name TYPE string, context_element type REF TO IF_WD_CONTEXT_ELEMENT, MULTIPLE_CONTEXT_PATH TYPE SRAL_WD_CONTEXT_PATH, MULTIPLE_UI_ELEMENT_ID TYPE SRAL_WD_UI_ELEMENT_NAME, END OF s_ral_multi
3 S_UI_DEF Private See coding 20120508 BEGIN OF s_ui_def, library_name TYPE wdy_md_ui_element_library, definition_name TYPE wdy_md_ui_element_def_name, super_class_lib TYPE wdy_md_ui_element_library, super_class TYPE wdy_md_ui_element_def_name, property_name TYPE wdy_md_ui_element_prop_name, END OF s_ui_def
4 TT_RAL Private See coding 20120424 tt_ral TYPE STANDARD TABLE OF s_ral
5 TT_RAL_MULTI Private See coding 20130326 tt_ral_multi TYPE STANDARD TABLE OF s_ral_multi
6 TT_UI_DEF Private See coding 20120508 tt_ui_def TYPE STANDARD TABLE OF s_ui_def WITH KEY library_name definition_name
Method Signatures

Method CHECK_NOT_VISIBLE_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPL_CONFIG_NAME Call by reference Type reference (TYPE) WDY_CONFIG_ID Konfigurations-Identifikation 20130326
2 Importing T_FIELD_LIST Call by reference Object reference (TYPE REF TO) SRAL_RT_FIELD_LIST_WD 20130326
3 Changing T_USED_CNPN Call by reference Type reference (TYPE) TT_RAL_MULTI 20130326

Method CHECK_NOT_VISIBLE_FIELDS on class CL_WDR_READ_ACCESS_LOG has no exception.

Method CHECK_VISIBLE_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPL_CONFIG_NAME Call by reference Type reference (TYPE) WDY_CONFIG_ID Konfigurations-Identifikation 20130326
2 Importing T_FIELD_LIST Call by reference Object reference (TYPE REF TO) SRAL_RT_FIELD_LIST_WD 20130326
3 Changing T_USED_CNPN Call by reference Type reference (TYPE) TT_RAL_MULTI 20130326

Method CHECK_VISIBLE_FIELDS on class CL_WDR_READ_ACCESS_LOG has no exception.

Method DETERMINE_PROPERTY_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_FIELD_LIST Call by reference Type reference (TYPE) SRAL_RT_FIELD_WD 20130124
2 Importing IO_ADAPTER Call by reference Object reference (TYPE REF TO) CL_NW7_VIEW_ELEMENT_ADAPTER WebDynpro Local Test XX7 20130124
3 Importing I_PROPERTY_ID Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_PROP_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20130124
4 Importing I_UI_ELEM_STATE Call by reference Type reference (TYPE) SRAL_UI_ELEM_STATE 20130320

Method DETERMINE_PROPERTY_VALUES on class CL_WDR_READ_ACCESS_LOG has no exception.

Method DETERMINE_RAL_VALUES Signature

Method DETERMINE_RAL_VALUES on class CL_WDR_READ_ACCESS_LOG has no parameter.
Method DETERMINE_RAL_VALUES on class CL_WDR_READ_ACCESS_LOG has no exception.

Method DETERMINE_RAL_VALUES_SMALL_UPD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADAPTER_FOR_UPDATE Call by reference Object reference (TYPE REF TO) IF_NW7_VIEW_ELEMENT_ADAPTER Local UR Test 20121214

Method DETERMINE_RAL_VALUES_SMALL_UPD on class CL_WDR_READ_ACCESS_LOG has no exception.

Method GET_BINDING_PATH_FROM_UI_ELEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROPERTY Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_PROP_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20130325
2 Importing I_UI_ELEMENT Call by reference Object reference (TYPE REF TO) OBJECT 20130325
3 Returning R_BINDING_PATH Value transfer Type reference (TYPE) STRING 20130325

Method GET_BINDING_PATH_FROM_UI_ELEM on class CL_WDR_READ_ACCESS_LOG has no exception.

Method GET_MULTIPLE_INFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ADAPTER Call by reference Object reference (TYPE REF TO) CL_NW7_VIEW_ELEMENT_ADAPTER WebDynpro Local Test XX7 20130128
2 Exporting IS_MULTIPLE Call by reference Type reference (TYPE) ABAP_BOOL 20130129
3 Exporting MULTIPLE_CONTEXT_PATH Call by reference Type reference (TYPE) SRAL_WD_CONTEXT_PATH Lesezugriffsprotokollierung: Pfad Web-Dynpro-Kontextattribut 20130129
4 Exporting MULTIPLE_UI_ELEMENT_ID Call by reference Type reference (TYPE) SRAL_WD_UI_ELEMENT_NAME RAL: WebDynpro-UI-Element-ID 20130129

Method GET_MULTIPLE_INFORMATION on class CL_WDR_READ_ACCESS_LOG has no exception.

Method GET_RAL_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFINITION_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME Web Dynpro : Web Dynpro UI-Element Definition 20120508
2 Importing LIBRARY_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_LIBRARY 'STANDARD' Web Dynpro : Name einer UI-Element-Library 20120508
3 Changing RAL_PROPERTIES Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_PROP_NAME_TT Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20120508

Method GET_RAL_PROPERTIES on class CL_WDR_READ_ACCESS_LOG has no exception.

Method GET_RAL_UI_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting UI_ELEMENTS Call by reference Type reference (TYPE) WDY_UI_PROP_RAL_T Web Dynpro : UI-Element Property Def. for ReadAccessLogging 20120515

Method GET_RAL_UI_ELEMENTS on class CL_WDR_READ_ACCESS_LOG has no exception.

Method LOG_INPUT_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) WDY_RT_DATA_CONT_ATTR_MAP Datenübernahme von Container in Context 20130503

Method LOG_INPUT_CHANGE on class CL_WDR_READ_ACCESS_LOG has no exception.

Method LOG_SELECTION_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LEAD_SELECTION Call by reference Type reference (TYPE) SYTABIX Zeilenindex interner Tabellen 20130503
2 Importing VALUE Call by reference Type reference (TYPE) STRING 20140225
3 Importing VIEW_ELEMENT_ADAPTER Call by reference Object reference (TYPE REF TO) CL_NW7_VIEW_ELEMENT_ADAPTER WebDynpro Local Test XX7 20130503

Method LOG_SELECTION_CHANGE on class CL_WDR_READ_ACCESS_LOG has no exception.

Method SET_USED_CNPN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ADAPTER Call by reference Object reference (TYPE REF TO) CL_NW7_VIEW_ELEMENT_ADAPTER WebDynpro Local Test XX7 20130326
2 Changing T_USED_CNPN Call by reference Type reference (TYPE) TT_RAL_MULTI 20130326
3 Importing VIEW_NAME Call by reference Type reference (TYPE) STRING 20130326

Method SET_USED_CNPN on class CL_WDR_READ_ACCESS_LOG has no exception.

Method UPDATE_FIELD_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPL_CONFIG_NAME Call by reference Type reference (TYPE) WDY_CONFIG_ID Konfigurations-Identifikation 20130326
2 Importing COMPONENT_USAGE_PATH Call by reference Type reference (TYPE) STRING 20130326
3 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20130326
4 Importing IO_ADAPTER Call by reference Object reference (TYPE REF TO) CL_NW7_VIEW_ELEMENT_ADAPTER WebDynpro Local Test XX7 20130326
5 Importing T_FIELD_LIST Call by reference Object reference (TYPE REF TO) SRAL_RT_FIELD_LIST_WD 20130326
6 Importing UI_ELEM_STATE Call by reference Type reference (TYPE) SRAL_UI_ELEM_STATE RAL: Status von UI-Element 20130326
7 Importing VIEW_NAME Call by reference Type reference (TYPE) STRING 20130326

Method UPDATE_FIELD_LIST on class CL_WDR_READ_ACCESS_LOG has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 732