SAP ABAP Interface IF_EPM_TEST_BO_1_HEADER (EPM: TEST_BO_1 Header Node - EPM internal use only !)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-NWD (Application Component) NetWeaver Demonstration
     S_EPM_BO_BASE (Package) EPM: Base Package for Business Objects
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_EPM_TEST_BO_1 EPM: TEST_BO_1 - EPM internal use only ! 20090109
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EPM_TEST_BO_1 EPM: TEST_BO_1 - EPM internal use only ! 20090109
Properties
Interface IF_EPM_TEST_BO_1_HEADER  
Short Description EPM: TEST_BO_1 Header Node - EPM internal use only !    
General Data
Package S_EPM_BO_BASE   EPM: Base Package for Business Objects 
Created 20090109   SAP 
Last changed 20140121   SAP 
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 IF_EPM_BO Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_EPM_DATA_BUFFER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_EPM_TEST_BO_1 Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_EPM_TEST_BO_1_HEADER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_EPM_TEST_BO_1_HEADER has no interface.
Friends
Interface IF_EPM_TEST_BO_1_HEADER has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ACTION_1_PROPERTY_TESTING Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'ACTION_1_PROPERTY_TESTING' Action name 20090520
2 GC_ACTION_2_PROPERTY_TESTING Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'ACTION_2_PROPERTY_TESTING' Action name 20090525
3 GC_ACTION_BO_LISTENER_TESTING Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'ACTION_BO_LISTENER_TESTING' Action name 20090915
4 GC_BOL_ON_ACTION_TEST_METHOD Constant Public Type reference (TYPE) ABAP_METHNAME 'IF_EPM_TEST_BO_1_HEADER~ACTION_BO_LISTENER_TESTING' Name of method used for BOL ON_ACTION testing 20090916
5 GC_BO_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_BO_NAME IF_EPM_TEST_BO_1=>GC_BO_NAME The BO name 20090422
6 GC_BO_NODE_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_BO_NODE_NAME 'IF_EPM_TEST_BO_1_HEADER' The node name 20090112
7 GC_DB_TABLE_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_DB_TABLE_NAME 'SEPM_TEST_BO_DB' Type of a data base table name 20090218
8 GC_FIELD_NAME_FIELD_1 Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'FIELD_1' 20090605
9 GC_FIELD_NAME_FIELD_2 Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'FIELD_2' 20090605
10 GC_FIELD_NAME_FIELD_3 Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'FIELD_3' 20090605
11 GC_FIELD_NAME_FIELD_4 Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'FIELD_4' Type of a table field name 20100609
12 GC_NAVIGATE_TO_SCHEDULE_LINE Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'NAVIGATE_TO_SCHEDULE_LINE' Association for testing 20090528
13 GC_NAVIGATE_TO_TEXT Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'NAVIGATE_TO_TEXT' Association for testing 20090528
14 GC_PARENT_BO_NODE_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_BO_NODE_NAME SPACE This node has no parent node 20090112
15 GC_QUERY_BY_TESTING Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'QUERY_BY_TESTING' Query for testing 20090525
Methods
# Method Level Visibility Method type Description Created on
1 ACTION_1_PROPERTY_TESTING Instance method Public Method For testing the action related property handling 20090421
2 ACTION_2_PROPERTY_TESTING Instance method Public Method For testing the action related property handling 20090421
3 ACTION_BO_LISTENER_TESTING Instance method Public Method For testing ON ACTION BO Listener handling 20090915
4 CREATE Instance method Public Method Retrieve a created header line filled with defaults 20090109
5 DELETE Instance method Public Method Delete a header line 20090109
6 NAVIGATE_TO_SCHEDULE_LINE Instance method Public Method For testing EPM Base class method EXECUTE_ASSOCIATION 20090528
7 NAVIGATE_TO_TEXT Instance method Public Method For testing EPM Base class method EXECUTE_ASSOCIATION 20090528
8 QUERY_BY_TESTING Instance method Public Method For testing EPM Base class method EXECUTE_QUERY 20090525
9 RETRIEVE Instance method Public Method Retrieve data for specified node keys 20090109
10 UPDATE Instance method Public Method Update a header line 20090109
Events
Interface IF_EPM_TEST_BO_1_HEADER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_NODE_DATA Public See coding 20090109 tt_node_data TYPE STANDARD TABLE OF ty_node_data
2 TT_SEL_PAR_FIELD_1 Public See coding 20090109 tt_sel_par_field_1 TYPE RANGE OF char255
3 TT_SEL_PAR_FIELD_2 Public See coding 20090109 tt_sel_par_field_2 TYPE RANGE OF char255
4 TT_SEL_PAR_FIELD_3 Public See coding 20090109 tt_sel_par_field_3 TYPE RANGE OF char255
5 TY_NODE_DATA Public Type reference (TYPE) SEPM_TEST_BO_DB EPM: THIS DB IS ONLY USED FOR EPM INTERNAL TEST PURPOSES ! 20090109
Method Signatures

Method ACTION_1_PROPERTY_TESTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NODE_KEY_INFO Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEY_INFO Set of node element specific operation information 20090421
2 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER EPM: Message buffer interface 20090421
3 Importing IT_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS Set of generic node element keys 20090421
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION EPM: API exception class 20090421
2 CX_EPM_SYSTEM_EXCEPTION EPM: System exception class 20090421

Method ACTION_2_PROPERTY_TESTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NODE_KEY_INFO Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEY_INFO Set of node element specific operation information 20090421
2 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER EPM: Message buffer interface 20090421
3 Importing IT_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS Set of generic node element keys 20090421
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION EPM: API exception class 20090421
2 CX_EPM_SYSTEM_EXCEPTION EPM: System exception class 20090421

Method ACTION_BO_LISTENER_TESTING Signature

Method ACTION_BO_LISTENER_TESTING on Interface IF_EPM_TEST_BO_1_HEADER has no parameter.
Method ACTION_BO_LISTENER_TESTING on Interface IF_EPM_TEST_BO_1_HEADER has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) TY_NODE_DATA 20090109
2 Exporting EV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20090109
3 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER 20090109
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION 20090109
2 CX_EPM_SYSTEM_EXCEPTION 20090109

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NODE_KEY_INFO Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEY_INFO 20090109
2 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER 20090109
3 Importing IT_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS 20090109
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION 20090109
2 CX_EPM_SYSTEM_EXCEPTION 20090109

Method NAVIGATE_TO_SCHEDULE_LINE Signature

Method NAVIGATE_TO_SCHEDULE_LINE on Interface IF_EPM_TEST_BO_1_HEADER has no parameter.
Method NAVIGATE_TO_SCHEDULE_LINE on Interface IF_EPM_TEST_BO_1_HEADER has no exception.

Method NAVIGATE_TO_TEXT Signature

Method NAVIGATE_TO_TEXT on Interface IF_EPM_TEST_BO_1_HEADER has no parameter.
Method NAVIGATE_TO_TEXT on Interface IF_EPM_TEST_BO_1_HEADER has no exception.

Method QUERY_BY_TESTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TT_NODE_DATA 20090525
2 Exporting ET_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS Set of generic node element keys 20090525
3 Exporting EV_NR_OF_ROWS_FOUND Call by reference Type reference (TYPE) IF_EPM_BO=>TY_QUERY_NR_OF_ROWS_FOUND Query: Size of overall query result set ( number of rows ) 20090525
4 Importing IS_PAGING_OPTIONS Call by reference Type reference (TYPE) IF_EPM_BO=>TY_QUERY_PAGING_OPTIONS Query: Paging options 20090525
5 Importing IT_SEL_PAR_FIELD_1 Call by reference Type reference (TYPE) TT_SEL_PAR_FIELD_1 Selection criteria for FIELD_1 20090525
6 Importing IT_SEL_PAR_FIELD_2 Call by reference Type reference (TYPE) TT_SEL_PAR_FIELD_2 Selection criteria for FIELD_2 20090525
7 Importing IT_SEL_PAR_FIELD_3 Call by reference Type reference (TYPE) TT_SEL_PAR_FIELD_3 Selection criteria for FIELD_3 20090525
8 Importing IT_SORTING_OPTIONS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_QUERY_SORT_OPTIONS Query: Set of sorting options 20090525
9 Importing IV_MAX_ROWS Call by reference Type reference (TYPE) IF_EPM_BO=>TY_QUERY_MAX_ROWS IF_EPM_BO=>GC_SELECT_ALL_ROWS Query: Maximum number of rows to select 20090525
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION EPM: API exception class 20090525
2 CX_EPM_SYSTEM_EXCEPTION EPM: System exception class 20090525

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TT_NODE_DATA 20090109
2 Exporting ET_FAILED_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS 20090109
3 Exporting ET_PROPERTIES Call by reference Type reference (TYPE) IF_EPM_BO=>TT_PROPERTIES 20110420
4 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER 20090109
5 Importing IT_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS 20090109
6 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) IF_EPM_BO=>TY_EDIT_MODE IF_EPM_BO=>GC_READ_ONLY 20090109
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION 20090109
2 CX_EPM_SYSTEM_EXCEPTION 20090109

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NODE_KEY_INFO Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEY_INFO 20090109
2 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER 20090109
3 Importing ITH_CHANGED_FIELDS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_CHANGED_FIELDS 20091026
4 Importing IT_DATA Call by reference Type reference (TYPE) TT_NODE_DATA 20090109
5 Importing IV_NODE_NAME Call by reference Type reference (TYPE) IF_EPM_BO=>TY_BO_NODE_NAME IF_EPM_TEST_BO_1_HEADER=>GC_BO_NODE_NAME The BO node name 20091026
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION 20090109
2 CX_EPM_SYSTEM_EXCEPTION 20090109
History
Last changed by/on SAP  20140121 
SAP Release Created in 720