SAP /SCTM/CL_ROUTE_MANAGER OO Class - Administration of Routes









/SCTM/CL_ROUTE_MANAGER 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 /SCTM/CL_ROUTE_MANAGER 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 /SCTM/CL_ROUTE_MANAGER 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
ASSIGN_LEGS_TO_ROUTESAssign given Legs to RoutesPublic
CALL METHOD /sctm/cl_route_manager=>ASSIGN_LEGS_TO_ROUTES...more details

CHECK_ROUTE_RESTRICTSUtility Method for Finding Route PathsPrivate
CALL METHOD /sctm/cl_route_manager=>CHECK_ROUTE_RESTRICTS...more details

CONSTRUCTORPrivate
CALL METHOD /sctm/cl_route_manager=>CONSTRUCTOR...more details

FIND_COMMON_CD_ROUTESFilter Out Common Cross-Docking RoutesPublic
CALL METHOD /sctm/cl_route_manager=>FIND_COMMON_CD_ROUTES...more details

FIND_COMMON_ROUTESFilter Out Common (Linear) RoutesPublic
CALL METHOD /sctm/cl_route_manager=>FIND_COMMON_ROUTES...more details

FIND_INNER_ROUTE_EDGEUtility Method for Constructing CD Network: Inner EdgePrivate
CALL METHOD /sctm/cl_route_manager=>FIND_INNER_ROUTE_EDGE...more details

FIND_LEG_PATHAll Leg Paths in Cross-Docking NetworkPublic
CALL METHOD /sctm/cl_route_manager=>FIND_LEG_PATH...more details

FIND_OUTER_ROUTE_EDGEUtility Method for Constructing CD Network: Outer EdgePrivate
CALL METHOD /sctm/cl_route_manager=>FIND_OUTER_ROUTE_EDGE...more details

FIND_ROUTE_PATHSAll Route Paths in Cross-Docking NetworkPublic
CALL METHOD /sctm/cl_route_manager=>FIND_ROUTE_PATHS...more details

FIND_ROUTE_RELATIONSConstruction of Route Hierarchy and Cross-Docking NetworkPublic
CALL METHOD /sctm/cl_route_manager=>FIND_ROUTE_RELATIONS...more details

GENERATE_LEG_STOPSAdd Stops to Given Legs If RequiredPublic
CALL METHOD /sctm/cl_route_manager=>GENERATE_LEG_STOPS...more details

GET_BASIC_ROUTECreate Abstract Route for GUIDPublic
CALL METHOD /sctm/cl_route_manager=>GET_BASIC_ROUTE...more details

GET_BASIC_ROUTESCreate (Complete) Routes for GUIDsPublic
CALL METHOD /sctm/cl_route_manager=>GET_BASIC_ROUTES...more details

GET_CD_ROUTECreate Cross-Docking Route for GUIDPublic
CALL METHOD /sctm/cl_route_manager=>GET_CD_ROUTE...more details

GET_CD_ROUTESCreate (Complete) Routes for GUIDsPublic
CALL METHOD /sctm/cl_route_manager=>GET_CD_ROUTES...more details

GET_DIRECT_PARENT_ROUTESRoutes Directly Superior to Given RoutesPublic
CALL METHOD /sctm/cl_route_manager=>GET_DIRECT_PARENT_ROUTES...more details

GET_EDGEUtility Method for Edge of GraphPrivate
CALL METHOD /sctm/cl_route_manager=>GET_EDGE...more details

GET_LOC_ROUTESAll Routes That Start or End at a LocationPublic
CALL METHOD /sctm/cl_route_manager=>GET_LOC_ROUTES...more details

GET_NODEUtility Method for Node of GraphPrivate
CALL METHOD /sctm/cl_route_manager=>GET_NODE...more details

GET_PARENT_ROUTESHigher-Level Routes for Given RoutesPublic
CALL METHOD /sctm/cl_route_manager=>GET_PARENT_ROUTES...more details

GET_ROUTECreate Route for a GUIDPublic
CALL METHOD /sctm/cl_route_manager=>GET_ROUTE...more details

GET_ROUTESCreate (Complete) Routes for GUIDsPublic
CALL METHOD /sctm/cl_route_manager=>GET_ROUTES...more details

GET_ROUTE_EDGEUtility Method for Edge in Cross-Docking NetworkPrivate
CALL METHOD /sctm/cl_route_manager=>GET_ROUTE_EDGE...more details

GET_ROUTE_IF_EXISTSRoute for a GUID If it Exists AlreadyPrivate
CALL METHOD /sctm/cl_route_manager=>GET_ROUTE_IF_EXISTS...more details

GET_ROUTE_NODEUtility Method for Node in Cross-Docking NetworkPrivate
CALL METHOD /sctm/cl_route_manager=>GET_ROUTE_NODE...more details



/SCTM/CL_ROUTE_MANAGER 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_GEOGRAPHYInstance AttributeAdministration of Geographical ObjectsLIKE
/SCTM/CL_GEOGRAPHY
Public
MO_ROUTE_GRAPHInstance AttributeCross-Docking NetworkLIKE
/SCMB/CL_GRAPH
Public
MT_ROUTESInstance AttributeMapping: Route_Guid -> Route_ObjectLIKE
/SCTM/TT_MAP_ROUTE_GUID_OBJ
Private


Links to Related Class(s)

/SCTM/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!