SAP ABAP Class CL_RCM_REC_MODEL_WD (RCM Record: Adapter Model for WD)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-RM (Application Component) SAP Records Management
     SRM_RECORD_WD (Package) Web Dynpro Record Browser
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RCM_ELEMENT_MODEL_WD RCM: Model: Visualization of Elements in Table Form WD 20040909
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RCM_REC_MODEL_WD RCM: Record Adapter Model for WD 20040728
Properties
Class CL_RCM_REC_MODEL_WD  
Short Description RCM Record: Adapter Model for WD    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SRM_RECORD_WD   Web Dynpro Record Browser 
Created 20040728   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RCM_REC_MODEL_WD Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_SRM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 USTYP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RCM_ELEMENT_MODEL_WD RCM: Model: Visualization of Elements in Table Form WD 20040909
2 IF_RCM_REC_MODEL_WD RCM: Record Adapter Model for WD 20040728
Friends
Class CL_RCM_REC_MODEL_WD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONTAINER_CHANGE_IF Instance attribute Protected Object reference (TYPE REF TO) IF_SRM_CONT_ELEM_CHANGE_COLLEC Change Element(s) of a Container + Collection 20050310
2 CURRENT_STATE Instance attribute Protected Object reference (TYPE REF TO) CL_RCM_STATE Current State Enumerator (Tri-Singleton) 20041004
3 ELEMENT_BUFFER Instance attribute Protected Type reference (TYPE) RCM_ELEMENT_WD Element: Visualization for Web Dynpro 20050606
4 ELEMENT_INPLACE_VIS Instance attribute Protected Type reference (TYPE) SRMBOOLEAN Boolean: Possible Values IF_SRM=>TRUE / FALSE 20050613
5 ELEM_COLUMN_DEFAULT Instance attribute Protected Type reference (TYPE) RCM_ELEMENT_COLUMN_WD_TAB Defintion of the Element Columns 20060526
6 EMBEDDED_RECORD Instance attribute Protected Object reference (TYPE REF TO) IF_RCM_REC_EMBEDDED_WD RCM: Embedded Record (WD) 20050511
7 ET_WD_REC_ACT Instance attribute Protected Object reference (TYPE REF TO) RCM_WD_REC_ACTIVITIES General SRM Methods 20060829
8 GLOB_FILL_SP_INFO_ITEMS Instance attribute Private Type reference (TYPE) SRMBOOLEAN GET_STANDARD_INFO_LIST' - Enter Items 20041208
9 MODEL Instance attribute Protected Object reference (TYPE REF TO) IF_RCM_REC_MODEL Model Representation of a Record Web Dynpro 20040728
10 PROFILE_TBELEM_TAB Instance attribute Protected Type reference (TYPE) RCM_REC_VFP_TAB RCM: Record: View via configuration toolbar elements 20050404
11 RECORD_POID Instance attribute Protected Object reference (TYPE REF TO) IF_SRM_POID POID 20041001
12 SELECTED_USER_ROLE Instance attribute Protected Type reference (TYPE) STRING 20060530
13 SPECIAL_TRANSITION_TAB Instance attribute Protected Type reference (TYPE) RCM_WD_TRANSITION_GR_T State Transitions with Group Info for Visualization 20050411
14 SRM Instance attribute Protected Object reference (TYPE REF TO) IF_SRM General SRM Methods 20040830
15 TESTMODE_ACTIVE Instance attribute Private Type reference (TYPE) SRMBOOLEAN Boolean: Possible Values IF_SRM=>TRUE / FALSE 20041203
16 TRANSPARENT_RECORD Instance attribute Protected Object reference (TYPE REF TO) IF_SRM_TRANSPARENT_RECORD Transparent Record 20040929
17 TRANSPARENT_RECORD_ACTIVE Instance attribute Protected Type reference (TYPE) SRMBOOLEAN Boolean: Possible Values IF_SRM=>TRUE / FALSE 20040924
18 UI_PROFILE Instance attribute Protected Type reference (TYPE) RCM_REC_FP_ID RCM Record: Function Profile: ID 20050404
Methods
# Method Level Visibility Method type Description Created on
1 ADD_INFO_SP_TO_UI_ELEM Instance method Protected Method Add Attributes from GET_STANDARD_INFO_LIST to UI_Element 20041208
2 BUILD_SELECTION_4_TAFP Instance method Private Method Build Selection Tables for rcm_rec_tafp 20050425
3 CHECK_IF_RECORD_IS_EMBEDDED Instance method Private Method Check if record is embedded 20050511
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040728
5 CONVERT_CONT_ELEM_TO_UI_ELEM Instance method Protected Method Convert Container Element into UI Element 20040929
6 CONVERT_MODEL_TO_UI_ELEMENT Instance method Protected Method Convert Model (Record) Element into UI Element 20040728
7 GENERATE_TEMP_RECORD_ID Instance method Private Method Generate Temporary Record ID 20041102
8 GET_ELEMENT_BY_ID_INTERN Instance method Protected Method Find the Element (Internal) 20040903
9 GET_ROOT_ELEMENT Instance method Private Method Return Root Element 20041108
10 GET_UI_PROFILE Instance method Protected Method Find UI Profiles 20050404
11 GET_WD_CONFIG Static method Public Method Gets WD Configuration 20081124
12 RETRIEVE_ALL_CHILDS Instance method Private Method Find all children of an element 20050525
13 SEARCH_TRANSP_ELEMENT Instance method Private Method Search by Transparent Element 20050525
14 SET_INITIAL_INFO_SP Instance method Private Method Initialization of STANDARD_LIST attributes that are not set 20050606
Events
Class CL_RCM_REC_MODEL_WD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYPE_RANGE_AGR_NAME Protected See coding 20050425 TYPE_RANGE_AGR_NAME type range of RCM_REC_TAFP-agr_name
2 TYPE_RANGE_PROFILE_ID Protected See coding 20050425 TYPE_RANGE_PROFILE_ID type range of RCM_REC_TAFP-profile_id
Method Signatures

Method ADD_INFO_SP_TO_UI_ELEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_UI_ELEMENT Call by reference Type reference (TYPE) RCM_ELEMENT_WD Element: Visualisierung für Web Dynpro 20041208
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20041208

Method BUILD_SELECTION_4_TAFP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_SEL_PROFILE_ID Call by reference Type reference (TYPE) TYPE_RANGE_PROFILE_ID 20050425
2 Exporting EX_SEL_ROLE_NAME Call by reference Type reference (TYPE) TYPE_RANGE_AGR_NAME 20050425
3 Importing IM_PROFILE_ID_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE List: IF_SRM_ATTRIBUTE_VALUE 20050425
4 Importing IM_ROLE_TAB Call by reference Type reference (TYPE) USTYP_T_AGR 20050425
# Exception Resumable Description Created on
1 CX_SRM_ATTRIBUTE_VALUE Attribut Wert (abstrakt) 20050425

Method CHECK_IF_RECORD_IS_EMBEDDED Signature

Method CHECK_IF_RECORD_IS_EMBEDDED on class CL_RCM_REC_MODEL_WD has no parameter.
Method CHECK_IF_RECORD_IS_EMBEDDED on class CL_RCM_REC_MODEL_WD has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONFIG_MODE Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Modus, um extern Konfig. zu lesen, keine Instanz verfügbar! 20050405
2 Importing IM_POID Call by reference Object reference (TYPE REF TO) IF_SRM_POID POID 20040728
3 Importing IM_SELECTED_USER_ROLE Call by reference Type reference (TYPE) STRING open record with UI profile of the selected role 20060530
4 Importing IM_SRM Call by reference Object reference (TYPE REF TO) IF_SRM Allgemeine SRM Methoden 20040831
5 Importing IM_TESTMODE_ACTIVE Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20041203
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20040728

Method CONVERT_CONT_ELEM_TO_UI_ELEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTAINER_NODE_KEY Call by reference Type reference (TYPE) STRING Container Node Key 20050121
2 Importing IM_FILL_ONLY_HEADER Call by reference Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20040929
3 Importing IM_MODEL_ELEMENT Call by reference Type reference (TYPE) RCM_CONTAINER_ELEMENT Container-Element 20040929
4 Importing IM_PARENT_ID Call by reference Type reference (TYPE) STRING Parent ID 20040930
5 Returning RE_UI_ELEMENT Value transfer Type reference (TYPE) RCM_ELEMENT_WD Element für Visualisierung Web Dynpro 20040929
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20040929

Method CONVERT_MODEL_TO_UI_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FILL_ONLY_HEADER Call by reference Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20040908
2 Importing IM_MARK_TRANSPARENT_ELEMENT Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20040930
3 Importing IM_MODEL_ELEMENT Call by reference Type reference (TYPE) RCM_REC_MODEL_ELEMENT 20040728
4 Importing IM_VIEW Call by reference Type reference (TYPE) STRING IF_RCM_REC_MODEL_WD=>C_VIEW_HIERARCHY 20050105
5 Returning RE_UI_ELEMENT Value transfer Type reference (TYPE) RCM_ELEMENT_WD Element für Visualisierung Web Dynpro 20040728
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20040826

Method GENERATE_TEMP_RECORD_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TEMPORARY_ID Value transfer Type reference (TYPE) STRING Id 20041102

Method GENERATE_TEMP_RECORD_ID on class CL_RCM_REC_MODEL_WD has no exception.

Method GET_ELEMENT_BY_ID_INTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ELEMENT_ID Call by reference Type reference (TYPE) STRING Element-ID 20040903
2 Returning RE_MODEL_ELEMENT Value transfer Type reference (TYPE) RCM_REC_MODEL_ELEMENT Akte: Aktenelement 20040903
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20040903

Method GET_ROOT_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_MODEL_ELEMENT Value transfer Type reference (TYPE) RCM_REC_MODEL_ELEMENT Element 20041108
# Exception Resumable Description Created on
1 CX_RCM_REC_MODEL Ausnahmeklasse Modell Akte 20041108

Method GET_UI_PROFILE Signature

Method GET_UI_PROFILE on class CL_RCM_REC_MODEL_WD has no parameter.
# Exception Resumable Description Created on
1 CX_RCM_REC_MODEL_WD RCM: Ausnahmen zu WD-Modell Akte 20050407

Method GET_WD_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DETAIL_CONFIG Call by reference Type reference (TYPE) RCMCONFIGWD Customizing Tabelle WD Configuration 20081124
2 Importing IM_COMPONENT Call by reference Type reference (TYPE) STRING 20081124
3 Importing IM_CONFIGPROFILE Call by reference Type reference (TYPE) STRING 20081124

Method GET_WD_CONFIG on class CL_RCM_REC_MODEL_WD has no exception.

Method RETRIEVE_ALL_CHILDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PARENT_ID Call by reference Type reference (TYPE) STRING 20050525
# Exception Resumable Description Created on
1 CX_RCM_ELEMENT_MODEL_WD RCM: Ausnahmen zu WD-Modell Akte 20050525

Method SEARCH_TRANSP_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DESCRIPTION Call by reference Type reference (TYPE) STRING 20050525
2 Importing IM_SEARCH_ALL_CONTAINER Call by reference Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20050525
3 Importing IM_STARTING_ELEMENT_ID Call by reference Type reference (TYPE) STRING 20050525
4 Returning RE_ELEMENT_ID Value transfer Type reference (TYPE) STRING 20050525
# Exception Resumable Description Created on
1 CX_RCM_ELEMENT_MODEL_WD Ausnahmen zu Element-View WD 20050525

Method SET_INITIAL_INFO_SP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_ELEMENT Call by reference Type reference (TYPE) RCM_ELEMENT_WD Element: Visualisierung für Web Dynpro 20050606

Method SET_INITIAL_INFO_SP on class CL_RCM_REC_MODEL_WD has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 700