SAP /SCMB/CL_DIST_DUR_DET OO Class - RC Distance and Duration Determination









/SCMB/CL_DIST_DUR_DET 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 /SCMB/CL_DIST_DUR_DET 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 /SCMB/CL_DIST_DUR_DET 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
BUILD_MTR_GROUPSGroups MTrs with same velocity which DiMas can be aggregatedPrivate
CALL METHOD /scmb/cl_dist_dur_det=>BUILD_MTR_GROUPS...more details

CALCULATE_STANDARD_DIST_DURDetermine Straight-Line Distance/DurationProtected
CALL METHOD /scmb/cl_dist_dur_det=>CALCULATE_STANDARD_DIST_DUR...more details

CALCULATE_STRAIGHT_LINE_DIDUCalculate Straight-Line Distance/DurationProtected
CALL METHOD /scmb/cl_dist_dur_det=>CALCULATE_STRAIGHT_LINE_DIDU...more details

CHECK_IGS_INSTALLATIONCheck if IGS is installedPrivate
CALL METHOD /scmb/cl_dist_dur_det=>CHECK_IGS_INSTALLATION...more details

CHECK_REQUESTS_DIST_DURCheck Distance and Duration Determination RequestsPrivate
CALL METHOD /scmb/cl_dist_dur_det=>CHECK_REQUESTS_DIST_DUR...more details

CHECK_REQUESTS_DIST_DUR_VALIDCheck Distance and Duration Determination RequestsPrivate
CALL METHOD /scmb/cl_dist_dur_det=>CHECK_REQUESTS_DIST_DUR_VALID...more details

CHECK_REQUESTS_GEOCODINGCheck Geo Coordinate Determination RequestsPrivate
CALL METHOD /scmb/cl_dist_dur_det=>CHECK_REQUESTS_GEOCODING...more details

CHECK_REQUESTS_GEOROUTINGCheck Geo Routing Determination RequestsPrivate
CALL METHOD /scmb/cl_dist_dur_det=>CHECK_REQUESTS_GEOROUTING...more details

CLASS_CONSTRUCTORStatic Class ConstructorPublic
CALL METHOD /scmb/cl_dist_dur_det=>CLASS_CONSTRUCTOR...more details

CLEAR_BUFFERSClear internal buffer tablesPrivate
CALL METHOD /scmb/cl_dist_dur_det=>CLEAR_BUFFERS...more details

CREATE_DDD_OPT_RESULTCreate DDD optimizer result DIMA from standard resultsPrivate
CALL METHOD /scmb/cl_dist_dur_det=>CREATE_DDD_OPT_RESULT...more details

DETERMINE_DDD_REQUEST_COORDDetermine valid coordinates for DDD requestPrivate
CALL METHOD /scmb/cl_dist_dur_det=>DETERMINE_DDD_REQUEST_COORD...more details

DETERMINE_DDD_REQUEST_STRATEGYDetermine Strategy for given requestsPrivate
CALL METHOD /scmb/cl_dist_dur_det=>DETERMINE_DDD_REQUEST_STRATEGY...more details

DETERMINE_DDD_STRATEGYDetermine Strategy for given requests (for external callers)Public
CALL METHOD /scmb/cl_dist_dur_det=>DETERMINE_DDD_STRATEGY...more details

DETERMINE_DISTANCE_DURATIONDistance and Duration DeterminationPublic
CALL METHOD /scmb/cl_dist_dur_det=>DETERMINE_DISTANCE_DURATION...more details

DETERMINE_DIST_DUR_BY_STRATEGYDetermine Distance/Duration with given StrategyPrivate
CALL METHOD /scmb/cl_dist_dur_det=>DETERMINE_DIST_DUR_BY_STRATEGY...more details

DETERMINE_GEO_COORDINATESGeocoordinate DeterminationPublic
CALL METHOD /scmb/cl_dist_dur_det=>DETERMINE_GEO_COORDINATES...more details

DETERMINE_GEO_ROUTINGGeorouting DeterminationPublic
CALL METHOD /scmb/cl_dist_dur_det=>DETERMINE_GEO_ROUTING...more details

DETERMINE_GR_REQUEST_STRATEGYDetermine Strategy for given requestsPrivate
CALL METHOD /scmb/cl_dist_dur_det=>DETERMINE_GR_REQUEST_STRATEGY...more details

DETERMINE_STRAT_FOR_COUNTRYPrivate
CALL METHOD /scmb/cl_dist_dur_det=>DETERMINE_STRAT_FOR_COUNTRY...more details

EXTEND_LOC_BUFFERExtend Location buffer by additional geocoding levelsPrivate
CALL METHOD /scmb/cl_dist_dur_det=>EXTEND_LOC_BUFFER...more details

FILL_LOC_ADDRESS_BUFFERFill Location address bufferPrivate
CALL METHOD /scmb/cl_dist_dur_det=>FILL_LOC_ADDRESS_BUFFER...more details

FILL_LOC_BUFFERFill Location bufferPrivate
CALL METHOD /scmb/cl_dist_dur_det=>FILL_LOC_BUFFER...more details

FILL_MTR_BUFFERFill Means of Transport bufferPrivate
CALL METHOD /scmb/cl_dist_dur_det=>FILL_MTR_BUFFER...more details

FILL_MTR_BUFFER_INTERNALFill internal Means of Transport bufferPrivate
CALL METHOD /scmb/cl_dist_dur_det=>FILL_MTR_BUFFER_INTERNAL...more details

GET_EXTERNAL_GIS_COORDINATESDetermine GIS Coordinates with IGSProtected
CALL METHOD /scmb/cl_dist_dur_det=>GET_EXTERNAL_GIS_COORDINATES...more details

GET_EXTERNAL_GIS_DIST_DURDetermine GIS Distance/Duration with IGSProtected
CALL METHOD /scmb/cl_dist_dur_det=>GET_EXTERNAL_GIS_DIST_DUR...more details

GET_GIS_ZONES_FOR_COUNTRYGet GIS zone(s) for a specified countryPrivate
CALL METHOD /scmb/cl_dist_dur_det=>GET_GIS_ZONES_FOR_COUNTRY...more details

GET_LOC_ADDRESS_FROM_BUFFERGet Location address from bufferPrivate
CALL METHOD /scmb/cl_dist_dur_det=>GET_LOC_ADDRESS_FROM_BUFFER...more details

GET_LOC_COUNTRYGet Location countryPrivate
CALL METHOD /scmb/cl_dist_dur_det=>GET_LOC_COUNTRY...more details

GET_LOC_GC_FROM_BUFFERGet Geocoordinates of a Location from Buffer for a GC LevelPrivate
CALL METHOD /scmb/cl_dist_dur_det=>GET_LOC_GC_FROM_BUFFER...more details

GET_MTR_FROM_BUFFERGet Means of Transport from bufferPrivate
CALL METHOD /scmb/cl_dist_dur_det=>GET_MTR_FROM_BUFFER...more details

IS_ADDRESS_RELEVANTis address data relevant for geocoding?Private
CALL METHOD /scmb/cl_dist_dur_det=>IS_ADDRESS_RELEVANT...more details

MERGE_OPTIMIZED_RESULTSMerges 2 optimized result tablesPrivate
CALL METHOD /scmb/cl_dist_dur_det=>MERGE_OPTIMIZED_RESULTS...more details

PROCESS_DDD_REQUEST_OPTIMIZEDProcess DDD requests with optimized resultProtected
CALL METHOD /scmb/cl_dist_dur_det=>PROCESS_DDD_REQUEST_OPTIMIZED...more details

PROCESS_DDD_REQUEST_PACKAGEProcess a package of DDD RequestsPublic
CALL METHOD /scmb/cl_dist_dur_det=>PROCESS_DDD_REQUEST_PACKAGE...more details

PROCESS_DDD_REQUEST_STDProcess DDD requests without optimized resultProtected
CALL METHOD /scmb/cl_dist_dur_det=>PROCESS_DDD_REQUEST_STD...more details

RECEIVE_DDD_REQ_PACKAGE_RESULTCollects the result of a parallel taskPublic
CALL METHOD /scmb/cl_dist_dur_det=>RECEIVE_DDD_REQ_PACKAGE_RESULT...more details

START_PARALLEL_TASKStarts a parallel task with a DDD request packagePrivate
CALL METHOD /scmb/cl_dist_dur_det=>START_PARALLEL_TASK...more details



/SCMB/CL_DIST_DUR_DET 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
GV_IGS_CHECKEDStatic AttributeIGS checked?0LIKE
INT1
Protected
MO_ACCESS_EXECUTEStatic AttributeExecute Determination StrategyLIKE
/SCMB/IF_DIST_DUR_DET_EXECUTE
Protected
MO_ACCESS_IGSStatic AttributeAccess to IGSLIKE
/SCMB/IF_DIST_DUR_DET_IGS
Protected
MO_ACCESS_LOCATIONStatic AttributeAccess to LocationLIKE
/SCMB/IF_DIST_DUR_DET_LOCATION
Protected
MO_ACCESS_MTRStatic AttributeAccess to Means of TransportLIKE
/SCMB/IF_DIST_DUR_DET_MTR
Protected
MO_ACCESS_SETTINGSStatic AttributeAccess to DDD settingsLIKE
/SCMB/IF_DIST_DUR_DET_SETTINGS
Protected
MO_BADI_DDDStatic AttributeLIKE
/SCMB/EX_DDD
Private
MS_DEF_GC_LEVELStatic AttributeDefault Geocoding LevelLIKE
/SAPAPO/LOC_GL_STR
Private
MT_DDD_STRAT_BUFFERStatic AttributeTable type for DDD Strategy CustomizingLIKE
/SCMB/TT_DDD_STRAT
Private
MT_GIS_ZONE_ASGMT_BUFFERStatic AttributeTable type for DDD GIS zone assignment to countriesLIKE
/SCMB/TT_GIS_ZN_A
Private
MT_LOC_ADDRESS_BUFFERStatic AttributeInternal Location address bufferLIKE
/SCMB/TT_DDD_LOC_ADDR_BUFFER
Private
MT_LOC_BUFFERStatic AttributeInternal Location bufferLIKE
/SCMB/TT_DDD_LOC_BUFFER
Private
MT_MESSAGEStatic AttributeMessage Table to collect messages from parallel ProcessesLIKE
/SCMB/T_LDDD_MESSAGE
Private
MT_MTR_BUFFERStatic AttributeInternal Means of Transport bufferLIKE
/SCMB/TT_DDD_MTR_BUFFER
Private
MT_MTR_GROUPStatic AttributeHashed Table Type for MTr - MTr Group AssignmentLIKE
TT_MTR_GROUP_HT
Private
MT_RESULT_OPTStatic AttributeOpt. Result Table to collect results from parallel ProcessesLIKE
/SCMB/T_DDD_RESULT_OPT
Private
MV_CALL_COUNTStatic AttributeCounts if the framework calls itself (straight line case)0LIKE
INT1
Private
MV_GC_LEVEL_MAINTAINEDStatic AttributeHas the user defined GC Levels in Customizing?LIKE
BOOLE_D
Private
MV_GIS_ENABLEDStatic AttributeGIS enabledLIKE
BOOLE_D
Private
MV_MTR_BUFFER_COMPLETEStatic AttributeTrue ('X') if all Means of Transports are bufferedLIKE
BOOLE_D
Private
MV_PROCESS_RETURNEDStatic AttributeNumber of returned parallel processesLIKE
/SCMB/DE_PARALLEL_PROCESSES
Private
MV_PROCESS_RUNNINGStatic AttributeNumber of currently running parallel processesLIKE
/SCMB/DE_PARALLEL_PROCESSES
Private
MV_PROCESS_STARTEDStatic AttributeNumber of started parallel processesLIKE
/SCMB/DE_PARALLEL_PROCESSES
Private
MV_SWITCH_TR_NETWORK_ACTIVEStatic AttributeSwitch activeLIKE
BOOLE_D
Private




/SCMB/CL_DIST_DUR_DET types

TT_COUNTRIES -
TT_GIS_ZONE -
TT_GIS_ZONE_STRAT -
TT_MTR_GROUP_HT - HashedTable Type for MTr - MTr Group Assignment in RF
TY_COUNTRIES -
TY_S_GIS_ZONE -
TY_S_GIS_ZONE_STRAT -

Links to Related Class(s)

/SCMB/CL...
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!