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 Name | Description | Visability |
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /sctm/cl_m_zone=>CONSTRUCTOR...more details | ||
| DISTRIBUTE | Distribution of This Zone to Other Systems | Public |
| CALL METHOD /sctm/cl_m_zone=>DISTRIBUTE...more details | ||
| DISTRIBUTE_MULTIPLE | Distribution of Zones to Other Systems | Public |
| CALL METHOD /sctm/cl_m_zone=>DISTRIBUTE_MULTIPLE...more details | ||
| GET_CHANGE_NAME | Request: Last Changed By | Public |
| CALL METHOD /sctm/cl_m_zone=>GET_CHANGE_NAME...more details | ||
| GET_CHANGE_TIMESTAMP | Request: Last Changed At | Public |
| CALL METHOD /sctm/cl_m_zone=>GET_CHANGE_TIMESTAMP...more details | ||
| GET_DIRECT_ZONE | Private | |
| CALL METHOD /sctm/cl_m_zone=>GET_DIRECT_ZONE...more details | ||
|
| ||
| GET_LEG | Private | |
| CALL METHOD /sctm/cl_m_zone=>GET_LEG...more details | ||
| GET_LOC_GUIDS | Private | |
| CALL METHOD /sctm/cl_m_zone=>GET_LOC_GUIDS...more details | ||
| GET_LOC_IDS | Private | |
| CALL METHOD /sctm/cl_m_zone=>GET_LOC_IDS...more details | ||
| GET_MIXED_ZONE | Private | |
| CALL METHOD /sctm/cl_m_zone=>GET_MIXED_ZONE...more details | ||
| GET_POSTAL_ZONE | Private | |
| CALL METHOD /sctm/cl_m_zone=>GET_POSTAL_ZONE...more details | ||
| GET_REGION_ZONE | Private | |
| CALL METHOD /sctm/cl_m_zone=>GET_REGION_ZONE...more details | ||
| GET_SC_UNIT | Zone Without a Type | Private |
| CALL METHOD /sctm/cl_m_zone=>GET_SC_UNIT...more details | ||
| GET_ZONE | Returns Zone If It Exists | Public |
| CALL METHOD /sctm/cl_m_zone=>GET_ZONE...more details | ||
| GET_ZONES | Returns Zones If They Exist | Public |
| CALL METHOD /sctm/cl_m_zone=>GET_ZONES...more details | ||
| GET_ZONE_DEL_FLAG | Is the zone already marked for deletion? | Public |
| CALL METHOD /sctm/cl_m_zone=>GET_ZONE_DEL_FLAG...more details | ||
| GET_ZONE_DESCRIPTION | Request: Zone Description | Public |
| CALL METHOD /sctm/cl_m_zone=>GET_ZONE_DESCRIPTION...more details | ||
| GET_ZONE_GUID | Request: Zone Identification | Public |
| CALL METHOD /sctm/cl_m_zone=>GET_ZONE_GUID...more details | ||
| GET_ZONE_ID | Request: Zone Name | Public |
| CALL METHOD /sctm/cl_m_zone=>GET_ZONE_ID...more details | ||
| GET_ZONE_IF_EXISTS | Zone for a GUID If It Exists Already | Private |
| CALL METHOD /sctm/cl_m_zone=>GET_ZONE_IF_EXISTS...more details | ||
| GET_ZONE_TYPE | Request: Which Zone Type Exists? | Public |
| CALL METHOD /sctm/cl_m_zone=>GET_ZONE_TYPE...more details | ||
| HAS_DZONE_HD_CHANGED | Has This Header Data Been Changed? | Public |
| CALL METHOD /sctm/cl_m_zone=>HAS_DZONE_HD_CHANGED...more details | ||
| HAS_PZONE_HD_CHANGED | Has This Header Data Been Changed? | Public |
| CALL METHOD /sctm/cl_m_zone=>HAS_PZONE_HD_CHANGED...more details | ||
| HAS_RZONE_HD_CHANGED | Has This Header Data Been Changed? | Public |
| CALL METHOD /sctm/cl_m_zone=>HAS_RZONE_HD_CHANGED...more details | ||
| HAS_ZONE_HD_CHANGED | Has This Header Data Been Changed? | Public |
| CALL METHOD /sctm/cl_m_zone=>HAS_ZONE_HD_CHANGED...more details | ||
| INSERT_DIRECT_ZONE | Generate New Zone | Public |
| CALL METHOD /sctm/cl_m_zone=>INSERT_DIRECT_ZONE...more details | ||
| INSERT_MIXED_ZONE | Generate New Zone | Public |
| CALL METHOD /sctm/cl_m_zone=>INSERT_MIXED_ZONE...more details | ||
| INSERT_POSTAL_ZONE | Generate New Zone | Public |
| CALL METHOD /sctm/cl_m_zone=>INSERT_POSTAL_ZONE...more details | ||
| INSERT_REGION_ZONE | Generate New Zone | Public |
| CALL METHOD /sctm/cl_m_zone=>INSERT_REGION_ZONE...more details | ||
| SAVE | Save New Zone or Changes to an Existing Zone | Public |
| CALL METHOD /sctm/cl_m_zone=>SAVE...more details | ||
| SAVE_MULTIPLE | Private | |
| CALL METHOD /sctm/cl_m_zone=>SAVE_MULTIPLE...more details | ||
| UPDATE_DIRECT_ZONE | Change Existing Zone | Public |
| CALL METHOD /sctm/cl_m_zone=>UPDATE_DIRECT_ZONE...more details | ||
| UPDATE_MIXED_ZONE | Change Existing Zone | Public |
| CALL METHOD /sctm/cl_m_zone=>UPDATE_MIXED_ZONE...more details | ||
| UPDATE_POSTAL_ZONE | Change Existing Zone | Public |
| CALL METHOD /sctm/cl_m_zone=>UPDATE_POSTAL_ZONE...more details | ||
| UPDATE_REGION_ZONE | Change Existing Zone | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| CT_ZONES | Static Attribute | Mapping: Zone_GUID to Maintenance_Zone_Object | LIKE /SCTM/TT_MAP_M_ZONE_GUID_OBJ | Private | |
| MS_DZONE_HD | Instance Attribute | Header of Direct Zone | LIKE /SCTM/S_AD_ZONE_HD | Public | |
| MS_PZONE_HD | Instance Attribute | Header of Postal Code Zone | LIKE /SCTM/S_AD_ZONE_HD | Public | |
| MS_RZONE_HD | Instance Attribute | Header of Region Zone | LIKE /SCTM/S_AD_ZONE_HD | Public | |
| MS_ZONE_HD | Instance Attribute | Zone Header: Leg, SC Unit | LIKE /SCTM/S_AD_ZONE_HD | Public | |
| MT_LOCATIONS | Instance Attribute | Adapter: Location Key | LIKE /SCTM/TT_AD_DLOC | Public | |
| MT_PCODE_INTERVALS | Instance Attribute | Adapter: Postal Code Interval | LIKE /SCTM/TT_AD_PCODE_INTERV | Public | |
| MT_REGIONS | Instance Attribute | Adapter: Region | LIKE /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