SAP /SCTM/CL_ZONE OO Class - Zone









/SCTM/CL_ZONE 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 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_ZONE is /SCTM/CL_SPOT

Method list of /SCTM/CL_ZONE 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_CHILD_ZONEAdd Child ZonePublic
CALL METHOD /sctm/cl_zone=>ADD_CHILD_ZONE...more details

ADD_LOCATIONAdd LocationPublic
CALL METHOD /sctm/cl_zone=>ADD_LOCATION...more details

ADD_PARENT_ZONEAdd Parent ZonePublic
CALL METHOD /sctm/cl_zone=>ADD_PARENT_ZONE...more details

CLASS_CONSTRUCTORClass ConstructorPublic
CALL METHOD /sctm/cl_zone=>CLASS_CONSTRUCTOR...more details

CONNECT_ZONE_WITH_LOCATIONConnect Zone with LocationProtected
CALL METHOD /sctm/cl_zone=>CONNECT_ZONE_WITH_LOCATION...more details

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

FIND_ALL_CHILD_ZONESAll Zones ContainedProtected
CALL METHOD /sctm/cl_zone=>FIND_ALL_CHILD_ZONES...more details

FIND_DIRECT_CHILD_ZONESAll Zones Contained DirectlyProtected
CALL METHOD /sctm/cl_zone=>FIND_DIRECT_CHILD_ZONES...more details

FIND_DIRECT_PARENT_ZONESAll Zones That Contain the ZoneProtected
CALL METHOD /sctm/cl_zone=>FIND_DIRECT_PARENT_ZONES...more details

FIND_LOCATIONSAll LocationsProtected
CALL METHOD /sctm/cl_zone=>FIND_LOCATIONS...more details

GET_ALL_CHILD_ZONESReturn all included ZonesPublic
CALL METHOD /sctm/cl_zone=>GET_ALL_CHILD_ZONES...more details

GET_ALL_LOCATIONSReturn all included LocationsPublic
CALL METHOD /sctm/cl_zone=>GET_ALL_LOCATIONS...more details

GET_ALL_PARENT_ZONESReturn all included ZonesPublic
CALL METHOD /sctm/cl_zone=>GET_ALL_PARENT_ZONES...more details

GET_CHILD_ZONESReturn all direct subordinate zonesPublic
CALL METHOD /sctm/cl_zone=>GET_CHILD_ZONES...more details

GET_PARENT_ZONESReturn all direct superordinate zonesPublic
CALL METHOD /sctm/cl_zone=>GET_PARENT_ZONES...more details

GET_ZONE_TYPEReturn Zone TypePublic
CALL METHOD /sctm/cl_zone=>GET_ZONE_TYPE...more details

INCLUDE_PARENTSAdd All Parent Zones for This ZonePublic
CALL METHOD /sctm/cl_zone=>INCLUDE_PARENTS...more details

IS_PARENT_OFIs This Zone a Superordinate Zone of the Given Zone?Public
CALL METHOD /sctm/cl_zone=>IS_PARENT_OF...more details

ZONE_TYPESReturn All Other Specific Zone TypesPublic
CALL METHOD /sctm/cl_zone=>ZONE_TYPES...more details



/SCTM/CL_ZONE 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
GEO_TYPEConstantClassification of Geographical Object'Z'LIKE
/SCMB/DE_TYPE_GEO
Public
MO_HIERARCHYInstance AttributeHierarchical ZoneLIKE
/SCTM/CL_H_ZONE
Public
MT_CHILD_ZONESInstance AttributeSubordinate ZonesLIKE
/SCTM/TT_ZONE
Protected
MT_LOCATIONSInstance AttributeDirectly assigned LocationsLIKE
/SCTM/TT_LOCATION
Public
MT_LOCATIONS_EXCLUDEInstance AttributeExcluded LocationsLIKE
/SCMB/TT_GUID
Public
MT_LOCS_INCLUDEDInstance AttributeAll included Locations (directly under zone)LIKE
/SCTM/TT_LOCATION
Protected
MT_LOCS_INCLUDED_ALLInstance AttributeAll included Locations (including hierarchy)LIKE
/SCTM/TT_LOCATION
Protected
MT_PARENT_ZONESInstance AttributeSuperordinate ZonesLIKE
/SCTM/TT_ZONE
Protected
MT_POSTAL_INTERVALSInstance AttributeQuantity of Postal Code IntervalsLIKE
/SCTM/TT_POSTAL_INTERVAL
Public
MT_REGIONSInstance AttributeQuantity of RegionsLIKE
/SCTM/TT_REGION
Public
MV_CHILD_ZONES_READInstance AttributeHave the child zones been read?LIKE
BOOLE_D
Protected
MV_DESCRIPTIONInstance AttributeDescriptionLIKE
/SCMB/DE_DESC
Public
MV_LOCS_INCLUDED_ALL_READInstance AttributeAll included Locations are determinedABAP_FALSELIKE
BOOLE_D
Protected
MV_LOCS_INCLUDED_READInstance AttributeAll direct Locations are determinedABAP_FALSELIKE
BOOLE_D
Protected
MV_PARENT_ZONES_READInstance AttributeHave the parent zones been read?LIKE
BOOLE_D
Protected
MV_XPOSInstance AttributeLongitude Specified in GPS CoordinatesLIKE
/SCMB/MDL_HORIZGPS
Public
MV_YPOSInstance AttributeLatitude Specified in GPS CoordinatesLIKE
/SCMB/MDL_VERTIGPS
Public
MV_ZONE_TYPEInstance AttributeZone TypeLIKE
/SCMB/DE_TYPE_ZONE
Public
ST_ZONE_TYPESStatic AttributeQuantity of Zone TypesLIKE
/SCTM/TT_ZONE_TYPE
Public
ZONE_TYPE_ANYConstantClassification of Zones'A'LIKE
/SCMB/DE_TYPE_ZONE
Public
ZONE_TYPE_BASICConstantBasis Zone'B'LIKE
/SCMB/DE_TYPE_ZONE
Public
ZONE_TYPE_DIRECTConstantDirect Zone'D'LIKE
/SCMB/DE_TYPE_ZONE
Public
ZONE_TYPE_LEGConstantLeg Zone'L'LIKE
/SCMB/DE_TYPE_ZONE
Public
ZONE_TYPE_MIXEDConstantMixed Zone'M'LIKE
/SCMB/DE_TYPE_ZONE
Public
ZONE_TYPE_POSTALConstantPostal Code Zone'P'LIKE
/SCMB/DE_TYPE_ZONE
Public
ZONE_TYPE_REGIONConstantRegion Zone'R'LIKE
/SCMB/DE_TYPE_ZONE
Public
ZONE_TYPE_UNSPECIFIEDConstantUnspecified Zone'?'LIKE
/SCMB/DE_TYPE_ZONE
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!