SAP /SCTM/CL_BASE_TRIP OO Class - Base Trip









/SCTM/CL_BASE_TRIP 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_BASE_TRIP 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_ID_OBJ

Inheritance

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

Method list of /SCTM/CL_BASE_TRIP 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
COMPUTE_DURATIONCalculation of DurationPublic
CALL METHOD /sctm/cl_base_trip=>COMPUTE_DURATION...more details

GET_DISTANCEDistancePublic
CALL METHOD /sctm/cl_base_trip=>GET_DISTANCE...more details

GET_DURATIONDurationPublic
CALL METHOD /sctm/cl_base_trip=>GET_DURATION...more details

GET_END_TIMEEnd timePublic
CALL METHOD /sctm/cl_base_trip=>GET_END_TIME...more details

GET_EXISTINGSolution Object for Item SpecifiedProtected
CALL METHOD /sctm/cl_base_trip=>GET_EXISTING...more details

GET_IDPrivate
CALL METHOD /sctm/cl_base_trip=>GET_ID...more details

GET_LOC_ENDLast Location in Shipment DirectionPublic
CALL METHOD /sctm/cl_base_trip=>GET_LOC_END...more details

GET_LOC_STARTFirst Location in Shipment DirectionPublic
CALL METHOD /sctm/cl_base_trip=>GET_LOC_START...more details

GET_SCHD_TIME_FROMDirection-Dependent Time (Start or End Time)Public
CALL METHOD /sctm/cl_base_trip=>GET_SCHD_TIME_FROM...more details

GET_SCHD_TIME_TODirection-Dependent Time (Start or End Time)Public
CALL METHOD /sctm/cl_base_trip=>GET_SCHD_TIME_TO...more details

GET_START_TIMEStart TimePublic
CALL METHOD /sctm/cl_base_trip=>GET_START_TIME...more details

RAISE_SOLUTION_INCOMPLETETriggers Exception That Solution Is IncompleteProtected
CALL METHOD /sctm/cl_base_trip=>RAISE_SOLUTION_INCOMPLETE...more details

RAISE_TRIP_INCOMPLETETrigger Exception That Trip Is IncompleteProtected
CALL METHOD /sctm/cl_base_trip=>RAISE_TRIP_INCOMPLETE...more details




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!