SAP /SCTM/IF_TAB_NAMES OO Class - Table Names, DB and Internal
/SCTM/IF_TAB_NAMES 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_TAB_NAMES 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_TAB_NAMES 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 |
/SCTM/IF_TAB_NAMES 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 |
| GC_ADDRESS | Constant | Table Name, 16 Characters | 'MDL_ADDRESS' | LIKE TABNAME16 | Public |
| GC_ASSIGNMENT | Constant | Table Name, 16 Characters | 'RG_ASSIGNMENT' | LIKE TABNAME16 | Public |
| GC_CD_PROPERTIES | Constant | Table Name, 16 Characters | '/SCMB/CD_PROPS' | LIKE TABNAME16 | Public |
| GC_GEN_STOPS | Constant | Table Name, 16 Characters | '/SCMB/GEN_STOPS' | LIKE TABNAME16 | Public |
| GC_GEOGRAPHY | Constant | Administration of All Geographical Objects | 'GEO_OBJECTS' | LIKE TABNAME16 | Public |
| GC_GEOMTR | Constant | Table Name, 16 Characters | '/SCTM/GEO_MTR' | LIKE TABNAME16 | Public |
| GC_LANE | Constant | Table Name, 16 Characters | 'MDL_LANE' | LIKE TABNAME16 | Public |
| GC_LEG | Constant | Table Name, 16 Characters | '/SCMB/LEG' | LIKE TABNAME16 | Public |
| GC_LEG_CAL | Constant | Table Name, 16 Characters | '/SCMB/LEG_CAL' | LIKE TABNAME16 | Public |
| GC_LOC | Constant | Table Name, 16 Characters | 'MDL_LOC' | LIKE TABNAME16 | Public |
| GC_METHPOOL | Constant | Table Name, 16 Characters | '/SCTM/METHPOOL' | LIKE TABNAME16 | Public |
| GC_MTR | Constant | Table Name, 16 Characters | '/SAPAPO/TRTYPE' | LIKE TABNAME16 | Public |
| GC_MTRS | Constant | Administration of All Means of Transport | 'MTRS' | LIKE TABNAME16 | Public |
| GC_PRFCOST | Constant | Table Name, 16 Characters | 'MDL_PRFCOST' | LIKE TABNAME16 | Public |
| GC_PROD | Constant | Table Name, 16 Characters | '/SAPAPO/PROD' | LIKE TABNAME16 | Public |
| GC_RG_MZONES | Constant | Administration of All Routes | 'RG_MZONES' | LIKE TABNAME16 | Public |
| GC_RG_ROUTES | Constant | Administration of All Routes | 'RG_ROUTES' | LIKE TABNAME16 | Public |
| GC_RG_ROUTE_GRAPH | Constant | Table Name, 16 Characters | 'RG_RT_GRAPH' | LIKE TABNAME16 | Public |
| GC_RG_SOLUTION | Constant | Structure of Solutions | 'RG_SOLUTION' | LIKE TABNAME16 | Public |
| GC_ROUTE | Constant | Table Name, 16 Characters | '/SCMB/ROUTE' | LIKE TABNAME16 | Public |
| GC_ROUTE_CT | Constant | Table Name, 16 Characters | '/SCMB/ROUTE_CT' | LIKE TABNAME16 | Public |
| GC_ROUTE_NET | Constant | Table Name, 16 Characters | '/SCMB/ROUTE_NET' | LIKE TABNAME16 | Public |
| GC_ROUTE_RT | Constant | Table Name, 16 Characters | '/SCMB/ROUTE_RT' | LIKE TABNAME16 | Public |
| GC_ROUTE_SC | Constant | Table Name, 16 Characters | '/SCMB/ROUTE_SC' | LIKE TABNAME16 | Public |
| GC_SCHEDULING | Constant | Table Name, 16 Characters | '/SCTM/SCHEDULING' | LIKE TABNAME16 | Public |
| GC_SEQ_OBJECT | Constant | Table Name, 16 Characters | 'RG_SEQ_OBJ' | LIKE TABNAME16 | Public |
| GC_STOP | Constant | Table Name, 16 Characters | '/SCMB/LEG_STOPS' | LIKE TABNAME16 | Public |
| GC_STOP_RT | Constant | Table Name, 16 Characters | '/SCMB/STOPS_RT' | LIKE TABNAME16 | Public |
| GC_STRATDUM | Constant | Table Name, 16 Characters | '/SCTM/STRATDUM' | LIKE TABNAME16 | Public |
| GC_STRATHD | Constant | Table Name, 16 Characters | '/SCTM/STRATHD' | LIKE TABNAME16 | Public |
| GC_STRATM | Constant | Table Name, 16 Characters | '/SCTM/STRATM' | LIKE TABNAME16 | Public |
| GC_STRATMP | Constant | Table Name, 16 Characters | '/SCTM/STRATMP' | LIKE TABNAME16 | Public |
| GC_TCMTD | Constant | Table Name, 16 Characters | '/SCTM/TCMTD' | LIKE TABNAME16 | Public |
| GC_TCMTG | Constant | Table Name, 16 Characters | '/SCTM/TCMTG' | LIKE TABNAME16 | Public |
| GC_TOENTITY | Constant | Table Name, 16 Characters | '/SCMB/TOENTITY' | LIKE TABNAME16 | Public |
| GC_TSPAFC | Constant | Table Name, 16 Characters | '/SCTM/TSPAFC' | LIKE TABNAME16 | Public |
| GC_TSPAGM | Constant | Table Name, 16 Characters | '/SAPAPO/TRMCARR' | LIKE TABNAME16 | Public |
| GC_TSPAMFG | Constant | Table Name, 16 Characters | '/SCTM/TSPAMFG' | LIKE TABNAME16 | Public |
| GC_TSPATRG | Constant | Table Name, 16 Characters | '/SCTM/TSPATRG' | LIKE TABNAME16 | Public |
| GC_TSPDDTC | Constant | Table Name, 16 Characters | '/SCTM/TSPDDTC' | LIKE TABNAME16 | Public |
| GC_TSPEQUI | Constant | Table Name, 16 Characters | 'SCTM/TSPEQUI' | LIKE TABNAME16 | Public |
| GC_TSPFTC | Constant | Table Name, 16 Characters | '/SCTM/TSPFTC' | LIKE TABNAME16 | Public |
| GC_TSPHD | Constant | Table Name, 16 Characters | '/SCTM/TSPHD' | LIKE TABNAME16 | Public |
| GC_TSPS | Constant | Administration of All Transportation Service Providers | 'TSPS' | LIKE TABNAME16 | Public |
| GC_ZONE | Constant | Table Name, 16 Characters | '/SCMB/ZONE' | LIKE TABNAME16 | Public |
| GC_ZONE_D | Constant | Table Name, 16 Characters | '/SCMB/ZONE_D' | LIKE TABNAME16 | Public |
| GC_ZONE_P | Constant | Table Name, 16 Characters | '/SCMB/ZONE_P' | LIKE TABNAME16 | Public |
| GC_ZONE_R | Constant | Table Name, 16 Characters | '/SCMB/ZONE_R' | LIKE TABNAME16 | Public |
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