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_OBJInterface 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_OBJMethod 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 Name | Description | Visability |
| ADD_DIRECT_CHILD | Introduce Lower-Level Route | Protected |
| CALL METHOD /sctm/cl_basic_route=>ADD_DIRECT_CHILD...more details | ||
| CHECK_TIME | Check: Time Validity | Public |
| CALL METHOD /sctm/cl_basic_route=>CHECK_TIME...more details | ||
| CLOSEST_COMMON_PARENT | First Common Higher-Level Route Below Given Route | Public |
| CALL METHOD /sctm/cl_basic_route=>CLOSEST_COMMON_PARENT...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD /sctm/cl_basic_route=>CONSTRUCTOR...more details | ||
| GET_CD_LOC | CD-Location if CD-Route, otherwise initial | Public |
| CALL METHOD /sctm/cl_basic_route=>GET_CD_LOC...more details | ||
| GET_CHILDREN | All Lower-Level (Valid) Routes | Public |
| CALL METHOD /sctm/cl_basic_route=>GET_CHILDREN...more details | ||
|
| ||
| GET_DIRECT_CHILDREN | All Directly Lower-Level Routes | Public |
| CALL METHOD /sctm/cl_basic_route=>GET_DIRECT_CHILDREN...more details | ||
| GET_DIRECT_PARENTS | All Directly Higher-Level Routes | Public |
| CALL METHOD /sctm/cl_basic_route=>GET_DIRECT_PARENTS...more details | ||
| GET_END_LOCS | Determine End Location (in Given Direction) | Public |
| CALL METHOD /sctm/cl_basic_route=>GET_END_LOCS...more details | ||
| GET_END_SPOTS | Determine End Spots in Given Direction | Public |
| CALL METHOD /sctm/cl_basic_route=>GET_END_SPOTS...more details | ||
| GET_ID | Private | |
| CALL METHOD /sctm/cl_basic_route=>GET_ID...more details | ||
| GET_OTHER_NET_DIRECTION | Determine Opposite Edge Direction | Public |
| CALL METHOD /sctm/cl_basic_route=>GET_OTHER_NET_DIRECTION...more details | ||
| GET_PARENTS | All Higher-Level (Valid) Routes | Public |
| CALL METHOD /sctm/cl_basic_route=>GET_PARENTS...more details | ||
| HAS_CHILD_IN | Is One of the Given Routes Subordinate to This Route? | Public |
| CALL METHOD /sctm/cl_basic_route=>HAS_CHILD_IN...more details | ||
| HAS_PARENT_IN | Is This Route Subordinate to one of the Given Routes? | Public |
| CALL METHOD /sctm/cl_basic_route=>HAS_PARENT_IN...more details | ||
| HAS_RELATIVE_IN | Is This Route Related to One of the Given Routes? | Public |
| CALL METHOD /sctm/cl_basic_route=>HAS_RELATIVE_IN...more details | ||
| IS_CD_ROUTE | Is it a Cross-Docking Route? | Public |
| CALL METHOD /sctm/cl_basic_route=>IS_CD_ROUTE...more details | ||
| IS_CHILD_OF | Is This Route Subordinate to Given Route? | Public |
| CALL METHOD /sctm/cl_basic_route=>IS_CHILD_OF...more details | ||
| IS_NONPARENT_RELATIVE_OF | Is 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_OF | Is This Route Superior to Given Route? | Public |
| CALL METHOD /sctm/cl_basic_route=>IS_PARENT_OF...more details | ||
| IS_VALID | Is 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.
| Name | Level | Description | Initial Value | Type | Visability |
| INBOUND_ROUTE | Constant | Cross-Docking Direction | 'I' | LIKE /SCMB/DE_NET_DIRECTION | Public |
| MO_GEOGRAPHY | Instance Attribute | Administration of Geographical Objects | LIKE /SCTM/CL_GEOGRAPHY | Public | |
| MO_HIERARCHY | Instance Attribute | Hierarchical Route | LIKE /SCTM/CL_H_ROUTE | Public | |
| MT_CHILDREN_NET_DIR | Instance Attribute | Direction of Directly Lower-Level Routes | LIKE /SCTM/TT_ROUTE_NET_DIR | Protected | |
| MV_CONSISTENT | Instance Attribute | Complete? | LIKE BOOLE_D | Public | |
| MV_DEL_FLAG | Instance Attribute | Deletion Flag | LIKE /SCMB/DE_DEL_FLAG | Public | |
| MV_GUID | Instance Attribute | LIKE | Private | ||
| MV_ID | Instance Attribute | Description of a Route | LIKE /SCMB/DE_ROUTE_ID | Public | |
| MV_VALID_FROM | Instance Attribute | Time Stamp | LIKE /SCMB/DE_TIMESTAMP | Public | |
| MV_VALID_TO | Instance Attribute | Time Stamp | LIKE /SCMB/DE_TIMESTAMP | Public | |
| OUTBOUND_ROUTE | Constant | Cross-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