SAP /SCMTMS/CL_BUPA_ENCODE OO Class - Encoding Routines for BUPA Node IDs









/SCMTMS/CL_BUPA_ENCODE 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_ENCODE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of /SCMTMS/CL_BUPA_ENCODE 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
DECODE_COMMON_TM_NODE_IDDecodes NodeID for BUPA node COMMON_TMPublic
CALL METHOD /scmtms/cl_bupa_encode=>DECODE_COMMON_TM_NODE_ID...more details

DECODE_COMPANY_NODE_IDDecodes NodeID for BUPA node COMPANYPublic
CALL METHOD /scmtms/cl_bupa_encode=>DECODE_COMPANY_NODE_ID...more details

DECODE_IATA_NODE_IDDecodes NodeID for BUPA node IATAPublic
CALL METHOD /scmtms/cl_bupa_encode=>DECODE_IATA_NODE_ID...more details

DECODE_ORGANIZATION_NODE_IDDecodes NodeID for BUPA node ORGANIZATIONPublic
CALL METHOD /scmtms/cl_bupa_encode=>DECODE_ORGANIZATION_NODE_ID...more details

DECODE_ORG_REL_NODE_IDDecodes NodeID for BUPA node ORGANIZATION_RELPublic
CALL METHOD /scmtms/cl_bupa_encode=>DECODE_ORG_REL_NODE_ID...more details

DECODE_REGIONS_NODE_IDDecodes NodeID for BUPA node SUPPLIED_REGIONSPublic
CALL METHOD /scmtms/cl_bupa_encode=>DECODE_REGIONS_NODE_ID...more details

DECODE_SCAC_NODE_IDDecodes NodeID for BUPA node SCACPublic
CALL METHOD /scmtms/cl_bupa_encode=>DECODE_SCAC_NODE_ID...more details

DECODE_SC_NODE_IDDecodes NodeID for BUPA node - Service CodePublic
CALL METHOD /scmtms/cl_bupa_encode=>DECODE_SC_NODE_ID...more details

DECODE_SLC_NODE_IDDecodes NodeID for BUPA node Service Level CodePublic
CALL METHOD /scmtms/cl_bupa_encode=>DECODE_SLC_NODE_ID...more details

DECODE_TEXT_NODE_IDDecodes NodeID for BUPA node TEXTPublic
CALL METHOD /scmtms/cl_bupa_encode=>DECODE_TEXT_NODE_ID...more details

DECODE_TSPP_DT_NODE_IDDecodes NodeID for BUPA node DIM_TRANS_COSTPublic
CALL METHOD /scmtms/cl_bupa_encode=>DECODE_TSPP_DT_NODE_ID...more details

DECODE_TSPP_FT_NODE_IDDecodes NodeID for BUPA node FIX_TRANS_COSTPublic
CALL METHOD /scmtms/cl_bupa_encode=>DECODE_TSPP_FT_NODE_ID...more details

DECODE_TSPP_PFG_NODE_IDDecodes NodeID for BUPA node PRODUCT_FREIGHT_GROUPPublic
CALL METHOD /scmtms/cl_bupa_encode=>DECODE_TSPP_PFG_NODE_ID...more details

DECODE_TSPP_TG_NODE_IDDecodes NodeID for BUPA node TRANSPORT_GROUPPublic
CALL METHOD /scmtms/cl_bupa_encode=>DECODE_TSPP_TG_NODE_ID...more details

DECODE_TSP_PROFILE_NODE_IDDecodes NodeID for BUPA node TSP_PROFILEPublic
CALL METHOD /scmtms/cl_bupa_encode=>DECODE_TSP_PROFILE_NODE_ID...more details

ENCODE_COMMON_TM_NODE_IDBuilds NodeID for BUPA node COMMON_TMPublic
CALL METHOD /scmtms/cl_bupa_encode=>ENCODE_COMMON_TM_NODE_ID...more details

ENCODE_COMPANY_NODE_IDBuilds NodeID for BUPA node COMPANYPublic
CALL METHOD /scmtms/cl_bupa_encode=>ENCODE_COMPANY_NODE_ID...more details

ENCODE_IATA_NODE_IDBuilds NodeID for BUPA node IATAPublic
CALL METHOD /scmtms/cl_bupa_encode=>ENCODE_IATA_NODE_ID...more details

ENCODE_ORGANIZATION_NODE_IDBuilds NodeID for BUPA node ORGANIZATIONPublic
CALL METHOD /scmtms/cl_bupa_encode=>ENCODE_ORGANIZATION_NODE_ID...more details

ENCODE_ORG_REL_NODE_IDBuilds NodeID for BUPA node ORGANIZATION_RELPublic
CALL METHOD /scmtms/cl_bupa_encode=>ENCODE_ORG_REL_NODE_ID...more details

ENCODE_REGIONS_NODE_IDBuilds NodeID for BUPA node SUPPLIED_REGIONSPublic
CALL METHOD /scmtms/cl_bupa_encode=>ENCODE_REGIONS_NODE_ID...more details

ENCODE_SCAC_NODE_IDBuilds NodeID for BUPA node SCACPublic
CALL METHOD /scmtms/cl_bupa_encode=>ENCODE_SCAC_NODE_ID...more details

ENCODE_SC_NODE_IDBuilds NodeID for BUPA node - Service CodePublic
CALL METHOD /scmtms/cl_bupa_encode=>ENCODE_SC_NODE_ID...more details

ENCODE_SLC_NODE_IDBuilds NodeID for BUPA node SLCPublic
CALL METHOD /scmtms/cl_bupa_encode=>ENCODE_SLC_NODE_ID...more details

ENCODE_TEXT_NODE_IDBuilds NodeID for BUPA node TEXTPublic
CALL METHOD /scmtms/cl_bupa_encode=>ENCODE_TEXT_NODE_ID...more details

ENCODE_TSPP_DT_NODE_IDBuilds NodeID for BUPA node DIM_TRANS_COSTPublic
CALL METHOD /scmtms/cl_bupa_encode=>ENCODE_TSPP_DT_NODE_ID...more details

ENCODE_TSPP_FT_NODE_IDBuilds NodeID for BUPA node FIX_TRANS_COSTPublic
CALL METHOD /scmtms/cl_bupa_encode=>ENCODE_TSPP_FT_NODE_ID...more details

ENCODE_TSPP_PFG_NODE_IDBuilds NodeID for BUPA node PRODUCT_FREIGHT_GROUPPublic
CALL METHOD /scmtms/cl_bupa_encode=>ENCODE_TSPP_PFG_NODE_ID...more details

ENCODE_TSPP_TG_NODE_IDBuilds NodeID for BUPA node TRANSPORT_GROUPPublic
CALL METHOD /scmtms/cl_bupa_encode=>ENCODE_TSPP_TG_NODE_ID...more details

ENCODE_TSP_PROFILE_NODE_IDBuilds NodeID for BUPA node TSP_PROFILEPublic
CALL METHOD /scmtms/cl_bupa_encode=>ENCODE_TSP_PROFILE_NODE_ID...more details

GET_INSTANCEReturns instance of /SCMTMS/CL_BUPA_ENCODE InstancePublic
CALL METHOD /scmtms/cl_bupa_encode=>GET_INSTANCE...more details

GET_PARENT_ROOT_NODE_IDReturns parent and root node id for requested node idPublic
CALL METHOD /scmtms/cl_bupa_encode=>GET_PARENT_ROOT_NODE_ID...more details



/SCMTMS/CL_BUPA_ENCODE 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_ENCODEStatic AttributeEncoding routines for BUPA Node IdsLIKE
/SCMTMS/CL_BUPA_ENCODE
Private


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!