SAP /SCTM/CL_RG OO Class - Routing Guide
/SCTM/CL_RG 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_RG 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_RG 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_SORT_ASPECT | Read and create a single aspect of trip sorting | Private |
| CALL METHOD /sctm/cl_rg=>ADD_SORT_ASPECT...more details | ||
| BADI | BAdI Method: Further Reduction of Trips | Public |
| CALL METHOD /sctm/cl_rg=>BADI...more details | ||
| CAST_REQUEST | Cast general request into RG request | Private |
| CALL METHOD /sctm/cl_rg=>CAST_REQUEST...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD /sctm/cl_rg=>CONSTRUCTOR...more details | ||
| COST | Internal/External Penalty and Transportation Costs for Trips | Public |
| CALL METHOD /sctm/cl_rg=>COST...more details | ||
| DETERMINE_LANES | Determine Lane data | Private |
| CALL METHOD /sctm/cl_rg=>DETERMINE_LANES...more details | ||
|
| ||
| EHS | Dangerous Goods Filter for Trips | Public |
| CALL METHOD /sctm/cl_rg=>EHS...more details | ||
| EVALUATE | Selection of Best Trips per Transportation Request | Public |
| CALL METHOD /sctm/cl_rg=>EVALUATE...more details | ||
| GET_PARAMETERS | Reads all Parameter Values | Private |
| CALL METHOD /sctm/cl_rg=>GET_PARAMETERS...more details | ||
| PREPARE_TRIP_SORTING | Read and prioritize aspects of trip sorting | Private |
| CALL METHOD /sctm/cl_rg=>PREPARE_TRIP_SORTING...more details | ||
| SCHEDULE | Trip Scheduling | Public |
| CALL METHOD /sctm/cl_rg=>SCHEDULE...more details | ||
| SELECT | Mass Selection of Master Data | Public |
| CALL METHOD /sctm/cl_rg=>SELECT...more details | ||
| SRD | Determine Trips on Basis of Static Routes | Public |
| CALL METHOD /sctm/cl_rg=>SRD...more details | ||
| UPDATE | Update Due to New Requests | Public |
| CALL METHOD /sctm/cl_rg=>UPDATE...more details | ||
/SCTM/CL_RG 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 |
| MO_COST_MANAGER | Instance Attribute | Administration of Costs | LIKE /SCTM/CL_COST_MANAGER | Protected | |
| MO_GEOGRAPHY | Instance Attribute | Administration of Geographical Objects | LIKE /SCTM/CL_GEOGRAPHY | Protected | |
| MO_ROUTE_MANAGER | Instance Attribute | Administration of Routes | LIKE /SCTM/CL_ROUTE_MANAGER | Protected | |
| MO_SCHEDULE_MANAGER | Instance Attribute | Manager of Scheduling | LIKE /SCTM/CL_SCHEDULE_MANAGER | Protected | |
| MT_LANE | Static Attribute | LIKE | Private |
/SCTM/CL_RG types
TY_S_VRM -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