SAP /SCTM/CL_ASSIGNMENT_MANAGER OO Class - Assignment Management including MTR / TSP









/SCTM/CL_ASSIGNMENT_MANAGER 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_ASSIGNMENT_MANAGER 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_ASSIGNMENT_MANAGER is /SCMB/CL_H_ASSIGNMENT_MGR

Method list of /SCTM/CL_ASSIGNMENT_MANAGER 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_MTRCheck existence of Means of Transport object for a UIDPublic
CALL METHOD /sctm/cl_assignment_manager=>CHECK_MTR...more details

CHECK_TSPCheck existence of Transportation Service ProviderPublic
CALL METHOD /sctm/cl_assignment_manager=>CHECK_TSP...more details

COMPLETE_MTRCreation of Entire Means of Transport HierarchyPrivate
CALL METHOD /sctm/cl_assignment_manager=>COMPLETE_MTR...more details

COMPLETE_TSPCreation of All Transportation Service ProvidersPrivate
CALL METHOD /sctm/cl_assignment_manager=>COMPLETE_TSP...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /sctm/cl_assignment_manager=>CONSTRUCTOR...more details

CREATE_MTRCreate Means of Transport object for a GUIDPublic
CALL METHOD /sctm/cl_assignment_manager=>CREATE_MTR...more details

CREATE_TSPCreate Transportation Service Provider object for a GUIDPublic
CALL METHOD /sctm/cl_assignment_manager=>CREATE_TSP...more details

FIND_ASSIGNMENTSAssignment Options for a Geographical ObjectPublic
CALL METHOD /sctm/cl_assignment_manager=>FIND_ASSIGNMENTS...more details

GET_MTRGet Means of Transport object for a UIDPublic
CALL METHOD /sctm/cl_assignment_manager=>GET_MTR...more details

GET_MTR_FOR_MOTGet Means of Transport for specific Mode of TransportPublic
CALL METHOD /sctm/cl_assignment_manager=>GET_MTR_FOR_MOT...more details

GET_TSPGet Transportation Service Provider object for a GUIDPublic
CALL METHOD /sctm/cl_assignment_manager=>GET_TSP...more details

READFor Subsequent Determination (Combined Mass Access)Public
CALL METHOD /sctm/cl_assignment_manager=>READ...more details

READ_ASSIGNMENTSFor Subsequent Determin. of These Assignments (Mass Access)Private
CALL METHOD /sctm/cl_assignment_manager=>READ_ASSIGNMENTS...more details

READ_CONDITIONSFor Subsequent Determin. of These Restrictions (Mass Access)Private
CALL METHOD /sctm/cl_assignment_manager=>READ_CONDITIONS...more details

WIDE_CAST_GEODynamic Conversion of Geographical ObjectPublic
CALL METHOD /sctm/cl_assignment_manager=>WIDE_CAST_GEO...more details

WIDE_CAST_MTRDynamic Conversion of Means of TransportPublic
CALL METHOD /sctm/cl_assignment_manager=>WIDE_CAST_MTR...more details



/SCTM/CL_ASSIGNMENT_MANAGER 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_GEO_MTRInstance AttributeNumber of Assignments: Geographical Object -> MTrLIKE
/SCMB/TT_AD_GEOCOMP
Private
MT_GEO_MTR_TSPInstance AttributeAdapter: Quantity of Geo. -> MTr/TSPLIKE
/SCTM/TT_AD_GEO_MTR_TSP
Private
MT_MTRSInstance AttributeMapping: MTr UID -> MTr ObjectLIKE
/SCTM/TT_MAP_MTR_UID_OBJ
Private
MT_TSPSInstance AttributeMapping: TSP GUID -> TSP ObjectLIKE
/SCTM/TT_MAP_TSP_GUID_OBJ
Private
MV_ASSIGNMENTS_ACTIVEInstance AttributeEnable logic of assignmentsABAP_FALSELIKE
BOOLE_D
Public
MV_MTR_COMPLETEInstance AttributeMTR completely read?ABAP_FALSELIKE
BOOLE_D
Private
MV_TSP_COMPLETEInstance AttributeTSP completely read?ABAP_FALSELIKE
BOOLE_D
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



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!