SAP /SCTM/CL_BASIC_ROUTE OO Class - Abstract Route









/SCTM/CL_BASIC_ROUTE 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_BASIC_ROUTE 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 /SCMB/IF_GUID_OBJ

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_ID_OBJ

Method list of /SCTM/CL_BASIC_ROUTE 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
ADD_DIRECT_CHILDIntroduce Lower-Level RouteProtected
CALL METHOD /sctm/cl_basic_route=>ADD_DIRECT_CHILD...more details

CHECK_TIMECheck: Time ValidityPublic
CALL METHOD /sctm/cl_basic_route=>CHECK_TIME...more details

CLOSEST_COMMON_PARENTFirst Common Higher-Level Route Below Given RoutePublic
CALL METHOD /sctm/cl_basic_route=>CLOSEST_COMMON_PARENT...more details

CONSTRUCTORConstructorPublic
CALL METHOD /sctm/cl_basic_route=>CONSTRUCTOR...more details

GET_CD_LOCCD-Location if CD-Route, otherwise initialPublic
CALL METHOD /sctm/cl_basic_route=>GET_CD_LOC...more details

GET_CHILDRENAll Lower-Level (Valid) RoutesPublic
CALL METHOD /sctm/cl_basic_route=>GET_CHILDREN...more details

GET_DIRECT_CHILDRENAll Directly Lower-Level RoutesPublic
CALL METHOD /sctm/cl_basic_route=>GET_DIRECT_CHILDREN...more details

GET_DIRECT_PARENTSAll Directly Higher-Level RoutesPublic
CALL METHOD /sctm/cl_basic_route=>GET_DIRECT_PARENTS...more details

GET_END_LOCSDetermine End Location (in Given Direction)Public
CALL METHOD /sctm/cl_basic_route=>GET_END_LOCS...more details

GET_END_SPOTSDetermine End Spots in Given DirectionPublic
CALL METHOD /sctm/cl_basic_route=>GET_END_SPOTS...more details

GET_IDPrivate
CALL METHOD /sctm/cl_basic_route=>GET_ID...more details

GET_OTHER_NET_DIRECTIONDetermine Opposite Edge DirectionPublic
CALL METHOD /sctm/cl_basic_route=>GET_OTHER_NET_DIRECTION...more details

GET_PARENTSAll Higher-Level (Valid) RoutesPublic
CALL METHOD /sctm/cl_basic_route=>GET_PARENTS...more details

HAS_CHILD_INIs One of the Given Routes Subordinate to This Route?Public
CALL METHOD /sctm/cl_basic_route=>HAS_CHILD_IN...more details

HAS_PARENT_INIs This Route Subordinate to one of the Given Routes?Public
CALL METHOD /sctm/cl_basic_route=>HAS_PARENT_IN...more details

HAS_RELATIVE_INIs This Route Related to One of the Given Routes?Public
CALL METHOD /sctm/cl_basic_route=>HAS_RELATIVE_IN...more details

IS_CD_ROUTEIs it a Cross-Docking Route?Public
CALL METHOD /sctm/cl_basic_route=>IS_CD_ROUTE...more details

IS_CHILD_OFIs This Route Subordinate to Given Route?Public
CALL METHOD /sctm/cl_basic_route=>IS_CHILD_OF...more details

IS_NONPARENT_RELATIVE_OFIs This Route Subordinate to or Same Level as Given Route?Public
CALL METHOD /sctm/cl_basic_route=>IS_NONPARENT_RELATIVE_OF...more details

IS_PARENT_OFIs This Route Superior to Given Route?Public
CALL METHOD /sctm/cl_basic_route=>IS_PARENT_OF...more details

IS_VALIDIs This Abstract Route Valid?Public
CALL METHOD /sctm/cl_basic_route=>IS_VALID...more details



/SCTM/CL_BASIC_ROUTE 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
INBOUND_ROUTEConstantCross-Docking Direction'I'LIKE
/SCMB/DE_NET_DIRECTION
Public
MO_GEOGRAPHYInstance AttributeAdministration of Geographical ObjectsLIKE
/SCTM/CL_GEOGRAPHY
Public
MO_HIERARCHYInstance AttributeHierarchical RouteLIKE
/SCTM/CL_H_ROUTE
Public
MT_CHILDREN_NET_DIRInstance AttributeDirection of Directly Lower-Level RoutesLIKE
/SCTM/TT_ROUTE_NET_DIR
Protected
MV_CONSISTENTInstance AttributeComplete?LIKE
BOOLE_D
Public
MV_DEL_FLAGInstance AttributeDeletion FlagLIKE
/SCMB/DE_DEL_FLAG
Public
MV_GUIDInstance AttributeLIKE
Private
MV_IDInstance AttributeDescription of a RouteLIKE
/SCMB/DE_ROUTE_ID
Public
MV_VALID_FROMInstance AttributeTime StampLIKE
/SCMB/DE_TIMESTAMP
Public
MV_VALID_TOInstance AttributeTime StampLIKE
/SCMB/DE_TIMESTAMP
Public
OUTBOUND_ROUTEConstantCross-Docking Direction'O'LIKE
/SCMB/DE_NET_DIRECTION
Public


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!