SAP /SCTM/CL_GEOGRAPHY OO Class - Administration of Geographical Objects
/SCTM/CL_GEOGRAPHY 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_GEOGRAPHY 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_GEOGRAPHY 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 |
| ADD_ZONE_HIERARCHY | Add Zone hierarchy to zone objects | Public |
| CALL METHOD /sctm/cl_geography=>ADD_ZONE_HIERARCHY...more details | ||
| CHECK_ZONE_BUFFER | Zone for GUID from Buffer | Private |
| CALL METHOD /sctm/cl_geography=>CHECK_ZONE_BUFFER...more details | ||
| COMPLETE | Construction of Entire Geography | Public |
| CALL METHOD /sctm/cl_geography=>COMPLETE...more details | ||
| COMPLETE_ZONES | Complete Zones by including buffered Locations | Public |
| CALL METHOD /sctm/cl_geography=>COMPLETE_ZONES...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /sctm/cl_geography=>CONSTRUCTOR...more details | ||
| CREATE_LOCATION_FROM_ADDRESS | Create a Location from an Address | Private |
| CALL METHOD /sctm/cl_geography=>CREATE_LOCATION_FROM_ADDRESS...more details | ||
|
| ||
| CREATE_ONE_TIME_LOCATION | create one-time location | Private |
| CALL METHOD /sctm/cl_geography=>CREATE_ONE_TIME_LOCATION...more details | ||
| CREATE_ZONE | Create Zone and Save Object Entry | Private |
| CALL METHOD /sctm/cl_geography=>CREATE_ZONE...more details | ||
| DELETE_LEG | Delete Route Leg for a GUID | Public |
| CALL METHOD /sctm/cl_geography=>DELETE_LEG...more details | ||
| DELETE_OBJECT | Help Method for Geographical Objects of a GUID | Private |
| CALL METHOD /sctm/cl_geography=>DELETE_OBJECT...more details | ||
| DELETE_ONE_TIME_LOCATIONS | delete one-time locations | Public |
| CALL METHOD /sctm/cl_geography=>DELETE_ONE_TIME_LOCATIONS...more details | ||
| DETERMINE_LEGS | Determine Schedule (Legs) from Zones | Public |
| CALL METHOD /sctm/cl_geography=>DETERMINE_LEGS...more details | ||
| DETERMINE_ZONE_LOC_RELATIONS | Determine Zone - Location relations | Public |
| CALL METHOD /sctm/cl_geography=>DETERMINE_ZONE_LOC_RELATIONS...more details | ||
| EXPAND_PLANNING_HORIZON | Determine Planning Horizon | Public |
| CALL METHOD /sctm/cl_geography=>EXPAND_PLANNING_HORIZON...more details | ||
| FILL_LANE_DATA | Determine Runtime Transportation Lane | Public |
| CALL METHOD /sctm/cl_geography=>FILL_LANE_DATA...more details | ||
| GENERATE_LEG_STOPS | Add Stops to Given Legs If Required | Public |
| CALL METHOD /sctm/cl_geography=>GENERATE_LEG_STOPS...more details | ||
| GET_BASIC_ZONES | Basis Zone for GUID (Mass Processing) | Public |
| CALL METHOD /sctm/cl_geography=>GET_BASIC_ZONES...more details | ||
| GET_CREATED_LEGS | Legs aus Puffer lesen | Public |
| CALL METHOD /sctm/cl_geography=>GET_CREATED_LEGS...more details | ||
| GET_CREATED_LOCATIONS | Locations aus Puffer lesen | Public |
| CALL METHOD /sctm/cl_geography=>GET_CREATED_LOCATIONS...more details | ||
| GET_CREATED_ZONES | Zonen aus Puffer lesen | Public |
| CALL METHOD /sctm/cl_geography=>GET_CREATED_ZONES...more details | ||
| GET_DIRECT_ZONE | Directly Defined Zone for a GUID | Public |
| CALL METHOD /sctm/cl_geography=>GET_DIRECT_ZONE...more details | ||
| GET_DIRECT_ZONES | Directly Defined Zones for GUIDs (Mass Processing) | Public |
| CALL METHOD /sctm/cl_geography=>GET_DIRECT_ZONES...more details | ||
| GET_LEG | Route Leg for GUID | Public |
| CALL METHOD /sctm/cl_geography=>GET_LEG...more details | ||
| GET_LEGS | Route Leg for GUID (Mass Processing) | Public |
| CALL METHOD /sctm/cl_geography=>GET_LEGS...more details | ||
| GET_LOCATION | Get Location for a GUID | Public |
| CALL METHOD /sctm/cl_geography=>GET_LOCATION...more details | ||
| GET_LOCATIONS | Get Locations for GUID table (Mass Processing) | Public |
| CALL METHOD /sctm/cl_geography=>GET_LOCATIONS...more details | ||
| GET_LOCATIONS_BY_TYPE | Get all Locations of the Type Specified | Public |
| CALL METHOD /sctm/cl_geography=>GET_LOCATIONS_BY_TYPE...more details | ||
| GET_LOCATIONS_FROM_ADDRESS | Get Locations from Addresses | Public |
| CALL METHOD /sctm/cl_geography=>GET_LOCATIONS_FROM_ADDRESS...more details | ||
| GET_LOCATION_FROM_ADDRESS | Get Location of an Address | Public |
| CALL METHOD /sctm/cl_geography=>GET_LOCATION_FROM_ADDRESS...more details | ||
| GET_MIXED_ZONE | Mixed Zone for GUID and Postal Code | Public |
| CALL METHOD /sctm/cl_geography=>GET_MIXED_ZONE...more details | ||
| GET_MIXED_ZONES | Mixed Zone for GUID and Postal Code (Mass Processing) | Public |
| CALL METHOD /sctm/cl_geography=>GET_MIXED_ZONES...more details | ||
| GET_MOST_SPECIFIC_LANE | Determine most specific lane | Public |
| CALL METHOD /sctm/cl_geography=>GET_MOST_SPECIFIC_LANE...more details | ||
| GET_OBJECT | Help Method for Geographical Objects of a GUID | Private |
| CALL METHOD /sctm/cl_geography=>GET_OBJECT...more details | ||
| GET_POSTAL_ZONE | Postal Code Zone for GUID and Postal Code | Public |
| CALL METHOD /sctm/cl_geography=>GET_POSTAL_ZONE...more details | ||
| GET_POSTAL_ZONES | Postal Code Zone for GUID and Postal Code (Mass Processing) | Public |
| CALL METHOD /sctm/cl_geography=>GET_POSTAL_ZONES...more details | ||
| GET_REGION_ZONE | Regional Zone for GUID and Region | Public |
| CALL METHOD /sctm/cl_geography=>GET_REGION_ZONE...more details | ||
| GET_REGION_ZONES | Regional Zone for GUID and Region (Mass Processing) | Public |
| CALL METHOD /sctm/cl_geography=>GET_REGION_ZONES...more details | ||
| GET_SPOT | Place/Area for a GUID and a Geographical Type | Public |
| CALL METHOD /sctm/cl_geography=>GET_SPOT...more details | ||
| GET_STAGE | Stage/Connection to a GUID | Public |
| CALL METHOD /sctm/cl_geography=>GET_STAGE...more details | ||
| GET_ZONE | Zone for a GUID | Public |
| CALL METHOD /sctm/cl_geography=>GET_ZONE...more details | ||
| GET_ZONES | Zone for a GUID (Mass Processing) | Public |
| CALL METHOD /sctm/cl_geography=>GET_ZONES...more details | ||
| GET_ZONES_BY_LOCATION | Get fitting Zones for Locations | Public |
| CALL METHOD /sctm/cl_geography=>GET_ZONES_BY_LOCATION...more details | ||
| GET_ZONES_BY_TYPE | Read All Zones Using Required Types | Public |
| CALL METHOD /sctm/cl_geography=>GET_ZONES_BY_TYPE...more details | ||
| GET_ZONE_PARENTS | Get Zone parents | Public |
| CALL METHOD /sctm/cl_geography=>GET_ZONE_PARENTS...more details | ||
| GET_ZONE_RELATIONS | Get Zone hierarchy relations | Public |
| CALL METHOD /sctm/cl_geography=>GET_ZONE_RELATIONS...more details | ||
| INSERT_OBJECT | Help Method for Geographical Objects of a GUID | Private |
| CALL METHOD /sctm/cl_geography=>INSERT_OBJECT...more details | ||
| READ_LANES | Mass Reading of Transportation Lanes | Private |
| CALL METHOD /sctm/cl_geography=>READ_LANES...more details | ||
| REMOVE_OBJECT_FROM_BUFFER | Remove object from internal buffer | Public |
| CALL METHOD /sctm/cl_geography=>REMOVE_OBJECT_FROM_BUFFER...more details | ||
| SELECT_CREATED | Select. of Objects Already Generated and Identif. of Others | Private |
| CALL METHOD /sctm/cl_geography=>SELECT_CREATED...more details | ||
| SELECT_CREATED_ZONES | Select created Zones | Private |
| CALL METHOD /sctm/cl_geography=>SELECT_CREATED_ZONES...more details | ||
| SELECT_CREATED_ZONES_FOR_GUIDS | Select created Zones | Private |
| CALL METHOD /sctm/cl_geography=>SELECT_CREATED_ZONES_FOR_GUIDS...more details | ||
| UPDATE_LANE_BUFFER | Update Transportation Lane in Acc. with New Planning Horizon | Public |
| CALL METHOD /sctm/cl_geography=>UPDATE_LANE_BUFFER...more details | ||
| UPDATE_LEG_BUFFER | Update Legs in Accordance with New Planning Horizon | Public |
| CALL METHOD /sctm/cl_geography=>UPDATE_LEG_BUFFER...more details | ||
| UPDATE_PLAN_HORIZON | Determine New Planning Horizon | Public |
| CALL METHOD /sctm/cl_geography=>UPDATE_PLAN_HORIZON...more details | ||
/SCTM/CL_GEOGRAPHY 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 |
| MO_ASSIGN_MANAGER | Instance Attribute | Assignment Management | LIKE /SCTM/CL_ASSIGNMENT_MANAGER | Public | |
| MO_GEO_OBJECTS | Instance Attribute | Mapping: GUID -> (Object with GUID Identification) | LIKE /SCMB/CL_MAP_GUID | Private | |
| MS_PLANNING_HORIZON | Instance Attribute | Validity Period | LIKE /SCMB/S_VAL_PERIOD | Public | |
| MT_LOC_TEMP | Instance Attribute | Temp Location mapping | LIKE TY_T_LOC_TEMP_GUID | Private | |
| MT_UPDATE_HORIZONS | Instance Attribute | Number of Validity Intervals | LIKE /SCMB/TT_VAL_PERIOD | Private | |
| MV_ALL_ZONES_READ | Instance Attribute | all zones have been read already | ABAP_FALSE | LIKE BOOLE_D | Public |
| MV_CONTEXT_SRG | Instance Attribute | Geogrpahy used in SRG context | ABAP_FALSE | LIKE BOOLE_D | Private |
/SCTM/CL_GEOGRAPHY types
TY_S_LOC_TEMP_GUID -TY_T_LOC_TEMP_GUID -
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