SAP ABAP Class CL_SRAL_RT_DYNP (Processor for one RT dynp config aka runtime dynp container)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC-RAL (Application Component) Read Access Logging
     SREAD_ACCESS_LOG_DYNP (Package) Read Access Logging: Dynpro
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SRAL_RT_BASE_INT RAL: Runtime Base Class for legacy channel implementations 20130712
Properties
Class CL_SRAL_RT_DYNP  
Short Description Processor for one RT dynp config aka runtime dynp container    
Super Class CL_SRAL_RT_BASE_INT RAL: Runtime Base Class for legacy channel implementations 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SREAD_ACCESS_LOG_DYNP   Read Access Logging: Dynpro 
Created 20130201   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRAL_RT_DYNP has no forward declaration.
Interfaces
Class CL_SRAL_RT_DYNP has no interface implemented.
Friends
Class CL_SRAL_RT_DYNP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_BC_POSTFIX Constant Private Type reference (TYPE) STRING ' (Log Context)' 20130305
2 GC_RAL_SESSION Constant Private Type reference (TYPE) CHAR30 'RAL_MEM_SESSION' 20131021
3 MS_CONFIG Instance attribute Private Type reference (TYPE) SRAL_RT_CONFIG_DATA_DYNP 20130205
4 MT_EXPORT_PTAB Instance attribute Private Type reference (TYPE) TT_EXPORT_PTAB 20131021
5 MT_FIELD Instance attribute Private Type reference (TYPE) SRAL_RT_FIELD_LIST_DYNP 20130205
6 MV_IS_SCREEN_SEQ Instance attribute Private Type reference (TYPE) ABAP_BOOL 20130211
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TO_FIELD_VALUES Instance method Private Method 20130311
2 COMPUTE_XPATH Instance method Private Method 20130219
3 CONSTRUCTOR Instance method Public Constructor 20130204
4 CREATE_LOG_DATA Instance method Public Method 20130205
5 CREATE_RULE_PROCESSOR_DATA_DYN Instance method Private Method 20130712
6 GET_FIELDS Instance method Public Method 20130205
7 GET_LOG_DATA Instance method Public Method 20130205
8 GET_RULE_PROCESSOR_VALUE Instance method Private Method 20130208
9 INIT_EXPORT_TABLE Instance method Private Method 20131021
10 IS_BUSINESS_CONTEXT_FIELD Instance method Private Method 20130211
11 IS_FIELD_ON_SCREEN Instance method Private Method 20130220
12 MATCH_IO_TYPE Instance method Private Method 20130311
13 PROCESS_CORRELATION_ID Instance method Public Method 20130312
14 PROCESS_LOG_CONTEXT Instance method Private Method 20130314
15 RESTORE_INT_STATE_FROM_MEMORY Instance method Private Method 20131021
16 SAVE_INT_STATE_TO_MEMORY Instance method Private Method 20131021
17 SET_VALUES_IN_FIELD_DATA Instance method Public Method 20130205
Events
Class CL_SRAL_RT_DYNP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_EXPORT_PTAB Private See coding 20131021 begin of ts_export_ptab, name type char30, value type char30, end of ts_export_ptab
2 TT_EXPORT_PTAB Private See coding 20131021 tt_export_ptab type standard table of ts_export_ptab
Method Signatures

Method ADD_TO_FIELD_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_VALUE_DYNP Call by reference Type reference (TYPE) SRAL_RT_FIELD_DYNP-VALUES 20130311
2 Importing IS_VALUE_DYNP Call by reference Type reference (TYPE) SRAL_TABLE_VALUE_DYNP 20130311

Method ADD_TO_FIELD_VALUES on class CL_SRAL_RT_DYNP has no exception.

Method COMPUTE_XPATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DYNP_VALUE Call by reference Type reference (TYPE) SRAL_TABLE_VALUE_DYNP 20130219
2 Importing IS_FIELD_DYNP Call by reference Type reference (TYPE) SRAL_RT_FIELD_DYNP 20130219
3 Returning RV_XPATH Value transfer Type reference (TYPE) SRAL_STRING 20130219

Method COMPUTE_XPATH on class CL_SRAL_RT_DYNP has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONFIG_CONTENT_XML Call by reference Type reference (TYPE) SRAL_RULE_DATA 20130204
# Exception Resumable Description Created on
1 CX_SRAL 20130205

Method CREATE_LOG_DATA Signature

Method CREATE_LOG_DATA on class CL_SRAL_RT_DYNP has no parameter.
# Exception Resumable Description Created on
1 CX_SRAL 20130205

Method CREATE_RULE_PROCESSOR_DATA_DYN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RP_FIELD Call by reference Type reference (TYPE) SRAL_RP_FIELD_LIST 20130712

Method CREATE_RULE_PROCESSOR_DATA_DYN on class CL_SRAL_RT_DYNP has no exception.

Method GET_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELDS Value transfer Type reference (TYPE) SRAL_RT_FIELD_LIST_DYNP 20130205
# Exception Resumable Description Created on
1 CX_SRAL 20130205

Method GET_LOG_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LOG_DATA Call by reference Type reference (TYPE) SRAL_LOG_LIST 20130205

Method GET_LOG_DATA on class CL_SRAL_RT_DYNP has no exception.

Method GET_RULE_PROCESSOR_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DYNP_VALUE Call by reference Type reference (TYPE) SRAL_TABLE_VALUE_DYNP 20130208
2 Importing IS_FIELD_DYNP Call by reference Type reference (TYPE) SRAL_RT_FIELD_DYNP 20130208
3 Returning RS_VALUE Value transfer Type reference (TYPE) SRAL_TABLE_VALUE 20130208

Method GET_RULE_PROCESSOR_VALUE on class CL_SRAL_RT_DYNP has no exception.

Method INIT_EXPORT_TABLE Signature

Method INIT_EXPORT_TABLE on class CL_SRAL_RT_DYNP has no parameter.
Method INIT_EXPORT_TABLE on class CL_SRAL_RT_DYNP has no exception.

Method IS_BUSINESS_CONTEXT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELD_ID Call by reference Type reference (TYPE) SRAL_RT_FIELD_DYNP-FIELD_ID 20130211
2 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130211

Method IS_BUSINESS_CONTEXT_FIELD on class CL_SRAL_RT_DYNP has no exception.

Method IS_FIELD_ON_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FIELD Call by reference Type reference (TYPE) SRAL_RT_FIELD_DYNP 20130220
2 Importing IS_SCREEN_ID Call by reference Type reference (TYPE) DYNP_RAL_ID 20130220
3 Importing IV_PATH Call by reference Type reference (TYPE) STRING 20130220
4 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130220

Method IS_FIELD_ON_SCREEN on class CL_SRAL_RT_DYNP has no exception.

Method MATCH_IO_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FIELD Call by reference Type reference (TYPE) SRAL_RT_FIELD_DYNP 20130311
2 Importing IS_SCREEN_ID Call by reference Type reference (TYPE) DYNP_RAL_ID 20130311
3 Returning RV_MATCH Value transfer Type reference (TYPE) ABAP_BOOL 20130311

Method MATCH_IO_TYPE on class CL_SRAL_RT_DYNP has no exception.

Method PROCESS_CORRELATION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STEP Call by reference Type reference (TYPE) CHAR1 20130312

Method PROCESS_CORRELATION_ID on class CL_SRAL_RT_DYNP has no exception.

Method PROCESS_LOG_CONTEXT Signature

Method PROCESS_LOG_CONTEXT on class CL_SRAL_RT_DYNP has no parameter.
Method PROCESS_LOG_CONTEXT on class CL_SRAL_RT_DYNP has no exception.

Method RESTORE_INT_STATE_FROM_MEMORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MEM_ID Call by reference Type reference (TYPE) CHAR30 20131024
# Exception Resumable Description Created on
1 CX_SRAL 20131023

Method SAVE_INT_STATE_TO_MEMORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MEM_ID Call by reference Type reference (TYPE) CHAR30 20131024
# Exception Resumable Description Created on
1 CX_SRAL 20131023

Method SET_VALUES_IN_FIELD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SCREEN_ID Call by reference Type reference (TYPE) DYNP_RAL_ID 20130206
2 Importing IT_DYNP_VALUES Call by reference Type reference (TYPE) DYNP_RAL_FIELD_VAL_T 20130206
3 Importing IV_SCREEN_PATH Call by reference Type reference (TYPE) STRING 20130206
# Exception Resumable Description Created on
1 CX_SRAL 20130205
History
Last changed by/on SAP  20141121 
SAP Release Created in 740