SAP /SCTM/CL_LANE OO Class - Way Between Two Locations









/SCTM/CL_LANE 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_LANE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /SCTM/CL_LANE is /SCTM/CL_BASE_TRIP

Method list of /SCTM/CL_LANE 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
CHECK_LANE_VALIDITYCheck if most specific lane still validPublic
CALL METHOD /sctm/cl_lane=>CHECK_LANE_VALIDITY...more details

CLONEGenerate DuplicatePublic
CALL METHOD /sctm/cl_lane=>CLONE...more details

CONSTRUCTORPrivate
CALL METHOD /sctm/cl_lane=>CONSTRUCTOR...more details

ESTIMATE_DIST_DURfor the selected objectsPublic
CALL METHOD /sctm/cl_lane=>ESTIMATE_DIST_DUR...more details

ESTIMATE_TIME_INTERVALEstimate Transportation Period on Basis of Start or End TimePublic
CALL METHOD /sctm/cl_lane=>ESTIMATE_TIME_INTERVAL...more details

GET_EXISTING_LOCATIONGet existing LocationPrivate
CALL METHOD /sctm/cl_lane=>GET_EXISTING_LOCATION...more details

GET_LANETransportation Lane: 2 Locations, Means of Transport, PeriodPublic
CALL METHOD /sctm/cl_lane=>GET_LANE...more details

GET_LOC_FROMFirst Location in Given DirectionPublic
CALL METHOD /sctm/cl_lane=>GET_LOC_FROM...more details

GET_LOC_TOSecond Location in Given DirectionPublic
CALL METHOD /sctm/cl_lane=>GET_LOC_TO...more details

READ_LANESMass Reading from DatabasePublic
CALL METHOD /sctm/cl_lane=>READ_LANES...more details

SET_COSTSSet Cost of Lane objectPublic
CALL METHOD /sctm/cl_lane=>SET_COSTS...more details

SET_DISTANCESet Distance of Lane objectPublic
CALL METHOD /sctm/cl_lane=>SET_DISTANCE...more details

SET_DURATIONSet Duration of Lane objectPublic
CALL METHOD /sctm/cl_lane=>SET_DURATION...more details

SET_LANE_VALIDITYSet the Lane validity of the most specific lanePublic
CALL METHOD /sctm/cl_lane=>SET_LANE_VALIDITY...more details

SET_TRANS_ENDTransportation End TimePublic
CALL METHOD /sctm/cl_lane=>SET_TRANS_END...more details

SET_TRANS_FROMDirection-Dependent Transportation Time (Start or End Time)Public
CALL METHOD /sctm/cl_lane=>SET_TRANS_FROM...more details

SET_TRANS_STARTTransportation Start TimePublic
CALL METHOD /sctm/cl_lane=>SET_TRANS_START...more details

SET_TRANS_TODirection-Dependent Transportation Time (Start or End Time)Public
CALL METHOD /sctm/cl_lane=>SET_TRANS_TO...more details



/SCTM/CL_LANE 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
MT_LANESStatic AttributePositive List: Existing StagesLIKE
/SCTM/TT_AD_LANE_MTR
Private
MT_NO_LANESStatic AttributeNegative List: Existing StagesLIKE
/SCTM/TT_AD_NO_LANE_MTR
Private
MV_DISTANCEInstance AttributeDistanceLIKE
/SCMB/DE_DISTANCE
Public
MV_DURATIONInstance AttributeDuration DBLIKE
/SCMB/DE_DURATION
Private
MV_IDInstance AttributeTM Object NameLIKE
/SCMB/DE_ID
Private
MV_LANE_COMPLETEInstance AttributeLane data filledLIKE
BOOLE_D
Public
MV_LANE_VAL_FRInstance AttributeLane validityLIKE
/SCMB/DE_TIMESTAMP
Private
MV_LANE_VAL_TOInstance AttributeLane validityLIKE
/SCMB/DE_TIMESTAMP
Private
MV_TCOSTInstance AttributeVariable Transportation Costs of a ProductLIKE
/SCMB/MDL_TRCOST
Public
MV_TCOST_UOMInstance AttributeUnit of Measure for Transportation Costs of a ProductLIKE
/SCMB/MDL_TRCOSTUNIT
Public
MV_TRANSPORT_CALInstance AttributeTransportation CalendarLIKE
/SCMB/MDL_TRCAL
Public
MV_TRANS_ENDInstance AttributeTransportation End TimeLIKE
/SCMB/DE_TIMESTAMP
Private
MV_TRANS_STARTInstance AttributeTransportation Start TimeLIKE
/SCMB/DE_TIMESTAMP
Private
MV_TTYPECOSTInstance AttributeDistance-Dependent Costs of a Means of Transport (per km)LIKE
/SCMB/MDL_TRTYPECOST
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!