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 NameDescriptionVisability
GET_LOCATIONS_BY_BOUNDING_BOXDetermine Locations by Bounding BoxPublic
CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATIONS_BY_BOUNDING_BOX...more details

GET_LOCATIONS_BY_DIRECT_ZONEDetermine Locations by Direct ZonePublic
CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATIONS_BY_DIRECT_ZONE...more details

GET_LOCATIONS_BY_PCODE_ZONEDetermine Locations by Postal Code ZonePublic
CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATIONS_BY_PCODE_ZONE...more details

GET_LOCATIONS_BY_REGION_ZONEDetermine Locations by Region ZonePublic
CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATIONS_BY_REGION_ZONE...more details

GET_LOCATIONS_EXISTGet existing LocationsPublic
CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATIONS_EXIST...more details

GET_LOCATION_ADDRESSGet Location addressPublic
CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATION_ADDRESS...more details

GET_LOCATION_ADDRESS_SHORTGet Location address shortPublic
CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATION_ADDRESS_SHORT...more details

GET_LOCATION_INFOGet Location infoPublic
CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATION_INFO...more details

GET_LOCATION_SCUGet Location keys from SCUPublic
CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATION_SCU...more details

GET_LOCATION_TRAILER_HANDLINGGet Location trailer handling attributePublic
CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATION_TRAILER_HANDLING...more details

GET_LOCATION_ZONESDetermine Transportation Zones including a LocationPublic
CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATION_ZONES...more details

GET_LOCATION_ZONES_DIRECTDetermine Direct Transportation Zones including a LocationPublic
CALL METHOD /sctm/if_geography_access_sql=>GET_LOCATION_ZONES_DIRECT...more details

GET_ZONES_BY_LOC_PCODEDetermine Transportation Zones by Location Postal CodePublic
CALL METHOD /sctm/if_geography_access_sql=>GET_ZONES_BY_LOC_PCODE...more details

GET_ZONES_BY_LOC_REGIONDetermine Transportation Zones by Location RegionPublic
CALL METHOD /sctm/if_geography_access_sql=>GET_ZONES_BY_LOC_REGION...more details

GET_ZONES_BY_PCODEDetermine Transportation Zones by Postal CodePublic
CALL METHOD /sctm/if_geography_access_sql=>GET_ZONES_BY_PCODE...more details

GET_ZONES_BY_REGIONDetermine Transportation Zones by RegionPublic
CALL METHOD /sctm/if_geography_access_sql=>GET_ZONES_BY_REGION...more details

GET_ZONES_EXISTGet existing Transportation ZonesPublic
CALL METHOD /sctm/if_geography_access_sql=>GET_ZONES_EXIST...more details

GET_ZONE_CHILDRENDetermine child Transportation ZonesPublic
CALL METHOD /sctm/if_geography_access_sql=>GET_ZONE_CHILDREN...more details

GET_ZONE_LOCATIONSDetermine Locations included by a Transportation ZonePublic
CALL METHOD /sctm/if_geography_access_sql=>GET_ZONE_LOCATIONS...more details

GET_ZONE_PARENTSDetermine parent Transportation ZonesPublic
CALL METHOD /sctm/if_geography_access_sql=>GET_ZONE_PARENTS...more details

GET_ZONE_PARENTS_BY_IDDetermine parent Transportation Zones by IDPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
C_TRAILER_HANDLINGConstantLIKE
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



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!