SAP ABAP Class CTD_EPM_DATABASE (EPM: test double implementation of database interface)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD (Application Component) NetWeaver Demonstration
⤷
S_EPM_COMMON (Package) EPM Common Objects

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_EPM_DATABASE | EPM interface encapsualting database functionality | 20130403 |
Properties
Class | CTD_EPM_DATABASE | |
Short Description | EPM: test double implementation of database interface | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_EPM_COMMON | EPM Common Objects |
Created | 20130403 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CTD_EPM_DATABASE has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_EPM_DATABASE | EPM interface encapsualting database functionality | 20130403 |
Friends
Class CTD_EPM_DATABASE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_DATABASE | 20130411 | |||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_ENQUEUE | 20130412 | |||
3 | ![]() |
Static Attribute | Private | See coding | 20130412 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20130403 | |
2 | ![]() |
Static method | Public | Constructor | 20130412 | |
3 | ![]() |
Instance method | Private | Method | 20130419 | |
4 | ![]() |
Instance method | Private | Method | 20130403 | |
5 | ![]() |
Instance method | Private | Method | 20130403 | |
6 | ![]() |
Instance method | Public | Method | 20130411 |
Events
Class CTD_EPM_DATABASE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_DATABASE | Public | See coding | 20130411 | tt_database TYPE HASHED TABLE OF ty_database WITH UNIQUE KEY table_name
|
||
2 | TT_ENQUEUE | Private | See coding | 20130412 | tt_enqueue TYPE HASHED TABLE OF ty_enqueue WITH UNIQUE KEY bo_name node_name node_key
|
||
3 | TT_NODE_KEYS | Private | See coding | 20130403 | tt_node_keys TYPE HASHED TABLE OF if_epm_bo=>ty_node_key WITH UNIQUE KEY table_line
|
||
4 | TT_RT_JOIN_CONDITIONS | Private | See coding | 20130403 | tt_rt_join_conditions TYPE HASHED TABLE OF ty_rt_join_condition WITH UNIQUE KEY table_alias
|
||
5 | TY_DATABASE | Public | See coding | 20130411 | BEGIN OF ty_database,
table_name TYPE if_epm_bo=>ty_db_table_name,
table_ref TYPE REF TO data,
END OF ty_database
|
||
6 | TY_ENQUEUE | Private | See coding | 20130412 | BEGIN OF ty_enqueue,
bo_name TYPE if_epm_bo=>ty_bo_name,
node_name TYPE if_epm_bo=>ty_bo_node_name,
node_key TYPE if_epm_bo=>ty_node_key,
lock_mode TYPE enqmode,
END OF ty_enqueue
|
||
7 | TY_RT_JOIN_CONDITION | Private | See coding | 20130403 | BEGIN OF ty_rt_join_condition,
table_alias TYPE if_epm_bo=>ty_table_alias_name,
table_name TYPE if_epm_bo=>ty_db_table_name,
key_field_name TYPE if_epm_bo=>ty_table_field_name,
parent_alias TYPE if_epm_bo=>ty_table_alias_name,
parent_key_field_name TYPE if_epm_bo=>ty_table_field_name,
hit_keys TYPE tt_node_keys,
END OF ty_rt_join_condition
|
Method Signatures
Method ADD_JOIN_CONDITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CTH_RT_JOIN_CONDITIONS | Call by reference | Type reference (TYPE) | TT_RT_JOIN_CONDITIONS | 20130406 | |||
2 | ![]() |
ITH_MD_JOIN_CONDITIONS | Call by reference | Type reference (TYPE) | CL_EPM_BO=>TT_TABLE_DEFINITION | 20130403 | |||
3 | ![]() |
IV_TABLE_ALIAS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_ALIAS_NAME | 20130403 |
Method ADD_JOIN_CONDITION on class CTD_EPM_DATABASE has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CTD_EPM_DATABASE has no parameter.
Method CLASS_CONSTRUCTOR on class CTD_EPM_DATABASE has no exception.
Method CREATE_WHERE_CONDITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DREF_VAR_NAME | Call by reference | Type reference (TYPE) | STRING | 20130419 | |||
2 | ![]() |
IV_FIELD_NAME | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_FIELD_NAME | 20130419 | |||
3 | ![]() |
IV_TABLE_NAME | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_DB_TABLE_NAME | 20130419 | |||
4 | ![]() |
RV_WHERE_CONDITION | Value transfer | Type reference (TYPE) | STRING | 20130419 |
Method CREATE_WHERE_CONDITION on class CTD_EPM_DATABASE has no exception.
Method DO_SELECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CTH_RT_JOIN_CONDITIONS | Call by reference | Type reference (TYPE) | TT_RT_JOIN_CONDITIONS | 20130403 | |||
2 | ![]() |
ITH_WHERE_CONDITIONS | Call by reference | Type reference (TYPE) | CL_EPM_BO=>TT_SEL_PARAMS | 20130403 | |||
3 | ![]() |
IT_SORT_ORDER | Call by reference | Type reference (TYPE) | ABAP_SORTORDER_TAB | 20130403 | |||
4 | ![]() |
IV_TABLE_ALIAS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_TABLE_ALIAS_NAME | 20130403 |
Method DO_SELECT on class CTD_EPM_DATABASE has no exception.
Method DO_SELECT_SINGLE_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETH_NODE_KEYS | Call by reference | Type reference (TYPE) | TT_NODE_KEYS | 20130403 | |||
2 | ![]() |
ITH_WHERE_CONDITIONS | Call by reference | Type reference (TYPE) | CL_EPM_BO=>TT_SEL_PARAMS | 20130403 | |||
3 | ![]() |
IT_TABLE | Call by reference | Type reference (TYPE) | HASHED TABLE | 20130403 | |||
4 | ![]() |
IV_TABLE_NAME | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_DB_TABLE_NAME | 20130403 |
Method DO_SELECT_SINGLE_TABLE on class CTD_EPM_DATABASE has no exception.
Method STORE_TEST_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TEST_DATA | Call by reference | Type reference (TYPE) | TT_DATABASE | 20130411 |
Method STORE_TEST_DATA on class CTD_EPM_DATABASE has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |