SAP /SCMTMS/CL_BUPA_ADAPTER OO Class - Master Data Adapter: Business Partner
/SCMTMS/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 /SCMTMS/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 /SCMTMS/IF_MD_ADAPTERMethod list of /SCMTMS/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 |
| CHECK_ADDR_DET | Checks Address determination usage | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>CHECK_ADDR_DET...more details | ||
| CONSTRUCTOR | Constructor of Master Data Adapter class | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>CONSTRUCTOR...more details | ||
| FILTER_INVALID_IATA_BP | Filter BP with IATA CC being not in the validity period | Public |
| CALL METHOD /scmtms/cl_bupa_adapter=>FILTER_INVALID_IATA_BP...more details | ||
| FILTER_INVALID_SCAC_BP | Filter BP with SCAC being not in the validity period | Public |
| CALL METHOD /scmtms/cl_bupa_adapter=>FILTER_INVALID_SCAC_BP...more details | ||
| GET_ALL_BP_BY_SUB_AGNT_HIER | Get all BP via Subsidiary/Agent BP relationship | Public |
| CALL METHOD /scmtms/cl_bupa_adapter=>GET_ALL_BP_BY_SUB_AGNT_HIER...more details | ||
| GET_CMNTM_NODE_IDS | Retrieve Node IDs for the COMMON_TM node | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>GET_CMNTM_NODE_IDS...more details | ||
|
| ||
| GET_CMP_NODE_IDS | Retrieve Node IDs for the COMPANY node | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>GET_CMP_NODE_IDS...more details | ||
| GET_IATA_NODE_IDS | Retrieve Node IDs for the IATA node | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>GET_IATA_NODE_IDS...more details | ||
| GET_INSTANCE | Public | |
| CALL METHOD /scmtms/cl_bupa_adapter=>GET_INSTANCE...more details | ||
| GET_ORGREL_NODE_IDS | Retrieve Node IDs for the ORGANIZATION_REL node | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>GET_ORGREL_NODE_IDS...more details | ||
| GET_ORG_NODE_IDS | Retrieve Node IDs for the ORGANIZATION node | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>GET_ORG_NODE_IDS...more details | ||
| GET_PARENT_NODE_ID | Retrieve Node IDs for the PARENT node | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>GET_PARENT_NODE_ID...more details | ||
| GET_REGIONS_NODE_IDS | Retrieve Node IDs for the SUPPLIED_REGIONS node | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>GET_REGIONS_NODE_IDS...more details | ||
| GET_SCAC_NODE_IDS | Retrieve Node IDs for the SCAC node | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>GET_SCAC_NODE_IDS...more details | ||
| GET_SC_NODE_IDS | Retrieve Node IDs for the node - Carrier Service Code | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>GET_SC_NODE_IDS...more details | ||
| GET_SLC_NODE_IDS | Retrieve Node IDs for the Service Level Code node | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>GET_SLC_NODE_IDS...more details | ||
| GET_TEXT_NODE_IDS | Retrieve Node IDs for the TEXT node | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>GET_TEXT_NODE_IDS...more details | ||
| GET_TSPP_DT_NODE_IDS | Retrieve Node IDs for the DIM_TRANS_COST node | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>GET_TSPP_DT_NODE_IDS...more details | ||
| GET_TSPP_FT_NODE_IDS | Retrieve Node IDs for the FIX_TRANS_COST node | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>GET_TSPP_FT_NODE_IDS...more details | ||
| GET_TSPP_PFG_NODE_IDS | Retrieve Node IDs for the PRODUCT_FREIGHT_GROUP node | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>GET_TSPP_PFG_NODE_IDS...more details | ||
| GET_TSPP_TG_NODE_IDS | Retrieve Node IDs for the TRANSPORT_GROUP node | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>GET_TSPP_TG_NODE_IDS...more details | ||
| GET_TSP_PROFILE_NODE_IDS | Retrieve Node IDs for the TSP_PROFILE node | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>GET_TSP_PROFILE_NODE_IDS...more details | ||
| RETRIEVE | Public | |
| CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE...more details | ||
| RETRIEVE_BY_ASSOCIATION | Public | |
| CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_BY_ASSOCIATION...more details | ||
| RETRIEVE_CMNTM | Retrieve COMMON_TM node data | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_CMNTM...more details | ||
| RETRIEVE_CMP | Retrieve COMPANY node data | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_CMP...more details | ||
| RETRIEVE_IATA | Retrieve IATA node data | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_IATA...more details | ||
| RETRIEVE_ORG | Retrieve ORGANIZATION node data | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_ORG...more details | ||
| RETRIEVE_ORGREL | Retrieve ORGANIZATION_REL node data | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_ORGREL...more details | ||
| RETRIEVE_REGIONS | Retrieve SUPPLIED_REGIONS node data | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_REGIONS...more details | ||
| RETRIEVE_SC | Retrieve data of node - Carrier Service Code | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_SC...more details | ||
| RETRIEVE_SCAC | Retrieve SCAC node data | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_SCAC...more details | ||
| RETRIEVE_SLC | Retrieve Service Level Code node data | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_SLC...more details | ||
| RETRIEVE_TEXT | Retrieve TEXT node data | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_TEXT...more details | ||
| RETRIEVE_TSPP_DT | Call for retrieving DIM_TRANS_COST node attributes | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_TSPP_DT...more details | ||
| RETRIEVE_TSPP_FT | Call for retrieving FIX_TRANS_COST node attributes | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_TSPP_FT...more details | ||
| RETRIEVE_TSPP_PFG | Call for retrieving PRODUCT_FREIGHT_GROUP node attributes | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_TSPP_PFG...more details | ||
| RETRIEVE_TSPP_TG | Call for retrieving TRANSPORT_GROUP node attributes | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_TSPP_TG...more details | ||
| RETRIEVE_TSP_PROFILE | Call for retrieving TSP_PROFILE node attributes | Private |
| CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_TSP_PROFILE...more details | ||
/SCMTMS/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 /SCMTMS/CL_BUPA_ENCODE | Private | |
| MO_TSP_PROFILE_SP | Instance Attribute | Service Provider: TSP Profile | LIKE /SCTM/CL_TSPP_SP | Private | |
| MV_BO_NAME | Instance Attribute | Business Object Name | LIKE /BOBF/OBM_NAME | Private | |
| MV_QUERY | Constant | Name of query in TSP profile service provider | 'QRY_TSPP' | LIKE STRING | Private |
| ST_BUPA_ADAPTER | Static Attribute | Master Data Adapter: Business Partner | LIKE | Private | |
| ST_IATA_MAP | Static Attribute | LIKE TT_IATA_MAP | Private | ||
| ST_SCAC_MAP | Static Attribute | LIKE TT_SCAC_MAP | Private | ||
| ST_SC_MAP | Static Attribute | LIKE TT_SC_MAP | Private | ||
| ST_SLC_MAP | Static Attribute | LIKE TT_SLC_MAP | Private |
/SCMTMS/CL_BUPA_ADAPTER types
TT_BP_MAP -TT_BU_PARTNER -
TT_IATA_MAP -
TT_PARTNER_MIN -
TT_SCAC_MAP -
TT_SC_MAP -
TT_SLC_MAP -
TY_BP_MAP -
TY_IATA_MAP -
TY_PARTNER_MIN -
TY_SCAC_MAP -
TY_SC_MAP -
TY_SLC_MAP -
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects