SAP /SCTM/CL_SP_ROUTE OO Class - Service Provider: Route
/SCTM/CL_SP_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_SP_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_SP_ACTIONInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_SP_ASPECTInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_SP_LOCKINGInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_SP_QUERYInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_SP_TRANSACTIONInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_SP_VALUE_SETMethod list of /SCTM/CL_SP_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 |
| ACTION | Private | |
| CALL METHOD /sctm/cl_sp_route=>ACTION...more details | ||
| ADD_EXCEPT_MESSAGE | Protected | |
| CALL METHOD /sctm/cl_sp_route=>ADD_EXCEPT_MESSAGE...more details | ||
| ADD_MESSAGE | Private | |
| CALL METHOD /sctm/cl_sp_route=>ADD_MESSAGE...more details | ||
| ADD_TIMESTAMP_TO_SELECTION | Add Timestamp to Selection | Protected |
| CALL METHOD /sctm/cl_sp_route=>ADD_TIMESTAMP_TO_SELECTION...more details | ||
| ADJUST_SELECTION_TABLE | Converting (Date,Time) into Timestamp for History, Validity | Protected |
| CALL METHOD /sctm/cl_sp_route=>ADJUST_SELECTION_TABLE...more details | ||
| ANALYZE_ASPECT_PROPERTY | Private | |
| CALL METHOD /sctm/cl_sp_route=>ANALYZE_ASPECT_PROPERTY...more details | ||
|
| ||
| APPLY_PROPERTY | Private | |
| CALL METHOD /sctm/cl_sp_route=>APPLY_PROPERTY...more details | ||
| BEFORE_SAVE | Private | |
| CALL METHOD /sctm/cl_sp_route=>BEFORE_SAVE...more details | ||
| CD_PROP_CREATE | New CD Attributes | Private |
| CALL METHOD /sctm/cl_sp_route=>CD_PROP_CREATE...more details | ||
| CD_PROP_DELETE | Delete CD Attributes | Private |
| CALL METHOD /sctm/cl_sp_route=>CD_PROP_DELETE...more details | ||
| CD_ROUTES_DELETE | Delete Route in Network | Private |
| CALL METHOD /sctm/cl_sp_route=>CD_ROUTES_DELETE...more details | ||
| CD_ROUTE_COPY | New Route | Private |
| CALL METHOD /sctm/cl_sp_route=>CD_ROUTE_COPY...more details | ||
| CD_ROUTE_CREATE | New Route in Network | Private |
| CALL METHOD /sctm/cl_sp_route=>CD_ROUTE_CREATE...more details | ||
| CHECK_AUTHORITY_DISPLAY | Private | |
| CALL METHOD /sctm/cl_sp_route=>CHECK_AUTHORITY_DISPLAY...more details | ||
| CHECK_AUTHORITY_SCU | Private | |
| CALL METHOD /sctm/cl_sp_route=>CHECK_AUTHORITY_SCU...more details | ||
| CHECK_CD_PROPS | Private | |
| CALL METHOD /sctm/cl_sp_route=>CHECK_CD_PROPS...more details | ||
| CHECK_CD_ROUTES | Private | |
| CALL METHOD /sctm/cl_sp_route=>CHECK_CD_ROUTES...more details | ||
| CHECK_LEAD_TIME | Private | |
| CALL METHOD /sctm/cl_sp_route=>CHECK_LEAD_TIME...more details | ||
| CHECK_LEGS | Private | |
| CALL METHOD /sctm/cl_sp_route=>CHECK_LEGS...more details | ||
| CHECK_LEG_CAL | Private | |
| CALL METHOD /sctm/cl_sp_route=>CHECK_LEG_CAL...more details | ||
| CHECK_LEG_TSP | Private | |
| CALL METHOD /sctm/cl_sp_route=>CHECK_LEG_TSP...more details | ||
| CHECK_MTR | Private | |
| CALL METHOD /sctm/cl_sp_route=>CHECK_MTR...more details | ||
| CHECK_ROUTES | Private | |
| CALL METHOD /sctm/cl_sp_route=>CHECK_ROUTES...more details | ||
| CHECK_STOPS | Private | |
| CALL METHOD /sctm/cl_sp_route=>CHECK_STOPS...more details | ||
| CLEANUP | Private | |
| CALL METHOD /sctm/cl_sp_route=>CLEANUP...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /sctm/cl_sp_route=>CONSTRUCTOR...more details | ||
| DELETE | Private | |
| CALL METHOD /sctm/cl_sp_route=>DELETE...more details | ||
| END_OF_QUEUE | Private | |
| CALL METHOD /sctm/cl_sp_route=>END_OF_QUEUE...more details | ||
| EXECUTE | Private | |
| CALL METHOD /sctm/cl_sp_route=>EXECUTE...more details | ||
| FORMAT_ADDRESS_DESCRIPTION | Format address description | Private |
| CALL METHOD /sctm/cl_sp_route=>FORMAT_ADDRESS_DESCRIPTION...more details | ||
| GET_ADV_SEARCH_GUIDS | Reduction of GUID Table in Advanced Search | Protected |
| CALL METHOD /sctm/cl_sp_route=>GET_ADV_SEARCH_GUIDS...more details | ||
| GET_ASPECT_PROPERTY | Private | |
| CALL METHOD /sctm/cl_sp_route=>GET_ASPECT_PROPERTY...more details | ||
| GET_CD_PROP | Private | |
| CALL METHOD /sctm/cl_sp_route=>GET_CD_PROP...more details | ||
| GET_LEAD_TIMES | Private | |
| CALL METHOD /sctm/cl_sp_route=>GET_LEAD_TIMES...more details | ||
| GET_LEGS | Private | |
| CALL METHOD /sctm/cl_sp_route=>GET_LEGS...more details | ||
| GET_LEG_CALS | Private | |
| CALL METHOD /sctm/cl_sp_route=>GET_LEG_CALS...more details | ||
| GET_LOCATION | Get Location | Private |
| CALL METHOD /sctm/cl_sp_route=>GET_LOCATION...more details | ||
| GET_LOCATIONS | Public | |
| CALL METHOD /sctm/cl_sp_route=>GET_LOCATIONS...more details | ||
| GET_REQ_TYPES | Private | |
| CALL METHOD /sctm/cl_sp_route=>GET_REQ_TYPES...more details | ||
| GET_ROUTES | Private | |
| CALL METHOD /sctm/cl_sp_route=>GET_ROUTES...more details | ||
| GET_ROUTE_NET | Private | |
| CALL METHOD /sctm/cl_sp_route=>GET_ROUTE_NET...more details | ||
| GET_ROUTE_REQ_TYPES | Public | |
| CALL METHOD /sctm/cl_sp_route=>GET_ROUTE_REQ_TYPES...more details | ||
| GET_SHIP_CONDS | Private | |
| CALL METHOD /sctm/cl_sp_route=>GET_SHIP_CONDS...more details | ||
| GET_STOPS | Private | |
| CALL METHOD /sctm/cl_sp_route=>GET_STOPS...more details | ||
| GET_STOPS_REQ_TYPES | Public | |
| CALL METHOD /sctm/cl_sp_route=>GET_STOPS_REQ_TYPES...more details | ||
| GET_TRANS_GRP | Private | |
| CALL METHOD /sctm/cl_sp_route=>GET_TRANS_GRP...more details | ||
| GET_TSP | Private | |
| CALL METHOD /sctm/cl_sp_route=>GET_TSP...more details | ||
| GET_VALUE_SET | Private | |
| CALL METHOD /sctm/cl_sp_route=>GET_VALUE_SET...more details | ||
| GET_ZONE | Get Zone | Private |
| CALL METHOD /sctm/cl_sp_route=>GET_ZONE...more details | ||
| GET_ZONES | Public | |
| CALL METHOD /sctm/cl_sp_route=>GET_ZONES...more details | ||
| INSERT | Private | |
| CALL METHOD /sctm/cl_sp_route=>INSERT...more details | ||
| LEAD_TIMES_DELETE | Delete Lead Time | Private |
| CALL METHOD /sctm/cl_sp_route=>LEAD_TIMES_DELETE...more details | ||
| LEGS_CREATE | New Leg, First and Last Stop | Private |
| CALL METHOD /sctm/cl_sp_route=>LEGS_CREATE...more details | ||
| LEG_CAL_CREATE | New TSP for Leg | Private |
| CALL METHOD /sctm/cl_sp_route=>LEG_CAL_CREATE...more details | ||
| LEG_CAL_DELETE | Delete Stop | Private |
| CALL METHOD /sctm/cl_sp_route=>LEG_CAL_DELETE...more details | ||
| LEG_DELETE | Delete Legs | Private |
| CALL METHOD /sctm/cl_sp_route=>LEG_DELETE...more details | ||
| LEG_TSP_CREATE | New TSP for Leg | Private |
| CALL METHOD /sctm/cl_sp_route=>LEG_TSP_CREATE...more details | ||
| LEG_TSP_DELETE | Delete Stop | Private |
| CALL METHOD /sctm/cl_sp_route=>LEG_TSP_DELETE...more details | ||
| LINEAR_ROUTE_COPY | New Route | Private |
| CALL METHOD /sctm/cl_sp_route=>LINEAR_ROUTE_COPY...more details | ||
| LOCK | Private | |
| CALL METHOD /sctm/cl_sp_route=>LOCK...more details | ||
| OPEN_GEOMAP | Open Geo-Map with selected routes | Private |
| CALL METHOD /sctm/cl_sp_route=>OPEN_GEOMAP...more details | ||
| QUERY | Private | |
| CALL METHOD /sctm/cl_sp_route=>QUERY...more details | ||
| QUERY_EXECUTE | Interface: Execute Query | Private |
| CALL METHOD /sctm/cl_sp_route=>QUERY_EXECUTE...more details | ||
| READ_LOCS_ZONES | Private | |
| CALL METHOD /sctm/cl_sp_route=>READ_LOCS_ZONES...more details | ||
| READ_ROUTES | Private | |
| CALL METHOD /sctm/cl_sp_route=>READ_ROUTES...more details | ||
| READ_TSPAGM | Private | |
| CALL METHOD /sctm/cl_sp_route=>READ_TSPAGM...more details | ||
| REJECT_AUTHORITY_CD | Private | |
| CALL METHOD /sctm/cl_sp_route=>REJECT_AUTHORITY_CD...more details | ||
| REJECT_AUTHORITY_RG | Berechtigungsprüfung: Aktivität auf RG-Stammdaten | Protected |
| CALL METHOD /sctm/cl_sp_route=>REJECT_AUTHORITY_RG...more details | ||
| REJECT_AUTHORITY_SCU | Berechtigungsprüfung: Aktivität auf SCU-Instanz | Protected |
| CALL METHOD /sctm/cl_sp_route=>REJECT_AUTHORITY_SCU...more details | ||
| REQ_TYPES_DELETE | Delete Request Type | Private |
| CALL METHOD /sctm/cl_sp_route=>REQ_TYPES_DELETE...more details | ||
| REQ_TYPES_DEPEND_DELETE | Löschen Anfrageart - abhängige Einträge | Private |
| CALL METHOD /sctm/cl_sp_route=>REQ_TYPES_DEPEND_DELETE...more details | ||
| ROUTES_CREATE | New Header (Route) | Private |
| CALL METHOD /sctm/cl_sp_route=>ROUTES_CREATE...more details | ||
| ROUTE_COPY | New Route | Private |
| CALL METHOD /sctm/cl_sp_route=>ROUTE_COPY...more details | ||
| ROUTE_DELETE | Delete Legs | Private |
| CALL METHOD /sctm/cl_sp_route=>ROUTE_DELETE...more details | ||
| ROUTE_LEAD_TIME_CREATE | New Lead Time for Route | Private |
| CALL METHOD /sctm/cl_sp_route=>ROUTE_LEAD_TIME_CREATE...more details | ||
| ROUTE_REQ_TYPE_CREATE | New Request Type for Route | Private |
| CALL METHOD /sctm/cl_sp_route=>ROUTE_REQ_TYPE_CREATE...more details | ||
| ROUTE_SHIP_COND_CREATE | New Shipping Condition for Route | Private |
| CALL METHOD /sctm/cl_sp_route=>ROUTE_SHIP_COND_CREATE...more details | ||
| ROUTE_TRANS_GRP_CREATE | New Product Transportation Group for Route | Private |
| CALL METHOD /sctm/cl_sp_route=>ROUTE_TRANS_GRP_CREATE...more details | ||
| SAVE | Private | |
| CALL METHOD /sctm/cl_sp_route=>SAVE...more details | ||
| SELECT | Private | |
| CALL METHOD /sctm/cl_sp_route=>SELECT...more details | ||
| SELECT_BY_RELATION | Private | |
| CALL METHOD /sctm/cl_sp_route=>SELECT_BY_RELATION...more details | ||
| SHIP_COND_DELETE | Delete Shipping Condition | Private |
| CALL METHOD /sctm/cl_sp_route=>SHIP_COND_DELETE...more details | ||
| STOPS_CREATE | New Stop (Intermediate) | Private |
| CALL METHOD /sctm/cl_sp_route=>STOPS_CREATE...more details | ||
| STOPS_DELETE | Delete Stop | Private |
| CALL METHOD /sctm/cl_sp_route=>STOPS_DELETE...more details | ||
| TRANSFER_QRY_HEAD | Find: Input Parameter Check | Private |
| CALL METHOD /sctm/cl_sp_route=>TRANSFER_QRY_HEAD...more details | ||
| TRANSFER_QRY_KEYS | Find: Input Parameter Check | Private |
| CALL METHOD /sctm/cl_sp_route=>TRANSFER_QRY_KEYS...more details | ||
| TRANSFER_QRY_LOC | Private | |
| CALL METHOD /sctm/cl_sp_route=>TRANSFER_QRY_LOC...more details | ||
| TRANSFER_QRY_SCUNITS | Protected | |
| CALL METHOD /sctm/cl_sp_route=>TRANSFER_QRY_SCUNITS...more details | ||
| TRANS_GRP_DELETE | Delete Product Transportation Group | Private |
| CALL METHOD /sctm/cl_sp_route=>TRANS_GRP_DELETE...more details | ||
| UNLOCK | Private | |
| CALL METHOD /sctm/cl_sp_route=>UNLOCK...more details | ||
| UPDATE | Private | |
| CALL METHOD /sctm/cl_sp_route=>UPDATE...more details | ||
| UPDATE_ROUTE_NET | Private | |
| CALL METHOD /sctm/cl_sp_route=>UPDATE_ROUTE_NET...more details | ||
| UPDATE_ROUTE_RT | Private | |
| CALL METHOD /sctm/cl_sp_route=>UPDATE_ROUTE_RT...more details | ||
| UPDATE_STOPS_RT | Private | |
| CALL METHOD /sctm/cl_sp_route=>UPDATE_STOPS_RT...more details | ||
/SCTM/CL_SP_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 |
| CT_LOCATIONS | Static Attribute | Adapter: Location Header | LIKE /SCTM/TT_AD_LOC_HD | Private | |
| CT_LOC_ADDRESSES | Static Attribute | Adaptor: Quantity of Addresses | LIKE /SCTM/TT_AD_ADDRESS | Private | |
| CT_LOC_ROLES | Static Attribute | Adapter: Location Roles | LIKE /SCTM/TT_AD_LOC_ROLES | Private | |
| CT_ZONES | Static Attribute | Adapter: Zone Header | LIKE /SCTM/TT_AD_ZONE_HD | Private | |
| MO_ATTRIBUTE_HANDLER | Instance Attribute | Attribute Handler UI (SAPGUI) | LIKE /SCMB/CL_ATTRIBUTE_HANDLER | Private | |
| MO_MESSAGE_HANDLER | Instance Attribute | Message Handler UI (SAPGUI) | LIKE /SCMB/CL_MESSAGE_HANDLER | Private | |
| MS_LOC_ADDRESS | Instance Attribute | Adapter: Address | LIKE /SCTM/S_AD_ADDRESS | Private | |
| MT_CD_PROPERTIES | Instance Attribute | Adapter: Number of Attributes at CD-Relevant Warehouses | LIKE /SCTM/TT_AD_CD_PROPERTIES | Private | |
| MT_GTS_MOT | Instance Attribute | LIKE T_GTS_MOT | Private | ||
| MT_LEAD_TIMES_ALL | Instance Attribute | Adapter: Lead Times for Routes Dep. on Request Type | LIKE /SCTM/TT_AD_CUT_OFF_TIME | Private | |
| MT_LEG_ALL | Instance Attribute | Adapter: Leg of a Route | LIKE /SCTM/TT_AD_LEG_HD | Private | |
| MT_LEG_CAL_ALL | Instance Attribute | Adapter: Departure Calendar for Leg and Request Type | LIKE /SCTM/TT_AD_LEG_CAL | Private | |
| MT_LEG_STOP_ALL | Instance Attribute | Adapter: Stop Sequence List for a Leg | LIKE /SCTM/TT_AD_LEG_STOPS | Private | |
| MT_LOC_ALL | Instance Attribute | Adapter: Location Header | LIKE /SCTM/TT_AD_LOC_HD | Private | |
| MT_LOC_ROLES_ALL | Instance Attribute | Adapter: Location Roles | LIKE /SCTM/TT_AD_LOC_ROLES | Private | |
| MT_MTR_ALL | Instance Attribute | Adapter: Means of Transport Header | LIKE /SCTM/TT_AD_MTR_HD | Private | |
| MT_MTR_PARENTS_ALL | Instance Attribute | Adapter: Means of Transport - Parent Relations | LIKE /SCTM/TT_AD_MTR_PARENT | Private | |
| MT_REQ_TYPES_ALL | Instance Attribute | Adapter: Request Types for Routes | LIKE /SCTM/TT_AD_REQ_TYPE | Private | |
| MT_ROUTE_ALL | Instance Attribute | Route Displayed | LIKE /SCTM/TT_AD_ROUTE_HD | Private | |
| MT_ROUTE_COPY | Instance Attribute | LIKE T_SP_ROUTE | Private | ||
| MT_ROUTE_HD_ALL | Instance Attribute | Header: All Routes | LIKE /SCTM/TT_AD_ROUTE_HD | Private | |
| MT_ROUTE_NET_ALL | Instance Attribute | Adapter: Number of Edges in (Hierarchical) Route Network | LIKE /SCTM/TT_AD_ROUTE_NET | Private | |
| MT_SHIP_CONDS_ALL | Instance Attribute | Adapter: Shipping Conditions for Routes | LIKE /SCTM/TT_AD_SHIP_COND | Private | |
| MT_STOPS_RT_ALL | Instance Attribute | Adapter: Request Types for Stops | LIKE /SCTM/TT_AD_STOPS_RT | Private | |
| MT_TRANS_GRP_ALL | Instance Attribute | Adapter: Transportation Groups for Routes | LIKE /SCTM/TT_AD_TRANS_GRP | Private | |
| MT_TSPAGM_ALL | Instance Attribute | Adapter: Transportation Service Provider for a Leg | LIKE /SCTM/TT_AD_LEG_TSP | Private | |
| MT_TSPHD_ALL | Instance Attribute | Adapter: Carrier Header | LIKE /SCTM/TT_AD_TSP_HD | Private | |
| MT_ZONE_ALL | Instance Attribute | Adapter: Zone Header | LIKE /SCTM/TT_AD_ZONE_HD | Private | |
| SC_CLEANUP_COMMIT | Instance Attribute | LIKE | Private | ||
| SC_CLEANUP_DEQUEUE | Instance Attribute | LIKE | Private | ||
| SC_CLEANUP_END | Instance Attribute | LIKE | 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