SAP /SCTM/CL_ZONE_SP OO Class - Service Provider: Zone









/SCTM/CL_ZONE_SP 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_ZONE_SP 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_SP_ACTION

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_SP_ASPECT

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_SP_LOCKING

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_SP_QUERY

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_SP_TRANSACTION

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_SP_VALUE_SET

Inheritance

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

Method list of /SCTM/CL_ZONE_SP 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
ACTIONPrivate
CALL METHOD /sctm/cl_zone_sp=>ACTION...more details

BEFORE_SAVEPrivate
CALL METHOD /sctm/cl_zone_sp=>BEFORE_SAVE...more details

CALCULATE_ZONE_COORDINATESCalculate Zone coordinatesPrivate
CALL METHOD /sctm/cl_zone_sp=>CALCULATE_ZONE_COORDINATES...more details

CHECK_ZONE_HEADERCheck if corresponding Zone header existsPrivate
CALL METHOD /sctm/cl_zone_sp=>CHECK_ZONE_HEADER...more details

CHECK_ZONE_TYPECheck valid Zone typePrivate
CALL METHOD /sctm/cl_zone_sp=>CHECK_ZONE_TYPE...more details

CLEANUPPrivate
CALL METHOD /sctm/cl_zone_sp=>CLEANUP...more details

CONSTRUCTORConstruct Service ProviderPublic
CALL METHOD /sctm/cl_zone_sp=>CONSTRUCTOR...more details

CONVERT_COORDINATES_TO_UIConvert Coordinates to UI structurePrivate
CALL METHOD /sctm/cl_zone_sp=>CONVERT_COORDINATES_TO_UI...more details

DELETEPrivate
CALL METHOD /sctm/cl_zone_sp=>DELETE...more details

DELETE_DZONE_POSITIONSDelete Location assignmentProtected
CALL METHOD /sctm/cl_zone_sp=>DELETE_DZONE_POSITIONS...more details

DELETE_PZONE_POSITIONSDelete Postal Code IntervalProtected
CALL METHOD /sctm/cl_zone_sp=>DELETE_PZONE_POSITIONS...more details

DELETE_RZONE_POSITIONSDelete RegionsProtected
CALL METHOD /sctm/cl_zone_sp=>DELETE_RZONE_POSITIONS...more details

DELETE_ZONE_HEADERSDelete Zone header including depending dataProtected
CALL METHOD /sctm/cl_zone_sp=>DELETE_ZONE_HEADERS...more details

DETERMINE_VALID_ZONE_TYPESCheck valid Zone typePrivate
CALL METHOD /sctm/cl_zone_sp=>DETERMINE_VALID_ZONE_TYPES...more details

DISPLAY_INCLUDED_LOCATIONSDisplay included LocationsPrivate
CALL METHOD /sctm/cl_zone_sp=>DISPLAY_INCLUDED_LOCATIONS...more details

END_OF_QUEUEPrivate
CALL METHOD /sctm/cl_zone_sp=>END_OF_QUEUE...more details

EXECUTEPrivate
CALL METHOD /sctm/cl_zone_sp=>EXECUTE...more details

GET_REGIONSDetermine Regions of a countryPublic
CALL METHOD /sctm/cl_zone_sp=>GET_REGIONS...more details

GET_VALUE_SETPrivate
CALL METHOD /sctm/cl_zone_sp=>GET_VALUE_SET...more details

INSERTPrivate
CALL METHOD /sctm/cl_zone_sp=>INSERT...more details

INSERT_ALL_REGIONSInsert all Regions of a countryPrivate
CALL METHOD /sctm/cl_zone_sp=>INSERT_ALL_REGIONS...more details

INSERT_DZONE_POSITIONInsert Location assignmentProtected
CALL METHOD /sctm/cl_zone_sp=>INSERT_DZONE_POSITION...more details

INSERT_PZONE_POSITIONInsert Postal Code IntervalProtected
CALL METHOD /sctm/cl_zone_sp=>INSERT_PZONE_POSITION...more details

INSERT_RZONE_POSITIONInsert RegionProtected
CALL METHOD /sctm/cl_zone_sp=>INSERT_RZONE_POSITION...more details

INSERT_ZONE_HEADInsert Zone headerProtected
CALL METHOD /sctm/cl_zone_sp=>INSERT_ZONE_HEAD...more details

LOCKPrivate
CALL METHOD /sctm/cl_zone_sp=>LOCK...more details

QUERYPrivate
CALL METHOD /sctm/cl_zone_sp=>QUERY...more details

READ_FROM_DBRead Transportation Zone data from DBProtected
CALL METHOD /sctm/cl_zone_sp=>READ_FROM_DB...more details

REJECT_CHANGE_ZONEAuthority check for Zone changePrivate
CALL METHOD /sctm/cl_zone_sp=>REJECT_CHANGE_ZONE...more details

SAVEPrivate
CALL METHOD /sctm/cl_zone_sp=>SAVE...more details

SELECTPrivate
CALL METHOD /sctm/cl_zone_sp=>SELECT...more details

SELECT_BY_RELATIONPrivate
CALL METHOD /sctm/cl_zone_sp=>SELECT_BY_RELATION...more details

SELECT_DZONES_POSITIONSDisplay Location assignmentsProtected
CALL METHOD /sctm/cl_zone_sp=>SELECT_DZONES_POSITIONS...more details

SELECT_LEGS_POSITIONSDisplay Leg infoProtected
CALL METHOD /sctm/cl_zone_sp=>SELECT_LEGS_POSITIONS...more details

SELECT_PZONES_POSITIONSDisplay Postal Code IntervalsProtected
CALL METHOD /sctm/cl_zone_sp=>SELECT_PZONES_POSITIONS...more details

SELECT_RZONES_POSITIONSDisplay RegionsProtected
CALL METHOD /sctm/cl_zone_sp=>SELECT_RZONES_POSITIONS...more details

SELECT_ZONES_HEADSDisplay Zone headerProtected
CALL METHOD /sctm/cl_zone_sp=>SELECT_ZONES_HEADS...more details

SELECT_ZONES_ROUTESDisplay Route infoProtected
CALL METHOD /sctm/cl_zone_sp=>SELECT_ZONES_ROUTES...more details

SET_ZONE_TYPE_TO_MIXEDChange of Zone Type When Enhancing Basis ZonesPrivate
CALL METHOD /sctm/cl_zone_sp=>SET_ZONE_TYPE_TO_MIXED...more details

UNLOCKPrivate
CALL METHOD /sctm/cl_zone_sp=>UNLOCK...more details

UPDATEPrivate
CALL METHOD /sctm/cl_zone_sp=>UPDATE...more details

UPDATE_DZONE_POSITIONSUpdate Location assignmentProtected
CALL METHOD /sctm/cl_zone_sp=>UPDATE_DZONE_POSITIONS...more details

UPDATE_PZONE_POSITIONSUpdate Postal Code IntervalProtected
CALL METHOD /sctm/cl_zone_sp=>UPDATE_PZONE_POSITIONS...more details

UPDATE_RZONE_POSITIONSUpdate RegionProtected
CALL METHOD /sctm/cl_zone_sp=>UPDATE_RZONE_POSITIONS...more details

UPDATE_ZONE_HEADSUpdate Zone headerProtected
CALL METHOD /sctm/cl_zone_sp=>UPDATE_ZONE_HEADS...more details



/SCTM/CL_ZONE_SP 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
GC_MAX_DISP_LOCATIONConstantNatural number1000LIKE
INT4
Protected
GC_TZONE_DEFAULTConstantTime Zone'UTC'LIKE
TZNZONE
Public
MO_GEOGRAPHYInstance AttributeAdministration of Geographical ObjectsLIKE
/SCTM/CL_GEOGRAPHY
Private
MO_ZONE_MD_BADIInstance AttributeLIKE
/SCTM/EX_ZONE_MD
Protected
MT_ZONE_HEADERInstance AttributeZone header dataLIKE
/SCTM/TT_AD_ZONE_HD
Private
MT_ZONE_LEG_STOPSInstance AttributeLeg stops of a ZoneLIKE
/SCTM/TT_SP_A_ZONE_L
Private
MT_ZONE_LOCATIONSInstance AttributeLocations assigned to ZoneLIKE
/SCTM/TT_AD_DLOC
Private
MT_ZONE_PCODESInstance AttributePostal Code Intervals assigned to ZoneLIKE
/SCTM/TT_AD_PCODE_INTERV
Private
MT_ZONE_REGIONSInstance AttributeRegions assigned to ZoneLIKE
/SCTM/TT_AD_REGION
Private
MT_ZONE_ROUTESInstance AttributeRoutes including ZoneLIKE
/SCTM/TT_SP_A_ZONE_ROUTE
Private
MV_DISPLAYED_LOC_INDEX_STARTInstance AttributeNatural numberLIKE
INT4
Protected
MV_DISPLAYED_LOC_REST_REQUIREDInstance AttributeRestrict displayed locationsLIKE
BOOLE_D
Protected
MV_HIDE_LEGSInstance AttributeShall the Leg Zones be hidden?LIKE
BOOLE_D
Private
MV_SELECTED_ZONE_GUIDInstance AttributeGUID of an SCM Master Data ObjectLIKE
/SCMB/DE_GUID
Protected
SC_CLEANUP_COMMITInstance AttributeLIKE
Private
SC_CLEANUP_DEQUEUEInstance AttributeLIKE
Private
SC_CLEANUP_ENDInstance AttributeLIKE
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!