SAP /SCTM/CL_GEOGRAPHY_ACCESS_SQL OO Class - Direct access to SCMB geography via SQL
/SCTM/CL_GEOGRAPHY_ACCESS_SQL 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_ACCESS_SQL 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 /SCTM/IF_GEOGRAPHY_ACCESS_SQLMethod list of /SCTM/CL_GEOGRAPHY_ACCESS_SQL 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_NEXT_LEVEL_HIERARCHY | Add the next level of the hierarchy | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>ADD_NEXT_LEVEL_HIERARCHY...more details | ||
| CHECK_EXCLUDED_LOCATIONS_EXIST | Determine Locations excluded by a Zone | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>CHECK_EXCLUDED_LOCATIONS_EXIST...more details | ||
| COMPLETE_ZONE_CHILDREN | Complete child Transportation Zones | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>COMPLETE_ZONE_CHILDREN...more details | ||
| COMPLETE_ZONE_PARENTS | Complete parent Transportation Zones | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>COMPLETE_ZONE_PARENTS...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /sctm/cl_geography_access_sql=>CONSTRUCTOR...more details | ||
| FILTER_LOCATIONS_4_DPP | Filter blocked Locations for Data Protection and Privacy | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>FILTER_LOCATIONS_4_DPP...more details | ||
|
| ||
| GET_LOCATION_ZONES_BY_DIRECT | Determine Zones including a Location (directly) | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>GET_LOCATION_ZONES_BY_DIRECT...more details | ||
| GET_LOCATION_ZONES_BY_PCODE | Determine Zones including a Location (Postal Code) | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>GET_LOCATION_ZONES_BY_PCODE...more details | ||
| GET_LOCATION_ZONES_BY_REGION | Determine Zones including a Location (Region) | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>GET_LOCATION_ZONES_BY_REGION...more details | ||
| GET_LOCATION_ZONES_HIERARCHY | Determine Zones including a Location (with hierarchy) | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>GET_LOCATION_ZONES_HIERARCHY...more details | ||
| GET_LOCATION_ZONES_INCLUDED | Determine Zones including a Location | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>GET_LOCATION_ZONES_INCLUDED...more details | ||
| GET_ZONE_CHILDREN_PACKAGE | Determine child Transportation Zones (package) | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>GET_ZONE_CHILDREN_PACKAGE...more details | ||
| GET_ZONE_CHILDREN_SQL | Determine child Transportation Zones | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>GET_ZONE_CHILDREN_SQL...more details | ||
| GET_ZONE_HIERARCHY_ID | Get Zone hierarchy ID | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>GET_ZONE_HIERARCHY_ID...more details | ||
| GET_ZONE_LOCATIONS_BY_DIRECT | Determine Locations included by a Zone (directly) | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>GET_ZONE_LOCATIONS_BY_DIRECT...more details | ||
| GET_ZONE_LOCATIONS_BY_PCODE | Determine Locations included by a Zone (Postal Code) | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>GET_ZONE_LOCATIONS_BY_PCODE...more details | ||
| GET_ZONE_LOCATIONS_BY_REGION | Determine Locations included by a Zone (Region) | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>GET_ZONE_LOCATIONS_BY_REGION...more details | ||
| GET_ZONE_LOCATIONS_EXCLUDED | Determine Locations excluded by a Zone | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>GET_ZONE_LOCATIONS_EXCLUDED...more details | ||
| GET_ZONE_LOCATIONS_HIERARCHY | Determine Locations included by a Zone (with hierarchy) | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>GET_ZONE_LOCATIONS_HIERARCHY...more details | ||
| GET_ZONE_LOCATIONS_INCLUDED | Determine Locations included by a Transportation Zone | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>GET_ZONE_LOCATIONS_INCLUDED...more details | ||
| GET_ZONE_PARENTS_PACKAGE | Determine parent Transportation Zones (package) | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>GET_ZONE_PARENTS_PACKAGE...more details | ||
| GET_ZONE_PARENTS_SQL | Determine parent Transportation Zones | Protected |
| CALL METHOD /sctm/cl_geography_access_sql=>GET_ZONE_PARENTS_SQL...more details | ||
/SCTM/CL_GEOGRAPHY_ACCESS_SQL 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 |
| C_EXCLUDED_LOCATIONS_EXIST | Constant | LIKE | Protected | ||
| GC_LOC_TYPE_ZONE | Constant | Location Type | '1005' | LIKE /SAPAPO/C_LOCTYPE | Protected |
| MV_EXCLUDED_LOCATIONS_EXIST | Instance Attribute | Excluded locations exist | LIKE BOOLEAN | Protected | |
| MV_ZONE_HIERARCHY_ID | Instance Attribute | Hierarchy ID | LIKE GUID_22 | Protected |
/SCTM/CL_GEOGRAPHY_ACCESS_SQL types
TY_S_CHILD_ZONES -TY_S_GUID_MAP -
TY_S_ZONE_HIERARCHY_FLAT -
TY_S_ZONE_REL -
TY_T_CHILD_ZONES -
TY_T_GUID_MAP -
TY_T_LOC_GUID -
TY_T_ZONE_HIERARCHY_FLAT -
TY_T_ZONE_REL -
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