SAP /SCMB/IF_TMDL_C OO Class - Constants for TMDL
/SCMB/IF_TMDL_C 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_TMDL_C 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_TMDL_C 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_TMDL_C 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 |
| CHANNEL_OUT_DLV | Constant | Channel for Outbound Interface | 'D' | LIKE /SCMB/TMDL_CHANNEL_OUT | Public |
| CHANNEL_OUT_IDOC | Constant | Channel for Outbound Interface | 'I' | LIKE /SCMB/TMDL_CHANNEL_OUT | Public |
| CHANNEL_OUT_IDOC_SUM | Constant | Channel for Outbound Interface | 'S' | LIKE /SCMB/TMDL_CHANNEL_OUT | Public |
| CHANNEL_OUT_SR | Constant | Channel for Outbound Interface | 'R' | LIKE /SCMB/TMDL_CHANNEL_OUT | Public |
| CHGMODE_ALG | Constant | Transfer Type - XML Message | 'A' | LIKE /SCMB/TMDL_CHGMODE | Public |
| CHGMODE_IDOC | Constant | Transfer Type - Manual | 'I' | LIKE /SCMB/TMDL_CHGMODE | Public |
| CHGMODE_MANUAL | Constant | Transfer Type - IDoc | 'M' | LIKE /SCMB/TMDL_CHGMODE | Public |
| CHGMODE_RFC | Constant | Transfer Type - RFC | 'R' | LIKE /SCMB/TMDL_CHGMODE | Public |
| CHGMODE_RFC_WM | Constant | Transfer Type - RFC | 'W' | LIKE /SCMB/TMDL_CHGMODE | Public |
| CHGMODE_XML | Constant | Transfer Type - Algorithm | 'X' | LIKE /SCMB/TMDL_CHGMODE | Public |
| DOCCAT_BOL | Constant | Document Category: Bill of Lading (Only for External Use) | 'BOL' | LIKE /SCMB/TMDL_DOCCAT | Public |
| DOCCAT_FLSHP | Constant | Document Category: Shipment (Final) | 'FSH' | LIKE /SCMB/TMDL_DOCCAT | Public |
| DOCCAT_FRD | Instance Attribute | LIKE | Private | ||
| DOCCAT_PLSHP | Constant | Document Category: Shipment (Planned) | 'PSH' | LIKE /SCMB/TMDL_DOCCAT | Public |
| FALSE | Constant | Boolean False | SPACE | LIKE FLAG | Public |
| GUID_NR_RANGE | Constant | Number Range Number | '01' | LIKE INRI-NRRANGENR | Public |
| GUID_RANGE_OBJECT | Constant | Name of Number Range Object | '/SCMB/TMDL' | LIKE INRI-OBJECT | Public |
| INV_ACTION_NO | Constant | TM Invalidation Rule | ' ' | LIKE /SCMB/TM_DOC_INV_ACTION | Public |
| INV_ACTION_NOTIFY | Constant | TM Invalidation Rule | 'M' | LIKE /SCMB/TM_DOC_INV_ACTION | Public |
| INV_ACTION_UNASSIGN | Constant | TM Invalidation Rule | 'A' | LIKE /SCMB/TM_DOC_INV_ACTION | Public |
| LOCK_PROC_MSG_INB | Constant | Character Field Length = 10 | 'MsgInb' | LIKE CHAR10 | Public |
| LOCK_PROC_MSG_OUT_DEL | Constant | Character Field Length = 10 | 'MsgOutDel' | LIKE CHAR10 | Public |
| LOCK_PROC_MSG_OUT_IDOC | Constant | Character Field Length = 10 | 'MsgOutIdoc' | LIKE CHAR10 | Public |
| MD_CTRL_NO | Constant | Master Data Access | ' ' | LIKE /SCMB/TMDL_MD_CTRL | Public |
| MD_CTRL_READ | Constant | Master Data Access | 'X' | LIKE /SCMB/TMDL_MD_CTRL | Public |
| MSGID_TMDL | Constant | Messages, Message Class | '/SCMB/TMDL' | LIKE SYMSGID | Public |
| MSGTY_ERROR | Constant | Messages, Message Category | 'E' | LIKE SYMSGTY | Public |
| MSGTY_INFO | Constant | Messages, Message Category | 'I' | LIKE SYMSGTY | Public |
| MSGTY_WARNING | Constant | Messages, Message Category | 'W' | LIKE SYMSGTY | Public |
| OBJCHG_CHANGE | Constant | Change Object | 'C' | LIKE /SCMB/TMDL_OBJCHG | Public |
| OBJCHG_CREATE | Constant | Create Object | 'N' | LIKE /SCMB/TMDL_OBJCHG | Public |
| OBJCHG_DELETE | Constant | Delete Object | 'D' | LIKE /SCMB/TMDL_OBJCHG | Public |
| OBJCHG_INSERT | Constant | Insert | 'I' | LIKE /SCMB/TMDL_OBJCHG | Public |
| OBJCHG_MODIFY | Constant | Create/Change Object | 'M' | LIKE /SCMB/TMDL_OBJCHG | Public |
| OBJCHG_NOCHANGE | Constant | Create/Change Object | ' ' | LIKE /SCMB/TMDL_OBJCHG | Public |
| OBJCHG_READ_DB | Constant | Read Object from DB | 'R' | LIKE /SCMB/TMDL_OBJCHG | Public |
| OBJCHG_UPDATE | Constant | Update | 'U' | LIKE /SCMB/TMDL_OBJCHG | Public |
| OBJECTTYPE_FRD | Constant | Object Type | 'FRD' | LIKE /SCMB/TMDL_OBJECTTYPE | Public |
| OBJECTTYPE_SHP | Constant | Object Type | 'SHP' | LIKE /SCMB/TMDL_OBJECTTYPE | Public |
| OBJSTATE_AKT | Constant | Object Database Status | ' ' | LIKE /SCMB/TMDL_OBJ_STATE | Public |
| OBJSTATE_DB | Constant | Object Database Status | 'A' | LIKE /SCMB/TMDL_OBJ_STATE | Public |
| OBJSTATE_LAST | Constant | Object Database Status | 'B' | LIKE /SCMB/TMDL_OBJ_STATE | Public |
| ORTYPE_FLSHP | Constant | Order Document Type for Shipment (Final) | 'TMSF' | LIKE /SCMB/ODM_ORTYPE | Public |
| ORTYPE_FRD | Constant | Order Document Type for Freight Document (Final) | 'TMFR' | LIKE /SCMB/ODM_ORTYPE | Public |
| ORTYPE_PLSHP | Constant | Order Document Type for Shipment (Planned) | 'TMSP' | LIKE /SCMB/ODM_ORTYPE | Public |
| REF_TYPE_ASSIGNMENT | Constant | Reference Type | 'A' | LIKE /SCMB/TMDL_REFERENCE_TYPE | Public |
| REF_TYPE_UNCLASSIFIED | Constant | Reference Type | SPACE | LIKE /SCMB/TMDL_REFERENCE_TYPE | Public |
| REF_TYPE_UPD_DEL | Constant | Reference Type | 'B' | LIKE /SCMB/TMDL_REFERENCE_TYPE | Public |
| ROLECAT_ADR | Constant | Role Category | 'AD' | LIKE /SCMB/TMDL_ROLECAT | Public |
| ROLECAT_LOC | Constant | Role Category | 'LO' | LIKE /SCMB/TMDL_ROLECAT | Public |
| ROLECAT_PRT | Constant | Role Category | 'BP' | LIKE /SCMB/TMDL_ROLECAT | Public |
| ROLECAT_SCU | Constant | Role Category | 'OU' | LIKE /SCMB/TMDL_ROLECAT | Public |
| SAPSCRIPT_OBJ_ID | Constant | Texts: Application Object | '/SCTM/NOTE' | LIKE TDOBJECT | Public |
| SHPSTATE_ASSIGNED_TO_FRD | Constant | Assigned to Freight Document | 'F' | LIKE /SCMB/TMDL_SHPSTATE | Public |
| SHPSTATE_ASSIGNED_TO_SHP | Constant | Assigned to Shipment | 'S' | LIKE /SCMB/TMDL_SHPSTATE | Public |
| SHPSTATE_UNASSIGNED | Constant | Unassigned | 'N' | LIKE /SCMB/TMDL_SHPSTATE | Public |
| STATUS_OBTYP_FLSHP | Constant | Obj. Type | 'FSH' | LIKE J_OBTYP | Public |
| STATUS_OBTYP_FRD | Constant | Obj. Type | 'FRD' | LIKE J_OBTYP | Public |
| STATUS_OBTYP_PLSHP | Constant | Obj. Type | 'PSH' | LIKE J_OBTYP | Public |
| TRUE | Constant | Boolean True | 'X' | LIKE FLAG | Public |
| TSTCAT_ACTUAL | Constant | Date/Time Category | 'ACTUAL' | LIKE /SCMB/TMDL_TST_CATEGORY | Public |
| TSTCAT_PLAN | Constant | Date/Time Category | 'PLAN' | LIKE /SCMB/TMDL_TST_CATEGORY | Public |
| UOM_MEAS_TYPE_CALC | Constant | Type of Quantity Determination | 'CALC' | LIKE /SCMB/TMDL_QTY_MEASUREMENT_TYP | Public |
| UOM_MEAS_TYPE_MANUAL | Constant | Type of Quantity Determination | 'MANUAL' | LIKE /SCMB/TMDL_QTY_MEASUREMENT_TYP | 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