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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | 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 | Constant | Protected | See coding | 20131119 | |||||
| 2 | Constant | Protected | See coding | 20131112 | |||||
| 3 | Constant | Protected | See coding | 20131121 | |||||
| 4 | Constant | Protected | See coding | 20131112 | |||||
| 5 | Constant | Protected | Type reference (TYPE) | SEOCLSNAME | 'CL_FPM_SADL_CRUD_CONNECTOR' | 20131121 | |||
| 6 | Constant | Protected | Type reference (TYPE) | STRING | 'FPM_SADL_GUIBB_CONFIG_DATA_CRUD' | 20131119 | |||
| 7 | Constant | Protected | Type reference (TYPE) | STRING | 'FPM_SADL_CRUD_ACT_HIERARCHY' | 20131112 | |||
| 8 | Constant | Protected | Type reference (TYPE) | FPM_SECTION_ID | 'FPM_SADL_SECTION_1' | 20131121 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | S_GUIBB_CONFIG_CRUD | 20131118 | ||||
| 10 | Instance attribute | Protected | Type reference (TYPE) | T_HIERARCHY | 20131112 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20131125 | ||
| 2 | Instance method | Protected | Method | 20131119 | ||
| 3 | Instance method | Protected | Method | 20131203 | ||
| 4 | Instance method | Protected | Method | 20131126 | ||
| 5 | Instance method | Protected | Method | 20131118 | ||
| 6 | Instance method | Protected | Method | Joins for Search Page | 20131118 | |
| 7 | 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 | ET_ACTION | Call by reference | Type reference (TYPE) | CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TS_OVP_TOOLBAR_ACTIONS-ACTIONS | 20131125 | ||||
| 2 | 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 | ET_PAGE | Call by reference | Type reference (TYPE) | CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TT_OVP_PAGE | 20131125 | ||||
| 4 | ET_TOOLBAR | Call by reference | Type reference (TYPE) | CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TT_OVP_TOOLBAR | 20131125 | ||||
| 5 | ET_UIBB | Call by reference | Type reference (TYPE) | CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TTY_OVP_UIBB_DETAILS | 20131125 | ||||
| 6 | ET_WIRE | Call by reference | Type reference (TYPE) | CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TY_T_WIRES | 20131125 | ||||
| 7 | EV_HAS_CHILD_COLLECTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131126 | ||||
| 8 | 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 | IV_ASSOCIATION | Call by reference | Type reference (TYPE) | SADL_ENTITY_ASSOCIATION | Name of SADL_ENTITY_ASSOCIATION | 20131119 | |||
| 2 | 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 | 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 | IS_HIERARCHY | Call by reference | Type reference (TYPE) | S_HIERARCHY | 20131126 | ||||
| 2 | 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 | 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 | IV_ROW_KEY | Call by reference | Type reference (TYPE) | STRING | 20131118 | ||||
| 2 | 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 | IV_ROW_KEY | Call by reference | Type reference (TYPE) | STRING | 20131119 | ||||
| 2 | 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 |