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_ADAPTER

Method 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 NameDescriptionVisability
CHECK_ADDR_DETChecks Address determination usagePrivate
CALL METHOD /scmtms/cl_bupa_adapter=>CHECK_ADDR_DET...more details

CONSTRUCTORConstructor of Master Data Adapter classPrivate
CALL METHOD /scmtms/cl_bupa_adapter=>CONSTRUCTOR...more details

FILTER_INVALID_IATA_BPFilter BP with IATA CC being not in the validity periodPublic
CALL METHOD /scmtms/cl_bupa_adapter=>FILTER_INVALID_IATA_BP...more details

FILTER_INVALID_SCAC_BPFilter BP with SCAC being not in the validity periodPublic
CALL METHOD /scmtms/cl_bupa_adapter=>FILTER_INVALID_SCAC_BP...more details

GET_ALL_BP_BY_SUB_AGNT_HIERGet all BP via Subsidiary/Agent BP relationshipPublic
CALL METHOD /scmtms/cl_bupa_adapter=>GET_ALL_BP_BY_SUB_AGNT_HIER...more details

GET_CMNTM_NODE_IDSRetrieve Node IDs for the COMMON_TM nodePrivate
CALL METHOD /scmtms/cl_bupa_adapter=>GET_CMNTM_NODE_IDS...more details

GET_CMP_NODE_IDSRetrieve Node IDs for the COMPANY nodePrivate
CALL METHOD /scmtms/cl_bupa_adapter=>GET_CMP_NODE_IDS...more details

GET_IATA_NODE_IDSRetrieve Node IDs for the IATA nodePrivate
CALL METHOD /scmtms/cl_bupa_adapter=>GET_IATA_NODE_IDS...more details

GET_INSTANCEPublic
CALL METHOD /scmtms/cl_bupa_adapter=>GET_INSTANCE...more details

GET_ORGREL_NODE_IDSRetrieve Node IDs for the ORGANIZATION_REL nodePrivate
CALL METHOD /scmtms/cl_bupa_adapter=>GET_ORGREL_NODE_IDS...more details

GET_ORG_NODE_IDSRetrieve Node IDs for the ORGANIZATION nodePrivate
CALL METHOD /scmtms/cl_bupa_adapter=>GET_ORG_NODE_IDS...more details

GET_PARENT_NODE_IDRetrieve Node IDs for the PARENT nodePrivate
CALL METHOD /scmtms/cl_bupa_adapter=>GET_PARENT_NODE_ID...more details

GET_REGIONS_NODE_IDSRetrieve Node IDs for the SUPPLIED_REGIONS nodePrivate
CALL METHOD /scmtms/cl_bupa_adapter=>GET_REGIONS_NODE_IDS...more details

GET_SCAC_NODE_IDSRetrieve Node IDs for the SCAC nodePrivate
CALL METHOD /scmtms/cl_bupa_adapter=>GET_SCAC_NODE_IDS...more details

GET_SC_NODE_IDSRetrieve Node IDs for the node - Carrier Service CodePrivate
CALL METHOD /scmtms/cl_bupa_adapter=>GET_SC_NODE_IDS...more details

GET_SLC_NODE_IDSRetrieve Node IDs for the Service Level Code nodePrivate
CALL METHOD /scmtms/cl_bupa_adapter=>GET_SLC_NODE_IDS...more details

GET_TEXT_NODE_IDSRetrieve Node IDs for the TEXT nodePrivate
CALL METHOD /scmtms/cl_bupa_adapter=>GET_TEXT_NODE_IDS...more details

GET_TSPP_DT_NODE_IDSRetrieve Node IDs for the DIM_TRANS_COST nodePrivate
CALL METHOD /scmtms/cl_bupa_adapter=>GET_TSPP_DT_NODE_IDS...more details

GET_TSPP_FT_NODE_IDSRetrieve Node IDs for the FIX_TRANS_COST nodePrivate
CALL METHOD /scmtms/cl_bupa_adapter=>GET_TSPP_FT_NODE_IDS...more details

GET_TSPP_PFG_NODE_IDSRetrieve Node IDs for the PRODUCT_FREIGHT_GROUP nodePrivate
CALL METHOD /scmtms/cl_bupa_adapter=>GET_TSPP_PFG_NODE_IDS...more details

GET_TSPP_TG_NODE_IDSRetrieve Node IDs for the TRANSPORT_GROUP nodePrivate
CALL METHOD /scmtms/cl_bupa_adapter=>GET_TSPP_TG_NODE_IDS...more details

GET_TSP_PROFILE_NODE_IDSRetrieve Node IDs for the TSP_PROFILE nodePrivate
CALL METHOD /scmtms/cl_bupa_adapter=>GET_TSP_PROFILE_NODE_IDS...more details

RETRIEVEPublic
CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE...more details

RETRIEVE_BY_ASSOCIATIONPublic
CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_BY_ASSOCIATION...more details

RETRIEVE_CMNTMRetrieve COMMON_TM node dataPrivate
CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_CMNTM...more details

RETRIEVE_CMPRetrieve COMPANY node dataPrivate
CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_CMP...more details

RETRIEVE_IATARetrieve IATA node dataPrivate
CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_IATA...more details

RETRIEVE_ORGRetrieve ORGANIZATION node dataPrivate
CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_ORG...more details

RETRIEVE_ORGRELRetrieve ORGANIZATION_REL node dataPrivate
CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_ORGREL...more details

RETRIEVE_REGIONSRetrieve SUPPLIED_REGIONS node dataPrivate
CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_REGIONS...more details

RETRIEVE_SCRetrieve data of node - Carrier Service CodePrivate
CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_SC...more details

RETRIEVE_SCACRetrieve SCAC node dataPrivate
CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_SCAC...more details

RETRIEVE_SLCRetrieve Service Level Code node dataPrivate
CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_SLC...more details

RETRIEVE_TEXTRetrieve TEXT node dataPrivate
CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_TEXT...more details

RETRIEVE_TSPP_DTCall for retrieving DIM_TRANS_COST node attributesPrivate
CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_TSPP_DT...more details

RETRIEVE_TSPP_FTCall for retrieving FIX_TRANS_COST node attributesPrivate
CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_TSPP_FT...more details

RETRIEVE_TSPP_PFGCall for retrieving PRODUCT_FREIGHT_GROUP node attributesPrivate
CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_TSPP_PFG...more details

RETRIEVE_TSPP_TGCall for retrieving TRANSPORT_GROUP node attributesPrivate
CALL METHOD /scmtms/cl_bupa_adapter=>RETRIEVE_TSPP_TG...more details

RETRIEVE_TSP_PROFILECall for retrieving TSP_PROFILE node attributesPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MO_BUPA_ENCODEInstance AttributeEncoding routines for BUPA Node IdsLIKE
/SCMTMS/CL_BUPA_ENCODE
Private
MO_TSP_PROFILE_SPInstance AttributeService Provider: TSP ProfileLIKE
/SCTM/CL_TSPP_SP
Private
MV_BO_NAMEInstance AttributeBusiness Object NameLIKE
/BOBF/OBM_NAME
Private
MV_QUERYConstantName of query in TSP profile service provider'QRY_TSPP'LIKE
STRING
Private
ST_BUPA_ADAPTERStatic AttributeMaster Data Adapter: Business PartnerLIKE
Private
ST_IATA_MAPStatic AttributeLIKE
TT_IATA_MAP
Private
ST_SCAC_MAPStatic AttributeLIKE
TT_SCAC_MAP
Private
ST_SC_MAPStatic AttributeLIKE
TT_SC_MAP
Private
ST_SLC_MAPStatic AttributeLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!