SAP /SCTM/CL_M_ZONE OO Class - Maintenance: Zone









/SCTM/CL_M_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_M_ZONE including details of:

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



Method list of /SCTM/CL_M_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
CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /sctm/cl_m_zone=>CONSTRUCTOR...more details

DISTRIBUTEDistribution of This Zone to Other SystemsPublic
CALL METHOD /sctm/cl_m_zone=>DISTRIBUTE...more details

DISTRIBUTE_MULTIPLEDistribution of Zones to Other SystemsPublic
CALL METHOD /sctm/cl_m_zone=>DISTRIBUTE_MULTIPLE...more details

GET_CHANGE_NAMERequest: Last Changed ByPublic
CALL METHOD /sctm/cl_m_zone=>GET_CHANGE_NAME...more details

GET_CHANGE_TIMESTAMPRequest: Last Changed AtPublic
CALL METHOD /sctm/cl_m_zone=>GET_CHANGE_TIMESTAMP...more details

GET_DIRECT_ZONEPrivate
CALL METHOD /sctm/cl_m_zone=>GET_DIRECT_ZONE...more details

GET_LEGPrivate
CALL METHOD /sctm/cl_m_zone=>GET_LEG...more details

GET_LOC_GUIDSPrivate
CALL METHOD /sctm/cl_m_zone=>GET_LOC_GUIDS...more details

GET_LOC_IDSPrivate
CALL METHOD /sctm/cl_m_zone=>GET_LOC_IDS...more details

GET_MIXED_ZONEPrivate
CALL METHOD /sctm/cl_m_zone=>GET_MIXED_ZONE...more details

GET_POSTAL_ZONEPrivate
CALL METHOD /sctm/cl_m_zone=>GET_POSTAL_ZONE...more details

GET_REGION_ZONEPrivate
CALL METHOD /sctm/cl_m_zone=>GET_REGION_ZONE...more details

GET_SC_UNITZone Without a TypePrivate
CALL METHOD /sctm/cl_m_zone=>GET_SC_UNIT...more details

GET_ZONEReturns Zone If It ExistsPublic
CALL METHOD /sctm/cl_m_zone=>GET_ZONE...more details

GET_ZONESReturns Zones If They ExistPublic
CALL METHOD /sctm/cl_m_zone=>GET_ZONES...more details

GET_ZONE_DEL_FLAGIs the zone already marked for deletion?Public
CALL METHOD /sctm/cl_m_zone=>GET_ZONE_DEL_FLAG...more details

GET_ZONE_DESCRIPTIONRequest: Zone DescriptionPublic
CALL METHOD /sctm/cl_m_zone=>GET_ZONE_DESCRIPTION...more details

GET_ZONE_GUIDRequest: Zone IdentificationPublic
CALL METHOD /sctm/cl_m_zone=>GET_ZONE_GUID...more details

GET_ZONE_IDRequest: Zone NamePublic
CALL METHOD /sctm/cl_m_zone=>GET_ZONE_ID...more details

GET_ZONE_IF_EXISTSZone for a GUID If It Exists AlreadyPrivate
CALL METHOD /sctm/cl_m_zone=>GET_ZONE_IF_EXISTS...more details

GET_ZONE_TYPERequest: Which Zone Type Exists?Public
CALL METHOD /sctm/cl_m_zone=>GET_ZONE_TYPE...more details

HAS_DZONE_HD_CHANGEDHas This Header Data Been Changed?Public
CALL METHOD /sctm/cl_m_zone=>HAS_DZONE_HD_CHANGED...more details

HAS_PZONE_HD_CHANGEDHas This Header Data Been Changed?Public
CALL METHOD /sctm/cl_m_zone=>HAS_PZONE_HD_CHANGED...more details

HAS_RZONE_HD_CHANGEDHas This Header Data Been Changed?Public
CALL METHOD /sctm/cl_m_zone=>HAS_RZONE_HD_CHANGED...more details

HAS_ZONE_HD_CHANGEDHas This Header Data Been Changed?Public
CALL METHOD /sctm/cl_m_zone=>HAS_ZONE_HD_CHANGED...more details

INSERT_DIRECT_ZONEGenerate New ZonePublic
CALL METHOD /sctm/cl_m_zone=>INSERT_DIRECT_ZONE...more details

INSERT_MIXED_ZONEGenerate New ZonePublic
CALL METHOD /sctm/cl_m_zone=>INSERT_MIXED_ZONE...more details

INSERT_POSTAL_ZONEGenerate New ZonePublic
CALL METHOD /sctm/cl_m_zone=>INSERT_POSTAL_ZONE...more details

INSERT_REGION_ZONEGenerate New ZonePublic
CALL METHOD /sctm/cl_m_zone=>INSERT_REGION_ZONE...more details

SAVESave New Zone or Changes to an Existing ZonePublic
CALL METHOD /sctm/cl_m_zone=>SAVE...more details

SAVE_MULTIPLEPrivate
CALL METHOD /sctm/cl_m_zone=>SAVE_MULTIPLE...more details

UPDATE_DIRECT_ZONEChange Existing ZonePublic
CALL METHOD /sctm/cl_m_zone=>UPDATE_DIRECT_ZONE...more details

UPDATE_MIXED_ZONEChange Existing ZonePublic
CALL METHOD /sctm/cl_m_zone=>UPDATE_MIXED_ZONE...more details

UPDATE_POSTAL_ZONEChange Existing ZonePublic
CALL METHOD /sctm/cl_m_zone=>UPDATE_POSTAL_ZONE...more details

UPDATE_REGION_ZONEChange Existing ZonePublic
CALL METHOD /sctm/cl_m_zone=>UPDATE_REGION_ZONE...more details



/SCTM/CL_M_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
CT_ZONESStatic AttributeMapping: Zone_GUID to Maintenance_Zone_ObjectLIKE
/SCTM/TT_MAP_M_ZONE_GUID_OBJ
Private
MS_DZONE_HDInstance AttributeHeader of Direct ZoneLIKE
/SCTM/S_AD_ZONE_HD
Public
MS_PZONE_HDInstance AttributeHeader of Postal Code ZoneLIKE
/SCTM/S_AD_ZONE_HD
Public
MS_RZONE_HDInstance AttributeHeader of Region ZoneLIKE
/SCTM/S_AD_ZONE_HD
Public
MS_ZONE_HDInstance AttributeZone Header: Leg, SC UnitLIKE
/SCTM/S_AD_ZONE_HD
Public
MT_LOCATIONSInstance AttributeAdapter: Location KeyLIKE
/SCTM/TT_AD_DLOC
Public
MT_PCODE_INTERVALSInstance AttributeAdapter: Postal Code IntervalLIKE
/SCTM/TT_AD_PCODE_INTERV
Public
MT_REGIONSInstance AttributeAdapter: RegionLIKE
/SCTM/TT_AD_REGION
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!