SAP /SCTM/IF_GEOGRAPHY_ACCESS_SQL OO Class - Direct access to SCMB geography via SQL
/SCTM/IF_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/IF_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
Method list of /SCTM/IF_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 |
| GET_LOCATIONS_BY_BOUNDING_BOX | Determine Locations by Bounding Box | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATIONS_BY_BOUNDING_BOX...more details | ||
| GET_LOCATIONS_BY_DIRECT_ZONE | Determine Locations by Direct Zone | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATIONS_BY_DIRECT_ZONE...more details | ||
| GET_LOCATIONS_BY_PCODE_ZONE | Determine Locations by Postal Code Zone | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATIONS_BY_PCODE_ZONE...more details | ||
| GET_LOCATIONS_BY_REGION_ZONE | Determine Locations by Region Zone | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATIONS_BY_REGION_ZONE...more details | ||
| GET_LOCATIONS_EXIST | Get existing Locations | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATIONS_EXIST...more details | ||
| GET_LOCATION_ADDRESS | Get Location address | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATION_ADDRESS...more details | ||
|
| ||
| GET_LOCATION_ADDRESS_SHORT | Get Location address short | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATION_ADDRESS_SHORT...more details | ||
| GET_LOCATION_INFO | Get Location info | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATION_INFO...more details | ||
| GET_LOCATION_SCU | Get Location keys from SCU | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATION_SCU...more details | ||
| GET_LOCATION_TRAILER_HANDLING | Get Location trailer handling attribute | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATION_TRAILER_HANDLING...more details | ||
| GET_LOCATION_ZONES | Determine Transportation Zones including a Location | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATION_ZONES...more details | ||
| GET_LOCATION_ZONES_DIRECT | Determine Direct Transportation Zones including a Location | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATION_ZONES_DIRECT...more details | ||
| GET_ZONES_BY_LOC_PCODE | Determine Transportation Zones by Location Postal Code | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_ZONES_BY_LOC_PCODE...more details | ||
| GET_ZONES_BY_LOC_REGION | Determine Transportation Zones by Location Region | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_ZONES_BY_LOC_REGION...more details | ||
| GET_ZONES_BY_PCODE | Determine Transportation Zones by Postal Code | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_ZONES_BY_PCODE...more details | ||
| GET_ZONES_BY_REGION | Determine Transportation Zones by Region | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_ZONES_BY_REGION...more details | ||
| GET_ZONES_EXIST | Get existing Transportation Zones | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_ZONES_EXIST...more details | ||
| GET_ZONE_CHILDREN | Determine child Transportation Zones | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_ZONE_CHILDREN...more details | ||
| GET_ZONE_LOCATIONS | Determine Locations included by a Transportation Zone | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_ZONE_LOCATIONS...more details | ||
| GET_ZONE_PARENTS | Determine parent Transportation Zones | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_ZONE_PARENTS...more details | ||
| GET_ZONE_PARENTS_BY_ID | Determine parent Transportation Zones by ID | Public |
| CALL METHOD /sctm/if_geography_access_sql=>GET_ZONE_PARENTS_BY_ID...more details | ||
/SCTM/IF_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_TRAILER_HANDLING | Constant | LIKE | Public |
/SCTM/IF_GEOGRAPHY_ACCESS_SQL types
TY_S_GEO_IDS -TY_S_LOCATION_HIERARCHY_LVL -
TY_S_LOCATION_ZONES -
TY_S_LOCATION_ZONE_FLAT -
TY_S_LOC_ADDRESS -
TY_S_LOC_ADDRESS_SHORT -
TY_S_LOC_INFO -
TY_S_LOC_POS -
TY_S_LOC_SCU -
TY_S_LOC_TRAILER_HANDLING -
TY_S_ZONE_CHILDREN -
TY_S_ZONE_D -
TY_S_ZONE_HIERARCHY_LVL -
TY_S_ZONE_IDS -
TY_S_ZONE_ID_HIER -
TY_S_ZONE_LOC -
TY_S_ZONE_LOCATIONS -
TY_S_ZONE_PARENTS -
TY_T_GEO_IDS -
TY_T_GUID22 -
TY_T_LOCATION_HIERARCHY_LVL -
TY_T_LOCATION_ZONES -
TY_T_LOCATION_ZONE_FLAT -
TY_T_LOC_ADDRESS -
TY_T_LOC_ADDRESS_SHORT -
TY_T_LOC_ID -
TY_T_LOC_ID_SORTED -
TY_T_LOC_INFO -
TY_T_LOC_POS -
TY_T_LOC_SCU -
TY_T_LOC_TRAILER_HANDLING -
TY_T_ZONE_CHILDREN -
TY_T_ZONE_D -
TY_T_ZONE_HIERARCHY_LVL -
TY_T_ZONE_ID -
TY_T_ZONE_IDS -
TY_T_ZONE_ID_HIER -
TY_T_ZONE_ID_SORTED -
TY_T_ZONE_LOC -
TY_T_ZONE_LOCATIONS -
TY_T_ZONE_PARENTS -
Links to Related Class(s)
/SCTM/IF...Full list of available SAP object classes
Search for further information about these or an SAP related objects