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 NameDescriptionVisability
ADD_SORT_ASPECTRead and create a single aspect of trip sortingPrivate
CALL METHOD /sctm/cl_rg=>ADD_SORT_ASPECT...more details

BADIBAdI Method: Further Reduction of TripsPublic
CALL METHOD /sctm/cl_rg=>BADI...more details

CAST_REQUESTCast general request into RG requestPrivate
CALL METHOD /sctm/cl_rg=>CAST_REQUEST...more details

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

COSTInternal/External Penalty and Transportation Costs for TripsPublic
CALL METHOD /sctm/cl_rg=>COST...more details

DETERMINE_LANESDetermine Lane dataPrivate
CALL METHOD /sctm/cl_rg=>DETERMINE_LANES...more details

EHSDangerous Goods Filter for TripsPublic
CALL METHOD /sctm/cl_rg=>EHS...more details

EVALUATESelection of Best Trips per Transportation RequestPublic
CALL METHOD /sctm/cl_rg=>EVALUATE...more details

GET_PARAMETERSReads all Parameter ValuesPrivate
CALL METHOD /sctm/cl_rg=>GET_PARAMETERS...more details

PREPARE_TRIP_SORTINGRead and prioritize aspects of trip sortingPrivate
CALL METHOD /sctm/cl_rg=>PREPARE_TRIP_SORTING...more details

SCHEDULETrip SchedulingPublic
CALL METHOD /sctm/cl_rg=>SCHEDULE...more details

SELECTMass Selection of Master DataPublic
CALL METHOD /sctm/cl_rg=>SELECT...more details

SRDDetermine Trips on Basis of Static RoutesPublic
CALL METHOD /sctm/cl_rg=>SRD...more details

UPDATEUpdate Due to New RequestsPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MO_COST_MANAGERInstance AttributeAdministration of CostsLIKE
/SCTM/CL_COST_MANAGER
Protected
MO_GEOGRAPHYInstance AttributeAdministration of Geographical ObjectsLIKE
/SCTM/CL_GEOGRAPHY
Protected
MO_ROUTE_MANAGERInstance AttributeAdministration of RoutesLIKE
/SCTM/CL_ROUTE_MANAGER
Protected
MO_SCHEDULE_MANAGERInstance AttributeManager of SchedulingLIKE
/SCTM/CL_SCHEDULE_MANAGER
Protected
MT_LANEStatic AttributeLIKE
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



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!