SAP ABAP Class IF_EPM_BP_CONTACT (EPM: Business Partner Contact Interface)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_EPM_BP EPM: Business Partner Interface 20090512
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EPM_BP EPM Business Partner BO 20091201
Properties
Class IF_EPM_BP_CONTACT  
Short Description EPM: Business Partner Contact Interface    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090512   SAP 
Last change 20140121   SAP 
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 IF_EPM_ADDRESS_HEADER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_EPM_BO Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_EPM_BP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_EPM_BP_CONTACT has no interface implemented.
Friends
Class IF_EPM_BP_CONTACT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ASSOC_MD_CONTACT_ADDRESS Constant Public See coding 20130118
2 GC_BO_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_BO_NAME IF_EPM_BP=>GC_BO_NAME The BO name 20090512
3 GC_BO_NODE_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_BO_NODE_NAME 'IF_EPM_BP_CONTACT' The BO node name 20090512
4 GC_CREATE_BY_PARENT Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'CREATE_BY_PARENT' Name of a BO service ( method name ) 20091204
5 GC_DB_TABLE_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_DB_TABLE_NAME 'SNWD_BPA_CONTACT' Type of a data base table name 20090512
6 GC_DELETE Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'DELETE' Name of a BO service ( method name ) 20091204
7 GC_FIELD_NAME_ADDRESS_GUID Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'ADDRESS_GUID' Type of a table field name 20091125
8 GC_FIELD_NAME_DATE_OF_BIRTH Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'DATE_OF_BIRTH' Type of a table field name 20121119
9 GC_FIELD_NAME_EMAIL_ADDRESS Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'EMAIL_ADDRESS' Type of a table field name 20091125
10 GC_FIELD_NAME_FAX_NUMBER Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'FAX_NUMBER' Type of a table field name 20091125
11 GC_FIELD_NAME_FIRST_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'FIRST_NAME' Type of a table field name 20091125
12 GC_FIELD_NAME_INITIALS Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'INITIALS' Type of a table field name 20091125
13 GC_FIELD_NAME_LANGUAGE Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'LANGUAGE' Type of a table field name 20091125
14 GC_FIELD_NAME_LAST_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'LAST_NAME' Type of a table field name 20091125
15 GC_FIELD_NAME_MIDDLE_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'MIDDLE_NAME' Type of a table field name 20091125
16 GC_FIELD_NAME_NICKNAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'NICKNAME' Type of a table field name 20091125
17 GC_FIELD_NAME_PHONE_NUMBER Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'PHONE_NUMBER' Type of a table field name 20091125
18 GC_FIELD_NAME_SEX Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'SEX' Type of a table field name 20091125
19 GC_FIELD_NAME_TITLE Constant Public Type reference (TYPE) IF_EPM_BO=>TY_TABLE_FIELD_NAME 'TITLE' Type of a table field name 20091125
20 GC_NAVIGATE_TO_CONTACT_ADDRESS Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'NAVIGATE_TO_CONTACT_ADDRESS' Name of a BO service ( method name ) 20091130
21 GC_PARENT_BO_NODE_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_BO_NODE_NAME 'IF_EPM_BP_HEADER' The BO node name 20090512
22 GC_RETRIEVE Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'RETRIEVE' Name of a BO service ( method name ) 20091204
23 GC_UPDATE Constant Public Type reference (TYPE) IF_EPM_BO=>TY_SERVICE_NAME 'UPDATE' Name of a BO service ( method name ) 20091204
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_BY_PARENT Instance method Public Method 20091130
2 DELETE Instance method Public Method 20091130
3 NAVIGATE_TO_CONTACT_ADDRESS Instance method Public Method 20091130
4 RETRIEVE Instance method Public Method 20091130
5 UPDATE Instance method Public Method 20091130
Events
Class IF_EPM_BP_CONTACT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_NODE_DATA Public See coding Set of contact node element data 20090512 TT_NODE_DATA type standard table of ty_node_data with default key
2 TY_NODE_DATA Public Type reference (TYPE) SNWD_BPA_CONTACT Contact node element data 20090512
Method Signatures

Method CREATE_BY_PARENT 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 Contact node element data 20091130
2 Exporting ET_PROPERTIES Call by reference Type reference (TYPE) IF_EPM_BO=>TT_PROPERTIES Property Handling: Properties 20091130
3 Exporting EV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20091130
4 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER EPM: Message buffer interface 20091130
5 Importing IV_SOURCE_NODE_KEY Call by reference Type reference (TYPE) IF_EPM_BO=>TY_NODE_KEY Generic Node element key 20091130
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION EPM: API exception class 20091130
2 CX_EPM_SYSTEM_EXCEPTION EPM: System exception class 20091130

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 Set of node element specific operation information 20091130
2 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER EPM: Message buffer interface 20091130
3 Importing IT_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS Set of generic node element keys 20091130
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION EPM: API exception class 20091130
2 CX_EPM_SYSTEM_EXCEPTION EPM: System exception class 20091130

Method NAVIGATE_TO_CONTACT_ADDRESS 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_ADDRESS_HEADER=>TT_NODE_DATA Table of Address headers 20091130
2 Exporting ET_LINK_TABLE Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEY_LINKS Set of association links (source => target node elements) 20091130
3 Exporting ET_PROPERTIES Call by reference Type reference (TYPE) IF_EPM_BO=>TT_PROPERTIES Property Handling: Properties 20091130
4 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER EPM: Message buffer interface 20091130
5 Importing IT_SOURCE_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS Set of generic node element keys 20091130
6 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) IF_EPM_BO=>TY_EDIT_MODE IF_EPM_BO=>GC_READ_ONLY Edit mode of a BO node element 20091130
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION EPM: API exception class 20091201
2 CX_EPM_SYSTEM_EXCEPTION EPM: System exception class 20091201

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 Set of contact node element data 20091130
2 Exporting ET_FAILED_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS Set of generic node element keys 20091130
3 Exporting ET_PROPERTIES Call by reference Type reference (TYPE) IF_EPM_BO=>TT_PROPERTIES Property Handling: Properties 20091130
4 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER EPM: Message buffer interface 20091130
5 Importing IT_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS Set of generic node element keys 20091130
6 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) IF_EPM_BO=>TY_EDIT_MODE IF_EPM_BO=>GC_READ_ONLY Edit mode of a BO node element 20091130
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION EPM: API exception class 20091130
2 CX_EPM_SYSTEM_EXCEPTION EPM: System exception class 20091130

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 Set of node element specific operation information 20091130
2 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER EPM: Message buffer interface 20091130
3 Importing ITH_CHANGED_FIELDS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_CHANGED_FIELDS 20091130
4 Importing IT_DATA Call by reference Type reference (TYPE) TT_NODE_DATA Set of contact node element data 20091130
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION EPM: API exception class 20091130
2 CX_EPM_SYSTEM_EXCEPTION EPM: System exception class 20091130
History
Last changed by/on SAP  20140121 
SAP Release Created in