SAP ABAP Interface IF_EPM_LEAVE_REQUEST_HEADER (EPM: Header node of BO 'Leave Request')
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-NWD (Application Component) NetWeaver Demonstration
     S_EPM_BO_LR (Package) EPM: Business Object 'Leave Request'
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_EPM_LEAVE_REQUEST EPM: Business Object 'Leave Request' 20130411
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EPM_LEAVE_REQUEST EPM: Business Object 'Leave Request' 20130415
Properties
Interface IF_EPM_LEAVE_REQUEST_HEADER  
Short Description EPM: Header node of BO 'Leave Request'    
General Data
Package S_EPM_BO_LR   EPM: Business Object 'Leave Request' 
Created 20130410   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_LEAVE_REQUEST Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_EPM_LEAVE_REQUEST_HEADER has no interface.
Friends
Interface IF_EPM_LEAVE_REQUEST_HEADER has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ALT_KEY_MD_EMPLOYEE_ID Constant Public See coding 20130415
2 GC_ALT_KEY_NM_EMPLOYEE_ID Constant Public Type reference (TYPE) IF_EPM_BO=>TY_ALTERNATIVE_KEY_NAME 'ALT_KEY_EMPLOYEE_ID' 20130415
3 GC_ASSOC_MD_EMPLOYEE Constant Public See coding 20130411
4 GC_ASSOC_MD_ITEMS Constant Public See coding 20130411
5 GC_BO_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_BO_NAME IF_EPM_LEAVE_REQUEST=>GC_BO_NAME The BO name 20130411
6 GC_BO_NODE_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_BO_NODE_NAME 'IF_EPM_LEAVE_REQUEST_HEADER' The BO node name 20130411
7 GC_CONV_EMPLOYEE_IDS_TO_KEYS Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'CONVERT_EMPLOYEE_IDS_TO_KEYS' 20130527
8 GC_CREATE Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'CREATE' Name of a BO service ( method name ) 20130411
9 GC_DB_TABLE_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_DB_TABLE_NAME 'SNWD_LR_HEADER' Type of a data base table name 20130411
10 GC_DELETE Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'DELETE' Name of a BO service ( method name ) 20130411
11 GC_FIELD_NAME_EMPLOYEE_GUID Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'EMPLOYEE_GUID' 20130411
12 GC_FIELD_NAME_EMPLOYEE_ID Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'EMPLOYEE_ID' Type of a table field name 20130411
13 GC_NAVIGATE_TO_EMPLOYEE Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'NAVIGATE_TO_EMPLOYEE' Name of a BO service ( method name ) 20130411
14 GC_NAVIGATE_TO_ITEMS Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'NAVIGATE_TO_ITEMS' Name of a BO service ( method name ) 20130411
15 GC_PARENT_BO_NODE_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_BO_NODE_NAME SPACE The BO node name 20130411
16 GC_QUERY_BY_HEADER Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'QUERY_BY_HEADER' Name of a BO service ( method name ) 20130411
17 GC_RETRIEVE Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'RETRIEVE' Name of a BO service ( method name ) 20130411
18 GC_UPDATE Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'UPDATE' Name of a BO service ( method name ) 20130411
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_EMPLOYEE_IDS_TO_KEYS Instance method Public Method Convert an Employee Id to corresponding node key 20130415
2 CREATE Instance method Public Method Retrieves a created header line filled with defaults 20130411
3 DELETE Instance method Public Method Delete header line(s) 20130411
4 NAVIGATE_TO_EMPLOYEE Instance method Public Method Navigate to employee node element of Org BO 20130411
5 NAVIGATE_TO_ITEMS Instance method Public Method Navigate to Leave Request Items 20130411
6 QUERY_BY_HEADER Instance method Public Method Query header data by selection criteria 20130411
7 RETRIEVE Instance method Public Method Retrieve data of header line(s) 20130411
8 UPDATE Instance method Public Method Update header line(s) 20130411
Events
Interface IF_EPM_LEAVE_REQUEST_HEADER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_NODE_DATA Public See coding 20130411 tt_node_data type standard table of ty_node_data with default key
2 TT_ORG_UNIT_EMPLOYEE_IDS Public See coding 20130415 tt_org_unit_employee_ids type table of ty_node_data-employee_id
3 TT_SEL_PAR_EMPLOYEE_IDS Public See coding 20130411 tt_sel_par_employee_ids type range of snwd_id
4 TT_SEL_PAR_FIRST_NAMES Public See coding 20130411 tt_sel_par_first_names type range of snwd_first_name
5 TT_SEL_PAR_LAST_NAMES Public See coding 20130411 tt_sel_par_last_names type range of snwd_last_name
6 TY_NODE_DATA Public Type reference (TYPE) SNWD_LR_HEADER EPM: Leave Request header data 20130411
Method Signatures

Method CONVERT_EMPLOYEE_IDS_TO_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KEY_MAPPING Call by reference Type reference (TYPE) IF_EPM_BO=>TT_KEY_MAPPING_INFO 20130415
2 Importing IT_KEY_VALUES Call by reference Type reference (TYPE) TT_ORG_UNIT_EMPLOYEE_IDS 20130415
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION 20130415
2 CX_EPM_SYSTEM_EXCEPTION 20130415

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 20130411
2 Exporting ET_PROPERTIES Call by reference Type reference (TYPE) IF_EPM_BO=>TT_PROPERTIES 20130411
3 Exporting EV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20130411
4 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER 20130411
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION 20130411
2 CX_EPM_SYSTEM_EXCEPTION 20130411

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 20130411
2 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER 20130411
3 Importing IT_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS 20130411
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION 20130411
2 CX_EPM_SYSTEM_EXCEPTION 20130411

Method NAVIGATE_TO_EMPLOYEE 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) IF_EPM_ORG_EMPLOYEE=>TT_NODE_DATA 20130411
2 Exporting ET_LINK_TABLE Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEY_LINKS 20130411
3 Exporting ET_PROPERTIES Call by reference Type reference (TYPE) IF_EPM_BO=>TT_PROPERTIES 20130411
4 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER 20130411
5 Importing IT_SOURCE_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS 20130411
6 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) IF_EPM_BO=>TY_EDIT_MODE IF_EPM_BO=>GC_READ_ONLY 20130411
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION 20130411
2 CX_EPM_SYSTEM_EXCEPTION 20130411

Method NAVIGATE_TO_ITEMS 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) IF_EPM_LEAVE_REQUEST_ITEM=>TT_NODE_DATA 20130411
2 Exporting ET_LINK_TABLE Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEY_LINKS 20130411
3 Exporting ET_PROPERTIES Call by reference Type reference (TYPE) IF_EPM_BO=>TT_PROPERTIES 20130411
4 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER 20130411
5 Importing IT_SOURCE_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS 20130411
6 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) IF_EPM_BO=>TY_EDIT_MODE IF_EPM_BO=>GC_READ_ONLY 20130411
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION 20130411
2 CX_EPM_SYSTEM_EXCEPTION 20130411

Method QUERY_BY_HEADER 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 20130411
2 Exporting ET_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS 20130411
3 Exporting EV_NR_OF_ROWS_FOUND Call by reference Type reference (TYPE) IF_EPM_BO=>TY_QUERY_NR_OF_ROWS_FOUND 20130411
4 Importing IS_PAGING_OPTIONS Call by reference Type reference (TYPE) IF_EPM_BO=>TY_QUERY_PAGING_OPTIONS 20130411
5 Importing IT_SEL_PAR_EMPLOYEE_IDS Call by reference Type reference (TYPE) TT_SEL_PAR_EMPLOYEE_IDS 20130411
6 Importing IT_SEL_PAR_FIRST_NAMES Call by reference Type reference (TYPE) TT_SEL_PAR_FIRST_NAMES 20130411
7 Importing IT_SEL_PAR_LAST_NAMES Call by reference Type reference (TYPE) TT_SEL_PAR_LAST_NAMES 20130411
8 Importing IT_SORTING_OPTIONS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_QUERY_SORT_OPTIONS 20130411
9 Importing IV_MAX_ROWS Call by reference Type reference (TYPE) IF_EPM_BO=>TY_QUERY_MAX_ROWS IF_EPM_BO=>GC_DEFAULT_MAX_ROWS 20130411
10 Importing IV_START_TRANSACTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130411
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION 20130411
2 CX_EPM_SYSTEM_EXCEPTION 20130411

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 20130411
2 Exporting ET_FAILED_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS 20130411
3 Exporting ET_PROPERTIES Call by reference Type reference (TYPE) IF_EPM_BO=>TT_PROPERTIES 20130411
4 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER 20130411
5 Importing IT_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS 20130411
6 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) IF_EPM_BO=>TY_EDIT_MODE IF_EPM_BO=>GC_READ_ONLY 20130411
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION 20130411
2 CX_EPM_SYSTEM_EXCEPTION 20130411

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 20130411
2 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER 20130411
3 Importing ITH_CHANGED_FIELDS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_CHANGED_FIELDS 20130411
4 Importing IT_DATA Call by reference Type reference (TYPE) TT_NODE_DATA 20130411
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION 20130411
2 CX_EPM_SYSTEM_EXCEPTION 20130411
History
Last changed by/on SAP  20140121 
SAP Release Created in 740