SAP ABAP Class /BOFU/CL_BUPA_ADAPTER (Master Data Adapter: Business Partner)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
     /BOFU/BUPA_BO (Package) Business Partner BO
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/IF_MD_ADAPTER Master Data Adapter Interface 20090225
Properties
Class /BOFU/CL_BUPA_ADAPTER  
Short Description Master Data Adapter: Business Partner    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOFU/BUPA_BO   Business Partner BO 
Created 20081127   SAP 
Last change 20130531   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 RSDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /BOFU/IF_MD_ADAPTER Master Data Adapter Interface 20090225
Friends
Class /BOFU/CL_BUPA_ADAPTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_BUPA_ENCODE Instance attribute Protected Object reference (TYPE REF TO) /BOFU/CL_BUPA_ENCODE Encoding routines for BUPA Node Ids 20081127
2 MT_ADDRESS_MAPPING Instance attribute Protected Type reference (TYPE) TT_ADDR_MAPPING Address mapping 20081127
3 MT_ADDR_INT Instance attribute Protected Type reference (TYPE) TT_ADDR_INT 20110906
4 MT_ADDR_USAGE Instance attribute Protected Type reference (TYPE) TT_PARTNER_ADDRUSAGE 20110905
5 MT_PARTNER_ORG_GRP Instance attribute Protected Type reference (TYPE) TT_PARTNER_ORG_GRP 20110906
6 MV_BO_NAME Instance attribute Protected Type reference (TYPE) /BOBF/OBM_NAME Business Object Name 20081127
7 MV_NO_BUPA_DESCR Static Attribute Protected Type reference (TYPE) XFELD ABAP_FALSE Checkbox 20110906
8 MV_QUERY Constant Protected Type reference (TYPE) STRING 'QRY_TSPP' Name of query in TSP profile service provider 20081127
9 ST_BUPA_ADAPTER Static Attribute Protected See coding 20090225
Methods
# Method Level Visibility Method type Description Created on
1 ADDRESS_BUPA_MDL_QUERY Instance method Protected Method 20081127
2 CHECK_ADDR_DET Instance method Protected Method Checks Address determination usage 20081127
3 CONSTRUCTOR Instance method Protected Constructor Constructor of Master Data Adapter class 20081127
4 GET_ADDRESSINFO_NODE_IDS Instance method Protected Method Retrieve Node IDs for the ADDRESSINFORMATION node 20081127
5 GET_ADDRESSUSAGE_NODE_IDS Instance method Protected Method Retrieve Node IDs for the ADDRESSUSAGE node 20081127
6 GET_ADDR_DET_PROC_NODE_IDS Instance method Protected Method Retrieve Node IDs for the ADDR_CURR_ADDR_DET_PROC node 20081127
7 GET_ADDR_INF_BY_PTY_ADDR_DET Instance method Protected Method Retrieve Node IDs for the ADDR_CURR_ADDR_DET_PROC node 20081127
8 GET_COMMON_NODE_IDS Instance method Protected Method Retrieve Node IDs for the COMMON node 20081127
9 GET_CPWADR_NODE_IDS Instance method Protected Method Retrieve Node IDs for the RelationshCPWorkplaceAddress node 20081127
10 GET_IDENTIFICATION_NODE_IDS Instance method Protected Method Retrieve Node IDs for the IDENTIFICATION node 20081127
11 GET_INSTANCE Instance method Public Method 20090226
12 GET_PARENT_NODE_ID Instance method Protected Method Retrieve Node IDs for the PARENTnode 20081127
13 GET_RELATIONSHIP_NODE_IDS Instance method Protected Method Retrieve Node IDs for the RELATIONSHIP node 20081127
14 GET_RELCP_NODE_IDS Instance method Protected Method Retrieve Node IDs for the RelationshipContactPerson node 20081127
15 GET_RELSHP_PARENT_NODE_ID Instance method Protected Method 20081127
16 GET_ROLE_NODE_IDS Instance method Protected Method Retrieve Node IDs for the ROLE node 20081127
17 GET_TAX_NUMBER_NODE_IDS Instance method Protected Method Retrieve Node IDs for the TAX_NUMBER node 20081127
18 RELSHP_BUPA_MDL_QUERY Instance method Protected Method 20081127
19 RETRIEVE Instance method Public Method 20090226
20 RETRIEVE_ADDRESS_INFO Instance method Protected Method BAPI Call for retrieving ADDRESS INFROMATION node attributes 20081127
21 RETRIEVE_ADDRESS_USAGE Instance method Protected Method BAPI Call for retrieving ADDRESS USAGE node attributes 20081127
22 RETRIEVE_ADDR_DET_PROC Instance method Protected Method BAPI Call for retrieving ADDRESS Determination node attribut 20081127
23 RETRIEVE_BY_ASSOCIATION Instance method Public Method 20090226
24 RETRIEVE_COMMON Instance method Protected Method BAPI Call for retrieving COMMON node attributes 20081127
25 RETRIEVE_CPWADR Instance method Protected Method BAPI Call for retrieving RelationshCPWorkplaceAddrattributes 20081127
26 RETRIEVE_IDENTIFICATION Instance method Protected Method BAPI Call for retrieving IDENTIFICATION node attributes 20081127
27 RETRIEVE_RELCP Instance method Protected Method BAPI Call for retrieving RelationshipContaP. node attributes 20081127
28 RETRIEVE_RELSHIP Instance method Protected Method MDL Call for retrieving RELATIONSHIP node attributes 20081127
29 RETRIEVE_ROLE Instance method Protected Method BAPI Call for retrieving ROLE node attributes 20081127
30 RETRIEVE_ROOT Instance method Protected Method MDL Call for retrieving root node attributes 20081127
31 RETRIEVE_TAX_NUMBER Instance method Protected Method Call for retrieving TAX_NUMBER node attributes 20081127
32 SET_BUPA_DESCR_READ_MODE Static method Public Method Set pre-read mode for BuPa description (on/off) 20110906
33 STANDARD_BUPA_MDL_QUERY Instance method Protected Method 20081127
Events
Class /BOFU/CL_BUPA_ADAPTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_ADDRESS_INT Protected See coding 20110906 tt_address_int TYPE STANDARD TABLE OF bapibus1006_addresses_int WITH DEFAULT KEY
2 TT_ADDRUSE_TAB Protected See coding 20110905 tt_addruse_tab TYPE STANDARD TABLE OF bapibus1006_addressusage WITH DEFAULT KEY
3 TT_ADDR_INT Protected See coding 20110906 tt_addr_int TYPE SORTED TABLE OF ty_addr_int WITH UNIQUE KEY partner
4 TT_ADDR_MAPPING Protected See coding 20090225 tt_addr_mapping TYPE SORTED TABLE OF ty_addr_mapping WITH UNIQUE KEY addr_id
5 TT_PARTNER_ADDRINFO Protected See coding 20110905 tt_partner_addrinfo TYPE STANDARD TABLE OF ty_partner_addrinfo WITH DEFAULT KEY
6 TT_PARTNER_ADDRUSAGE Protected See coding 20110905 tt_partner_addrusage TYPE SORTED TABLE OF ty_partner_addrusage WITH UNIQUE KEY partner address_guid
7 TT_PARTNER_MIN Public See coding 20110901 tt_partner_min TYPE STANDARD TABLE OF ty_partner_min
8 TT_PARTNER_ORG_GRP Protected See coding 20110906 tt_partner_org_grp TYPE SORTED TABLE OF ty_partner_org_grp WITH UNIQUE KEY partner validto
9 TT_PARTNER_REL Protected See coding 20110905 tt_partner_rel TYPE STANDARD TABLE OF ty_partner_rel WITH NON-UNIQUE SORTED KEY partner COMPONENTS partner
10 TT_PARTNER_ROLE Protected See coding 20110905 tt_partner_role TYPE STANDARD TABLE OF ty_partner_role
11 TT_PARTNER_TAX Protected See coding 20110905 tt_partner_tax TYPE STANDARD TABLE OF ty_partner_tax
12 TT_PARTNER_VAL Protected See coding 20110905 tt_partner_val TYPE STANDARD TABLE OF ty_partner_val WITH DEFAULT KEY
13 TY_ADDR_INT Protected See coding 20110906 BEGIN OF ty_addr_int, partner TYPE bu_partner, addr_int TYPE tt_address_int, END OF ty_addr_int
14 TY_ADDR_MAPPING Protected See coding 20090225 BEGIN OF ty_addr_mapping, addr_id TYPE /bofu/address_id, node_id TYPE /bofu/bo_node_id, END OF ty_addr_mapping
15 TY_BUPA_ADAPTER Protected See coding 20090225 BEGIN OF ty_bupa_adapter, bo_name TYPE /bobf/obm_name, adapter_class TYPE REF TO /bofu/if_md_adapter, END OF ty_bupa_adapter
16 TY_PARTNER_ADDRINFO Protected See coding 20110905 BEGIN OF ty_partner_addrinfo, partner_guid TYPE /bofu/cl_bupa_scmb_plugin=>/scmb/mdl_partner_id, partner TYPE bu_partner, addr_info TYPE /bofu/cl_bupa_scmb_plugin=>/scmb/mdl_partner_addrinfo_tab, END OF ty_partner_addrinfo
17 TY_PARTNER_ADDRUSAGE Protected See coding 20110905 BEGIN OF ty_partner_addrusage, partner TYPE bu_partner, address_guid TYPE sysuuid_c, addr_usage TYPE tt_addruse_tab, END OF ty_partner_addrusage
18 TY_PARTNER_MIN Public See coding 20110901 BEGIN OF ty_partner_min, partner_guid TYPE /bofu/cl_bupa_scmb_plugin=>/scmb/mdl_partner_id, partner TYPE bu_partner, END OF ty_partner_min
19 TY_PARTNER_ORG_GRP Protected See coding 20110906 BEGIN OF ty_partner_org_grp, partner TYPE bu_partner, validto TYPE bu_central_valid_to, s_central_org TYPE bapibus1006_central_organ, s_central_grp TYPE bapibus1006_central_group, END OF ty_partner_org_grp
20 TY_PARTNER_REL Protected See coding 20110905 BEGIN OF ty_partner_rel, partner TYPE bu_partner, partner_guid TYPE /bofu/cl_bupa_scmb_plugin=>/scmb/mdl_partner_id, relationships TYPE /bofu/cl_bupa_scmb_plugin=>/scmb/mdl_partner_rel_tab, END OF ty_partner_rel
21 TY_PARTNER_ROLE Protected See coding 20110905 BEGIN OF ty_partner_role, partner TYPE bu_partner, partner_guid TYPE /bofu/cl_bupa_scmb_plugin=>/scmb/mdl_partner_id, roles TYPE /bofu/cl_bupa_scmb_plugin=>/scmb/mdl_partner_roles_tab, END OF ty_partner_role
22 TY_PARTNER_TAX Protected See coding 20110905 BEGIN OF ty_partner_tax, partner TYPE bu_partner, partner_guid TYPE /bofu/cl_bupa_scmb_plugin=>/scmb/mdl_partner_id, taxes TYPE /bofu/cl_bupa_scmb_plugin=>/scmb/mdl_partner_tax_tab, END OF ty_partner_tax
23 TY_PARTNER_VAL Protected See coding 20110905 BEGIN OF ty_partner_val, partner_guid TYPE /bofu/cl_bupa_scmb_plugin=>/scmb/mdl_partner_id, partner TYPE bu_partner, validity TYPE bus000_validity, END OF ty_partner_val
Method Signatures

Method ADDRESS_BUPA_MDL_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface of Message Object 20081127
2 Exporting ES_QUERY_INFO Call by reference Type reference (TYPE) /BOBF/S_FRW_QUERY_INFO Query Information 20081127
3 Exporting ET_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Node IDTable 20081127
4 Importing IS_CTX Call by reference Type reference (TYPE) /BOBF/S_FRW_CTX_QUERY Context Information for Queries 20081127
5 Importing IS_QUERY_OPTIONS Call by reference Type reference (TYPE) /BOBF/S_FRW_QUERY_OPTIONS Query Options 20081127
6 Importing IT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) /BOBF/T_FRW_QUERY_SELPARAM Query Selection Parameters 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method CHECK_ADDR_DET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ADDR_DET_PROC_REL Call by reference Type reference (TYPE) /BOFU/ADDR_DET_PRC_REL_CD AddressDeterminationProcesseRelevanceCode (GDT) 20081127
2 Exporting EV_STD_ADR_CHECK Call by reference Type reference (TYPE) BU_XDFADR Indicator: Address is standard address 20081127
3 Importing IV_ADDRESS_GUID Call by reference Type reference (TYPE) BU_ADDRESS_GUID_BAPI GUID of a BP Address in CHAR 32 Format for BAPIs 20081127
4 Importing IV_OPERATION Call by reference Type reference (TYPE) BU_OPERATION Transaction for BP Address Determination 20081127
5 Importing IV_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Business Partner Number 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_BO_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME BO Name 20081127

Method CONSTRUCTOR on class /BOFU/CL_BUPA_ADAPTER has no exception.

Method GET_ADDRESSINFO_NODE_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID The list of source IDs that could not be processed 20081127
2 Exporting ET_LINKS Call by reference Type reference (TYPE) /BOFU/T_ASSOCIATION_LINK The mapping between source node ids and target node ids 20081127
3 Importing IN_ASSOCIATION_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081127
4 Importing IT_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID The node ids, for which the association should be followed 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method GET_ADDRESSUSAGE_NODE_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID The list of source IDs that could not be processed 20081127
2 Exporting ET_LINKS Call by reference Type reference (TYPE) /BOFU/T_ASSOCIATION_LINK The mapping between source node ids and target node ids 20081127
3 Importing IT_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID The node ids, for which the association should be followed 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER Business Partner Master Data Adapter Errors 20110902

Method GET_ADDR_DET_PROC_NODE_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
2 Exporting ET_LINKS Call by reference Type reference (TYPE) /BOFU/T_ASSOCIATION_LINK SESF_ASSOCIATION_LINK_TAB 20081127
3 Importing IT_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method GET_ADDR_INF_BY_PTY_ADDR_DET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
2 Exporting ET_LINKS Call by reference Type reference (TYPE) /BOFU/T_ASSOCIATION_LINK SESF_ASSOCIATION_LINK_TAB 20081127
3 Importing IS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20081127
4 Importing IT_FILTERED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20081127
5 Importing IT_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method GET_COMMON_NODE_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID The list of source IDs that could not be processed 20081127
2 Exporting ET_LINKS Call by reference Type reference (TYPE) /BOFU/T_ASSOCIATION_LINK The mapping between source node ids and target node ids 20081127
3 Importing IT_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID The node ids, for which the association should be followed 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method GET_CPWADR_NODE_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID The list of source IDs that could not be processed 20081127
2 Exporting ET_LINKS Call by reference Type reference (TYPE) /BOFU/T_ASSOCIATION_LINK The mapping between source node ids and target node ids 20081127
3 Importing IT_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID The node ids, for which the association should be followed 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER Business Partner Master Data Adapter Errors 20110902

Method GET_IDENTIFICATION_NODE_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID The list of source IDs that could not be processed 20081127
2 Exporting ET_LINKS Call by reference Type reference (TYPE) /BOFU/T_ASSOCIATION_LINK The mapping between source node ids and target node ids 20081127
3 Importing IT_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID The node ids, for which the association should be followed 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method GET_INSTANCE Signature

Method GET_INSTANCE on class /BOFU/CL_BUPA_ADAPTER has no parameter.
Method GET_INSTANCE on class /BOFU/CL_BUPA_ADAPTER has no exception.

Method GET_PARENT_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
2 Exporting ET_LINKS Call by reference Type reference (TYPE) /BOFU/T_ASSOCIATION_LINK SESF_ASSOCIATION_LINK_TAB 20081127
3 Importing IT_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
4 Importing IV_SOURCE_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081205

Method GET_RELATIONSHIP_NODE_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID The list of source IDs that could not be processed 20081127
2 Exporting ET_LINKS Call by reference Type reference (TYPE) /BOFU/T_ASSOCIATION_LINK The mapping between source node ids and target node ids 20081127
3 Importing IT_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID The node ids, for which the association should be followed 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER Business Partner Master Data Adapter Errors 20110902

Method GET_RELCP_NODE_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID The list of source IDs that could not be processed 20081127
2 Exporting ET_LINKS Call by reference Type reference (TYPE) /BOFU/T_ASSOCIATION_LINK The mapping between source node ids and target node ids 20081127
3 Importing IT_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID The node ids, for which the association should be followed 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER Business Partner Master Data Adapter Errors 20110902

Method GET_RELSHP_PARENT_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
2 Exporting ET_LINKS Call by reference Type reference (TYPE) /BOFU/T_ASSOCIATION_LINK SESF_ASSOCIATION_LINK_TAB 20081127
3 Importing IT_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081205

Method GET_ROLE_NODE_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID The list of source IDs that could not be processed 20081127
2 Exporting ET_LINKS Call by reference Type reference (TYPE) /BOFU/T_ASSOCIATION_LINK The mapping between source node ids and target node ids 20081127
3 Importing IT_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID The node ids, for which the association should be followed 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method GET_TAX_NUMBER_NODE_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID The list of source IDs that could not be processed 20081127
2 Exporting ET_LINKS Call by reference Type reference (TYPE) /BOFU/T_ASSOCIATION_LINK The mapping between source node ids and target node ids 20081127
3 Importing IT_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID The node ids, for which the association should be followed 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method RELSHP_BUPA_MDL_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface of Message Object 20081127
2 Exporting ES_QUERY_INFO Call by reference Type reference (TYPE) /BOBF/S_FRW_QUERY_INFO Query Information 20081127
3 Exporting ET_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Node IDTable 20081127
4 Importing IS_CTX Call by reference Type reference (TYPE) /BOBF/S_FRW_CTX_QUERY Context Information for Queries 20081127
5 Importing IS_QUERY_OPTIONS Call by reference Type reference (TYPE) /BOBF/S_FRW_QUERY_OPTIONS Query Options 20081127
6 Importing IT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) /BOBF/T_FRW_QUERY_SELPARAM Query Selection Parameters 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method RETRIEVE Signature

Method RETRIEVE on class /BOFU/CL_BUPA_ADAPTER has no parameter.
Method RETRIEVE on class /BOFU/CL_BUPA_ADAPTER has no exception.

Method RETRIEVE_ADDRESS_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
2 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081127
3 Exporting OUT_DATA Call by reference Type reference (TYPE) /BOFU/T_OUT_DATA_ADP Result Data table definition for the Master Data Adapter 20081127
4 Exporting OUT_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method RETRIEVE_ADDRESS_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
2 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081127
3 Exporting OUT_DATA Call by reference Type reference (TYPE) /BOFU/T_OUT_DATA_ADP Result Data table definition for the Master Data Adapter 20081127
4 Exporting OUT_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method RETRIEVE_ADDR_DET_PROC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
2 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081127
3 Exporting OUT_DATA Call by reference Type reference (TYPE) /BOFU/T_OUT_DATA_ADP Result Data table definition for the Master Data Adapter 20081127
4 Exporting OUT_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method RETRIEVE_BY_ASSOCIATION Signature

Method RETRIEVE_BY_ASSOCIATION on class /BOFU/CL_BUPA_ADAPTER has no parameter.
Method RETRIEVE_BY_ASSOCIATION on class /BOFU/CL_BUPA_ADAPTER has no exception.

Method RETRIEVE_COMMON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
2 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081127
3 Exporting OUT_DATA Call by reference Type reference (TYPE) /BOFU/T_OUT_DATA_ADP Result Data table definition for the Master Data Adapter 20081127
4 Exporting OUT_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method RETRIEVE_CPWADR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
2 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081127
3 Exporting OUT_DATA Call by reference Type reference (TYPE) /BOFU/T_OUT_DATA_ADP Result Data table definition for the Master Data Adapter 20081127
4 Exporting OUT_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method RETRIEVE_IDENTIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
2 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081127
3 Exporting OUT_DATA Call by reference Type reference (TYPE) /BOFU/T_OUT_DATA_ADP Result Data table definition for the Master Data Adapter 20081127
4 Exporting OUT_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method RETRIEVE_RELCP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
2 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081127
3 Exporting OUT_DATA Call by reference Type reference (TYPE) /BOFU/T_OUT_DATA_ADP Result Data table definition for the Master Data Adapter 20081127
4 Exporting OUT_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method RETRIEVE_RELSHIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
2 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081127
3 Exporting OUT_DATA Call by reference Type reference (TYPE) /BOFU/T_OUT_DATA_ADP Result Data table definition for the Master Data Adapter 20081127
4 Exporting OUT_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method RETRIEVE_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
2 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081127
3 Exporting OUT_DATA Call by reference Type reference (TYPE) /BOFU/T_OUT_DATA_ADP Result Data table definition for the Master Data Adapter 20081127
4 Exporting OUT_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method RETRIEVE_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
2 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081127
3 Exporting OUT_DATA Call by reference Type reference (TYPE) /BOFU/T_OUT_DATA_ADP The result of this request 20081127
4 Exporting OUT_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Table of SESF_BO_NODE_ID 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method RETRIEVE_TAX_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID 20081127
2 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081127
3 Exporting OUT_DATA Call by reference Type reference (TYPE) /BOFU/T_OUT_DATA_ADP Result Data table definition for the Master Data Adapter 20081127
4 Exporting OUT_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method SET_BUPA_DESCR_READ_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_READ_BUPA_DESCRIPTION Call by reference Type reference (TYPE) XFELD Read bupa descr. or not 20110906

Method SET_BUPA_DESCR_READ_MODE on class /BOFU/CL_BUPA_ADAPTER has no exception.

Method STANDARD_BUPA_MDL_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface of Message Object 20081127
2 Exporting ES_QUERY_INFO Call by reference Type reference (TYPE) /BOBF/S_FRW_QUERY_INFO Query Information 20081127
3 Exporting ET_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID Node IDTable 20081127
4 Importing IS_CTX Call by reference Type reference (TYPE) /BOBF/S_FRW_CTX_QUERY Context Information for Queries 20081127
5 Importing IS_QUERY_OPTIONS Call by reference Type reference (TYPE) /BOBF/S_FRW_QUERY_OPTIONS Query Options 20081127
6 Importing IT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) /BOBF/T_FRW_QUERY_SELPARAM Query Selection Parameters 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127
History
Last changed by/on SAP  20130531 
SAP Release Created in 701