SAP /SCMTMS/CL_BO_TZN_ADAPTER OO Class - BO TransportationZone: Master Data adapter









/SCMTMS/CL_BO_TZN_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_BO_TZN_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_BO_TZN_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_DATA_TYPECheck data type compliance with BOBF definitionPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>CHECK_DATA_TYPE...more details

CHECK_KEY_STRUCTUREPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>CHECK_KEY_STRUCTURE...more details

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

CONVERT_LOC_ID_UUIDObtain uuid(s) of location(s)Private
CALL METHOD /scmtms/cl_bo_tzn_adapter=>CONVERT_LOC_ID_UUID...more details

CREATE_ROOT_NODECreate ROOT nodesPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>CREATE_ROOT_NODE...more details

EXCLUDE_DEL_ZONESExclude to-be-deleted ZonesPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>EXCLUDE_DEL_ZONES...more details

FILL_ROOT_FROM_ADAPTERFill ROOT node from adapter structuresPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>FILL_ROOT_FROM_ADAPTER...more details

GET_DESCRIPTIONAccess Zone dataPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>GET_DESCRIPTION...more details

GET_DESCRIPTION_NODE_IDSRetrieve NodeIDs for node DESCRIPTIONProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>GET_DESCRIPTION_NODE_IDS...more details

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

GET_LOCATIONSAccess Zone dataPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>GET_LOCATIONS...more details

GET_LOCATION_NODE_IDSRetrieve NodeIDs for node LOCATIONProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>GET_LOCATION_NODE_IDS...more details

GET_LOCATION_SELECTIONGet Location IDs (GUIDS&IDs) from selectionPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>GET_LOCATION_SELECTION...more details

GET_LOCATION_ZONESGet direct parent Zones of LocationPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>GET_LOCATION_ZONES...more details

GET_LOC_DATA_FOR_QUERYRetrieve Locations attributes required for QueryPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>GET_LOC_DATA_FOR_QUERY...more details

GET_NODE_IDS_FROM_RELATIONGet NODE IDs from relation tablePrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>GET_NODE_IDS_FROM_RELATION...more details

GET_PCODEINT_NODE_IDSRetrieve NodeIDs for node POSTALCODEINTProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>GET_PCODEINT_NODE_IDS...more details

GET_PZONES_BUFFEREDRetrieve GUIDs of TrZones of type P with own bufferingPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>GET_PZONES_BUFFERED...more details

GET_REGION_NODE_IDSRetrieve NodeIDs for node REGIONProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>GET_REGION_NODE_IDS...more details

GET_RELNODE_SELECTIONGet relation selection table from query selectionPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>GET_RELNODE_SELECTION...more details

GET_RZONES_BUFFEREDRetrieve GUIDs of TrZones of type R with own bufferingPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>GET_RZONES_BUFFERED...more details

GET_SUBTZN_NODE_IDSRetrieve NodeIDs for node SUBORDINATETZProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>GET_SUBTZN_NODE_IDS...more details

GET_ZONES_BY_ADDRESSGet Zones by address definitionPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>GET_ZONES_BY_ADDRESS...more details

GET_ZONE_PARENTSGet Parent Zones of ZonesPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>GET_ZONE_PARENTS...more details

QUERYALLSUBORDINATETZONESAdapter Call f. Query of all subordinate TransportationZonesProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>QUERYALLSUBORDINATETZONES...more details

QUERYALLSUPERORDINATETZONESAll superordinate TransportationZonesProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>QUERYALLSUPERORDINATETZONES...more details

QUERYALLSUPERTZONESBYLOCATION(Obsolete:) Zones that contain specified LocationProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>QUERYALLSUPERTZONESBYLOCATION...more details

QUERYBYELEMENTSTransportationZones based on input fieldsProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>QUERYBYELEMENTS...more details

QUERYBYLOCATIONZones that contain specified LocationProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>QUERYBYLOCATION...more details

QUERYBYPHYSICALADDRESSZones that contain specified zip code or regionProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>QUERYBYPHYSICALADDRESS...more details

QUERYDIRECTSUBORDINATETZONESAll direct subordinate TransportationZonesProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>QUERYDIRECTSUBORDINATETZONES...more details

QUERYDIRECTSUPERORDINATETZONESAll direct superordinate TransportationZonesProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>QUERYDIRECTSUPERORDINATETZONES...more details

RAISE_QUERY_EXCEPTIONRaise Exception with textPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>RAISE_QUERY_EXCEPTION...more details

READ_ZONE_DATAAccess Zone dataPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>READ_ZONE_DATA...more details

READ_ZONE_DATA_BUFFEREDOBSOLETEPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>READ_ZONE_DATA_BUFFERED...more details

READ_ZONE_GUIDS_BY_IDGet Zone GUIDS by IDPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>READ_ZONE_GUIDS_BY_ID...more details

READ_ZONE_HIERARCHYAccess current Zone hierarchyPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>READ_ZONE_HIERARCHY...more details

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

RETRIEVE_BO_LOC_ND_ROOTPrivate
CALL METHOD /scmtms/cl_bo_tzn_adapter=>RETRIEVE_BO_LOC_ND_ROOT...more details

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

RETRIEVE_DESCRIPTIONRetrieve attributes of node DESCRIPTIONProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>RETRIEVE_DESCRIPTION...more details

RETRIEVE_LOCATIONRetrieve attributes of node LOCATIONProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>RETRIEVE_LOCATION...more details

RETRIEVE_POSTALCODEINTERVALRetrieve attributes of node POSTALCODEINTProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>RETRIEVE_POSTALCODEINTERVAL...more details

RETRIEVE_REGIONRetrieve attributes of node REGIONProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>RETRIEVE_REGION...more details

RETRIEVE_ROOTRetrieve attributes of node ROOTProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>RETRIEVE_ROOT...more details

RETRIEVE_SUBORDINATETZNRetrieve attributes of node SUBORDINATETZProtected
CALL METHOD /scmtms/cl_bo_tzn_adapter=>RETRIEVE_SUBORDINATETZN...more details



/SCMTMS/CL_BO_TZN_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
GCV_OPTION_BTConstant'BT'LIKE
DDOPTION
Private
GCV_OPTION_CPConstant'CP'LIKE
DDOPTION
Private
GCV_OPTION_EQConstant'EQ'LIKE
DDOPTION
Private
GC_INCL_CODEConstantInclusionExclusionCode for PostalCoceInterval of BO TZN'I'LIKE
/SCMTMS/INCL_EXCL_CODE
Private
GC_INTVL_BTCD_CLSDConstantIntervalBoundaryTypeCode of Postalcodeinterval of BO TZN3LIKE
/SCMTMS/INTVL_BOUND_TYP_CD
Private
GC_INTVL_BTCD_SNGLConstantIntervalBoundaryTypeCode of Postalcodeinterval of BO TZN1LIKE
/SCMTMS/INTVL_BOUND_TYP_CD
Private
MO_TZN_ADAPTERStatic AttributeMaster Data Adapter: BO TZN (Transportation Zone)LIKE
/SCMTMS/CL_BO_TZN_ADAPTER
Private
MO_TZN_ENCODEInstance AttributeEncoding routines for Node Ids of TMS BO TZNLIKE
/SCMTMS/CL_BO_TZN_ENCODE
Private
MT_BUFFER_ZONE_DESCInstance AttributeLIKE
TY_T_ZONE_DESC
Protected
MT_BUFFER_ZONE_DESC_ADInstance AttributeLIKE
Protected
MT_BUFFER_ZONE_LOCS_ADInstance AttributeLIKE
Protected
MT_BUFFER_ZONE_ROOTInstance AttributeLIKE
TY_T_ZONE_ROOT
Protected
MT_QBL_LOCGUID_BUFInstance AttributeTable buffering Loc GUIDs held in result bufferLIKE
TY_T_LOCGUID_BUF
Private
MT_QBL_SNG_LNO_RESLTInstance AttributeTable buffering results for certain LOCNOsLIKE
TY_T_LOC_RESULT
Private
MT_QBL_SNG_PZONE_BUFInstance AttributeTable buffering PZONE GUIDs for certain PCODEsLIKE
TY_T_PZONE_BUFFER
Private
MT_QBL_SNG_RZONE_BUFInstance AttributeTable buffering RZONE GUIDs for certain regionsLIKE
TY_T_RZONE_BUFFER
Private




/SCMTMS/CL_BO_TZN_ADAPTER types

TY_S_LOC_DATA -
TY_S_ZONE_ROOT -
TY_T_LOC_DATA -
TY_T_ZONE_DESC -
TY_T_ZONE_ROOT -

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!