SAP ABAP Class CL_FPM_SADL_CRUD_ACT_BASE (FPM SADL CRUD ACT: Base class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     SADL_FPM_CRUD_CORE (Package) Transactional FPM-SADL Integration: Test Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FPM_SADL_ACT_BASE FPM SADL ACT: Base Class 20131112
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FPM_SADL_CRUD_ACT_CHART FPM SADL ACT: Charts 20131112
2 Inheritance (c INHERITING FROM c_ref)  CL_FPM_SADL_CRUD_ACT_GUIBB Transaction SADL Integration: ACT Main GUIBB Assignment 20131119
3 Inheritance (c INHERITING FROM c_ref)  CL_FPM_SADL_CRUD_ACT_HIERARCHY FPM SADL CRUD ACT: Tree for Association Hierarchy 20131112
Properties
Class CL_FPM_SADL_CRUD_ACT_BASE  
Short Description FPM SADL CRUD ACT: Base class    
Super Class CL_FPM_SADL_ACT_BASE FPM SADL ACT: Base Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SADL_FPM_CRUD_CORE   Transactional FPM-SADL Integration: Test Objects 
Created 20131112   SAP 
Last change 20141121    
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)
2 CL_FPM_CFG_BO_ACT_SERVICE_UTIL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_FPM_SADL_CRUD_ACT_BASE has no interface implemented.
Friends
Class CL_FPM_SADL_CRUD_ACT_BASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CS_GUIBB_CONFIG_FIELDS_CRUD Constant Protected See coding 20131119
2 CS_HIERARCHY_FIELDS Constant Protected See coding 20131112
3 CS_ICON Constant Protected See coding 20131121
4 CS_PAGE_ID Constant Protected See coding 20131112
5 CV_CONNECTOR Constant Protected Type reference (TYPE) SEOCLSNAME 'CL_FPM_SADL_CRUD_CONNECTOR' 20131121
6 CV_GUIBB_CONFIG_DATA_CRUD Constant Protected Type reference (TYPE) STRING 'FPM_SADL_GUIBB_CONFIG_DATA_CRUD' 20131119
7 CV_PARAM_HIERARCHY Constant Protected Type reference (TYPE) STRING 'FPM_SADL_CRUD_ACT_HIERARCHY' 20131112
8 CV_SECTION_ID Constant Protected Type reference (TYPE) FPM_SECTION_ID 'FPM_SADL_SECTION_1' 20131121
9 MS_GUIBB_CONFIG_CRUD Instance attribute Protected Type reference (TYPE) S_GUIBB_CONFIG_CRUD 20131118
10 MT_HIERARCHY Instance attribute Protected Type reference (TYPE) T_HIERARCHY 20131112
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_CONFIG_FROM_HIERARCHY Instance method Protected Method 20131125
2 GET_CONNECTOR_DEPENDENCY_PARAM Instance method Protected Method 20131119
3 GET_GUIBB_CONFIGURATONS Instance method Protected Method 20131203
4 GET_GUIBB_TYPE Instance method Protected Method 20131126
5 GET_HIERARCHY Instance method Protected Method 20131118
6 GET_JOINS_SP Instance method Protected Method Joins for Search Page 20131118
7 GET_JOINS_UIBB Instance method Protected Method Joins for UIBBs 20131119
Events
Class CL_FPM_SADL_CRUD_ACT_BASE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_GUIBB_CONFIG_CRUD Protected See coding 20131118 BEGIN OF s_guibb_config_crud . INCLUDE TYPE s_guibb_config AS search_page. TYPES: form_config_id TYPE wdy_config_id, form_config_desc TYPE string, entry_config_id TYPE wdy_config_id, entry_config_desc TYPE string, create_config_id TYPE wdy_config_id, create_config_desc TYPE string, END OF s_guibb_config_crud
2 S_HIERARCHY Protected See coding 20131112 BEGIN OF s_hierarchy, row_key TYPE string, parent_key TYPE string, expanded TYPE abap_bool, is_leaf TYPE abap_bool, text TYPE fpm_text, image_src TYPE fpmgb_image_src, children_loaded TYPE abap_bool, hierarchy_level TYPE i, entity_id TYPE sadl_entity_id, entity_descr TYPE string, association TYPE sadl_entity_association, association_descr TYPE string, sadl_query TYPE abap_bool, transactional TYPE abap_bool, join_sp TYPE abap_bool, join_sp_buf TYPE abap_bool, join_sp_ro TYPE abap_bool, join_sp_vis TYPE abap_bool, suffix TYPE dd_suffix, suffix_vis TYPE abap_bool, create_guibb TYPE abap_bool, create_guibb_buf TYPE abap_bool, create_guibb_ro TYPE abap_bool, create_guibb_vis TYPE abap_bool, join_config TYPE abap_bool, join_config_buf TYPE abap_bool, join_config_ro TYPE abap_bool, join_config_vis TYPE abap_bool, config_id TYPE wdy_config_id, config_id_vis TYPE abap_bool, config_desc TYPE string, col_pattern TYPE fpm_cfg_act_collection_pattern, has_col_pattern TYPE abap_bool, col_pattern_ro TYPE abap_bool, det_config_id TYPE wdy_config_id, det_config_id_vis TYPE abap_bool, det_config_desc TYPE string, END OF s_hierarchy
3 T_HIERARCHY Protected See coding 20131112 t_hierarchy TYPE STANDARD TABLE OF s_hierarchy WITH DEFAULT KEY WITH NON-UNIQUE SORTED KEY parent COMPONENTS parent_key
Method Signatures

Method BUILD_CONFIG_FROM_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTION Call by reference Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TS_OVP_TOOLBAR_ACTIONS-ACTIONS 20131125
2 Exporting ET_GUIBB_CONFIG_DATA Call by reference Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TTY_GUIBB_CONF_DETAILS GUIBB Configuration Details Table 20131125
3 Exporting ET_PAGE Call by reference Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TT_OVP_PAGE 20131125
4 Exporting ET_TOOLBAR Call by reference Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TT_OVP_TOOLBAR 20131125
5 Exporting ET_UIBB Call by reference Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TTY_OVP_UIBB_DETAILS 20131125
6 Exporting ET_WIRE Call by reference Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TY_T_WIRES 20131125
7 Exporting EV_HAS_CHILD_COLLECTION Call by reference Type reference (TYPE) ABAP_BOOL 20131126
8 Importing IS_PARENT Call by reference Type reference (TYPE) S_HIERARCHY 20131125

Method BUILD_CONFIG_FROM_HIERARCHY on class CL_FPM_SADL_CRUD_ACT_BASE has no exception.

Method GET_CONNECTOR_DEPENDENCY_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ASSOCIATION Call by reference Type reference (TYPE) SADL_ENTITY_ASSOCIATION Name of SADL_ENTITY_ASSOCIATION 20131119
2 Returning RV_CONNECTOR_DEPENDENCY_PARAM Value transfer Type reference (TYPE) STRING 20131119

Method GET_CONNECTOR_DEPENDENCY_PARAM on class CL_FPM_SADL_CRUD_ACT_BASE has no exception.

Method GET_GUIBB_CONFIGURATONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CONFIG_ID Value transfer Type reference (TYPE) T_CONFIG_ID 20131203

Method GET_GUIBB_CONFIGURATONS on class CL_FPM_SADL_CRUD_ACT_BASE has no exception.

Method GET_GUIBB_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HIERARCHY Call by reference Type reference (TYPE) S_HIERARCHY 20131126
2 Returning RV_GUIBB_TYPE Value transfer Type reference (TYPE) FPM_CFG_GUIBB_TYPE GUIBB Type 20131126

Method GET_GUIBB_TYPE on class CL_FPM_SADL_CRUD_ACT_BASE has no exception.

Method GET_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL 20131118

Method GET_HIERARCHY on class CL_FPM_SADL_CRUD_ACT_BASE has no exception.

Method GET_JOINS_SP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROW_KEY Call by reference Type reference (TYPE) STRING 20131118
2 Returning RT_JOIN Value transfer Type reference (TYPE) FPM_SADL_T_JOIN FPM SADL Join Definition 20131118

Method GET_JOINS_SP on class CL_FPM_SADL_CRUD_ACT_BASE has no exception.

Method GET_JOINS_UIBB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROW_KEY Call by reference Type reference (TYPE) STRING 20131119
2 Returning RT_JOIN Value transfer Type reference (TYPE) FPM_SADL_T_JOIN FPM SADL Join Definition 20131119

Method GET_JOINS_UIBB on class CL_FPM_SADL_CRUD_ACT_BASE has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in