SAP /SCMB/IF_TM_CONST OO Class - Constants for TM
/SCMB/IF_TM_CONST 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 /SCMB/IF_TM_CONST 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 /SCMB/IF_TM_CONST 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 |
/SCMB/IF_TM_CONST 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_ACTIVITY_LOAD | Constant | Indicator for Loading or Unloading | 'P' | LIKE /SCMB/DE_LOAD_ACTIV | Public |
| GC_ACTIVITY_UNLOAD | Constant | Indicator for Loading or Unloading | 'D' | LIKE /SCMB/DE_LOAD_ACTIV | Public |
| GC_ANY_FREIGHT_GROUP | Constant | Product Freight Group | ' ' | LIKE /SCMB/MDL_MFRGR | Public |
| GC_ANY_REQ_TYPE | Constant | Request Type | ' ' | LIKE /SCMB/DE_TYPE_REQUEST | Public |
| GC_ANY_SHIP_COND | Constant | Shipping Conditions | ' ' | LIKE VSBED | Public |
| GC_ANY_TRANS_GRP | Constant | ' ' | LIKE /SCMB/MDL_TRAGR | Public | |
| GC_DANGER_GOODS_ONLY | Constant | Dangerous Goods Group | '1' | LIKE /SCMB/DE_DG_CATEGORY | Public |
| GC_DANGER_NON_DANGER_GOODS | Constant | Dangerous Goods Group | ' ' | LIKE /SCMB/DE_DG_CATEGORY | Public |
| GC_DESCR_OBJ_BY_ATTR | Constant | Identification Type for an SCM Master Data Object | 'A' | LIKE /SCMB/DE_HANDQUAL | Public |
| GC_DESCR_OBJ_BY_GUID | Constant | Identification Type for an SCM Master Data Object | 'G' | LIKE /SCMB/DE_HANDQUAL | Public |
| GC_DESTINATION | Constant | Indicator for Source/Destination | 'D' | LIKE /SCMB/DE_SOURCE_DESTINATION | Public |
| GC_FIX_ORDER_NO_SKIP | Constant | Strategy for Processing Lists | 'FC' | LIKE /SCMB/DE_SEQ_STRATEGY | Public |
| GC_FIX_ORDER_SKIP | Constant | Strategy for Processing Lists | 'FS' | LIKE /SCMB/DE_SEQ_STRATEGY | Public |
| GC_GTS_EXPORT | Constant | Export Relevancy | '30' | LIKE /SCMB/DE_LEG_GTS_CODE | Public |
| GC_GTS_INLAND | Constant | Export Relevancy | '10' | LIKE /SCMB/DE_LEG_GTS_CODE | Public |
| GC_GTS_TRANSIT | Constant | Export Relevancy | '20' | LIKE /SCMB/DE_LEG_GTS_CODE | Public |
| GC_LOC_ROLE_CROSS_DOCK | Constant | Classification of Location | 'C' | LIKE /SCMB/DE_TYPE_LOC | Public |
| GC_NET_DIR_IN | Constant | Direction in a (Hierarchical) Object Network | 'I' | LIKE /SCMB/DE_NET_DIRECTION | Public |
| GC_NET_DIR_OUT | Constant | Direction in a (Hierarchical) Object Network | 'O' | LIKE /SCMB/DE_NET_DIRECTION | Public |
| GC_NON_DANGER_GOODS_ONLY | Constant | Dangerous Goods Group | '2' | LIKE /SCMB/DE_DG_CATEGORY | Public |
| GC_SCHD_DIR_BACKWARD | Constant | Scheduling Direction | '-' | LIKE /SCMB/DE_SCHD_DIRECTION | Public |
| GC_SCHD_DIR_FORWARD | Constant | Scheduling Direction | '+' | LIKE /SCMB/DE_SCHD_DIRECTION | Public |
| GC_SHIP_INBOUND | Constant | Shipment Direction | 'I' | LIKE /SCMB/DE_TYPE_SHIP | Public |
| GC_SHIP_OUTBOUND | Constant | Shipment Direction | 'O' | LIKE /SCMB/DE_TYPE_SHIP | Public |
| GC_SIGN_EXCLUDE | Constant | Inclusion (with) or Exclusion (Without) | 'E' | LIKE /SCMB/DE_SIGN | Public |
| GC_SIGN_INCLUDE | Constant | Inclusion (with) or Exclusion (Without) | 'I' | LIKE /SCMB/DE_SIGN | Public |
| GC_SOURCE | Constant | Indicator for Source/Destination | 'S' | LIKE /SCMB/DE_SOURCE_DESTINATION | Public |
| GC_UNDEF_DISTANCE | Constant | Undefined Distance | -1 | LIKE /SCMB/DE_DISTANCE | Public |
| GC_UNDEF_DURATION | Constant | Undefined Duration | -1 | LIKE /SCMB/DE_DURATION | Public |
| GC_VISIT_MANDATORY | Constant | Stop: Mandatory/Optional | '1' | LIKE /SCMB/DE_VISIT_RULE | Public |
| GC_VISIT_OPTIONAL | Constant | Stop: Mandatory/Optional | '0' | LIKE /SCMB/DE_VISIT_RULE | Public |
| GC_WAIT_LEG_SPECIFIC | Constant | Leg or Stop | 'X' | LIKE /SCMB/DE_LEG_OR_STOP | Public |
| GC_WAIT_STOP_SPECIFIC | Constant | Leg or Stop | ' ' | LIKE /SCMB/DE_LEG_OR_STOP | Public |
| SC_ROUTE_IND_COMPUTED | Constant | Change Indicator for Route | 'C' | LIKE /SCMB/DE_ROUTE_IND | Public |
| SC_ROUTE_IND_MANUAL | Constant | Change Indicator for Route | 'M' | LIKE /SCMB/DE_ROUTE_IND | Public |
| SC_ROUTE_IND_NOT_UNIQUE | Constant | Change Indicator for Route | 'N' | LIKE /SCMB/DE_ROUTE_IND | Public |
| SC_TSP_IND_BP | Constant | Change Indicator for Transportation Service Provider | 'V' | LIKE /SCMB/DE_TSP_IND | Public |
| SC_TSP_IND_COMPUTED | Constant | Change Indicator for Transportation Service Provider | 'C' | LIKE /SCMB/DE_TSP_IND | Public |
| SC_TSP_IND_MANUAL | Constant | Change Indicator for Transportation Service Provider | 'M' | LIKE /SCMB/DE_TSP_IND | Public |
| SC_TSP_IND_NOT_UNIQUE | Constant | Change Indicator for Transportation Service Provider | 'N' | LIKE /SCMB/DE_TSP_IND | Public |
Links to Related Class(s)
/SCMB/IF...Full list of available SAP object classes
Search for further information about these or an SAP related objects