SAP /BOFU/CL_BUPA_ADAPTER OO Class - Master Data Adapter: Business Partner
/BOFU/CL_BUPA_ADAPTER is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BOFU/CL_BUPA_ADAPTER including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOFU/IF_MD_ADAPTERMethod list of /BOFU/CL_BUPA_ADAPTER SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| ADDRESS_BUPA_MDL_QUERY | Protected | |
| CALL METHOD /bofu/cl_bupa_adapter=>ADDRESS_BUPA_MDL_QUERY...more details | ||
| CHECK_ADDR_DET | Checks Address determination usage | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>CHECK_ADDR_DET...more details | ||
| CONSTRUCTOR | Constructor of Master Data Adapter class | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>CONSTRUCTOR...more details | ||
| GET_ADDRESSINFO_NODE_IDS | Retrieve Node IDs for the ADDRESSINFORMATION node | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>GET_ADDRESSINFO_NODE_IDS...more details | ||
| GET_ADDRESSUSAGE_NODE_IDS | Retrieve Node IDs for the ADDRESSUSAGE node | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>GET_ADDRESSUSAGE_NODE_IDS...more details | ||
| GET_ADDR_DET_PROC_NODE_IDS | Retrieve Node IDs for the ADDR_CURR_ADDR_DET_PROC node | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>GET_ADDR_DET_PROC_NODE_IDS...more details | ||
|
| ||
| GET_ADDR_INF_BY_PTY_ADDR_DET | Retrieve Node IDs for the ADDR_CURR_ADDR_DET_PROC node | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>GET_ADDR_INF_BY_PTY_ADDR_DET...more details | ||
| GET_COMMON_NODE_IDS | Retrieve Node IDs for the COMMON node | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>GET_COMMON_NODE_IDS...more details | ||
| GET_CPWADR_NODE_IDS | Retrieve Node IDs for the RelationshCPWorkplaceAddress node | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>GET_CPWADR_NODE_IDS...more details | ||
| GET_IDENTIFICATION_NODE_IDS | Retrieve Node IDs for the IDENTIFICATION node | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>GET_IDENTIFICATION_NODE_IDS...more details | ||
| GET_INSTANCE | Public | |
| CALL METHOD /bofu/cl_bupa_adapter=>GET_INSTANCE...more details | ||
| GET_PARENT_NODE_ID | Retrieve Node IDs for the PARENTnode | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>GET_PARENT_NODE_ID...more details | ||
| GET_RELATIONSHIP_NODE_IDS | Retrieve Node IDs for the RELATIONSHIP node | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>GET_RELATIONSHIP_NODE_IDS...more details | ||
| GET_RELCP_NODE_IDS | Retrieve Node IDs for the RelationshipContactPerson node | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>GET_RELCP_NODE_IDS...more details | ||
| GET_RELSHP_PARENT_NODE_ID | Protected | |
| CALL METHOD /bofu/cl_bupa_adapter=>GET_RELSHP_PARENT_NODE_ID...more details | ||
| GET_ROLE_NODE_IDS | Retrieve Node IDs for the ROLE node | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>GET_ROLE_NODE_IDS...more details | ||
| GET_TAX_NUMBER_NODE_IDS | Retrieve Node IDs for the TAX_NUMBER node | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>GET_TAX_NUMBER_NODE_IDS...more details | ||
| RELSHP_BUPA_MDL_QUERY | Protected | |
| CALL METHOD /bofu/cl_bupa_adapter=>RELSHP_BUPA_MDL_QUERY...more details | ||
| RETRIEVE | Public | |
| CALL METHOD /bofu/cl_bupa_adapter=>RETRIEVE...more details | ||
| RETRIEVE_ADDRESS_INFO | BAPI Call for retrieving ADDRESS INFROMATION node attributes | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>RETRIEVE_ADDRESS_INFO...more details | ||
| RETRIEVE_ADDRESS_USAGE | BAPI Call for retrieving ADDRESS USAGE node attributes | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>RETRIEVE_ADDRESS_USAGE...more details | ||
| RETRIEVE_ADDR_DET_PROC | BAPI Call for retrieving ADDRESS Determination node attribut | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>RETRIEVE_ADDR_DET_PROC...more details | ||
| RETRIEVE_BY_ASSOCIATION | Public | |
| CALL METHOD /bofu/cl_bupa_adapter=>RETRIEVE_BY_ASSOCIATION...more details | ||
| RETRIEVE_COMMON | BAPI Call for retrieving COMMON node attributes | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>RETRIEVE_COMMON...more details | ||
| RETRIEVE_CPWADR | BAPI Call for retrieving RelationshCPWorkplaceAddrattributes | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>RETRIEVE_CPWADR...more details | ||
| RETRIEVE_IDENTIFICATION | BAPI Call for retrieving IDENTIFICATION node attributes | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>RETRIEVE_IDENTIFICATION...more details | ||
| RETRIEVE_RELCP | BAPI Call for retrieving RelationshipContaP. node attributes | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>RETRIEVE_RELCP...more details | ||
| RETRIEVE_RELSHIP | MDL Call for retrieving RELATIONSHIP node attributes | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>RETRIEVE_RELSHIP...more details | ||
| RETRIEVE_ROLE | BAPI Call for retrieving ROLE node attributes | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>RETRIEVE_ROLE...more details | ||
| RETRIEVE_ROOT | MDL Call for retrieving root node attributes | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>RETRIEVE_ROOT...more details | ||
| RETRIEVE_TAX_NUMBER | Call for retrieving TAX_NUMBER node attributes | Protected |
| CALL METHOD /bofu/cl_bupa_adapter=>RETRIEVE_TAX_NUMBER...more details | ||
| SET_BUPA_DESCR_READ_MODE | Set pre-read mode for BuPa description (on/off) | Public |
| CALL METHOD /bofu/cl_bupa_adapter=>SET_BUPA_DESCR_READ_MODE...more details | ||
| STANDARD_BUPA_MDL_QUERY | Protected | |
| CALL METHOD /bofu/cl_bupa_adapter=>STANDARD_BUPA_MDL_QUERY...more details | ||
/BOFU/CL_BUPA_ADAPTER attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| MO_BUPA_ENCODE | Instance Attribute | Encoding routines for BUPA Node Ids | LIKE /BOFU/CL_BUPA_ENCODE | Protected | |
| MT_ADDRESS_MAPPING | Instance Attribute | Address mapping | LIKE TT_ADDR_MAPPING | Protected | |
| MT_ADDR_INT | Instance Attribute | LIKE TT_ADDR_INT | Protected | ||
| MT_ADDR_USAGE | Instance Attribute | LIKE TT_PARTNER_ADDRUSAGE | Protected | ||
| MT_PARTNER_ORG_GRP | Instance Attribute | LIKE TT_PARTNER_ORG_GRP | Protected | ||
| MV_BO_NAME | Instance Attribute | Business Object Name | LIKE /BOBF/OBM_NAME | Protected | |
| MV_NO_BUPA_DESCR | Static Attribute | Checkbox | ABAP_FALSE | LIKE XFELD | Protected |
| MV_QUERY | Constant | Name of query in TSP profile service provider | 'QRY_TSPP' | LIKE STRING | Protected |
| ST_BUPA_ADAPTER | Static Attribute | LIKE | Protected |
/BOFU/CL_BUPA_ADAPTER types
TT_ADDRESS_INT -TT_ADDRUSE_TAB -
TT_ADDR_INT -
TT_ADDR_MAPPING -
TT_PARTNER_ADDRINFO -
TT_PARTNER_ADDRUSAGE -
TT_PARTNER_MIN -
TT_PARTNER_ORG_GRP -
TT_PARTNER_REL -
TT_PARTNER_ROLE -
TT_PARTNER_TAX -
TT_PARTNER_VAL -
TY_ADDR_INT -
TY_ADDR_MAPPING -
TY_BUPA_ADAPTER -
TY_PARTNER_ADDRINFO -
TY_PARTNER_ADDRUSAGE -
TY_PARTNER_MIN -
TY_PARTNER_ORG_GRP -
TY_PARTNER_REL -
TY_PARTNER_ROLE -
TY_PARTNER_TAX -
TY_PARTNER_VAL -
Links to Related Class(s)
/BOFU/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects