SAP /SCMB/IF_STM_CONSTANT OO Class - SCMB Status Management: Constants
/SCMB/IF_STM_CONSTANT 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_STM_CONSTANT 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_STM_CONSTANT 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_STM_CONSTANT 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 |
| SC_ACTIVITY_ACCEPT_GR_COND | Constant | Conditionally Post Goods Receipt | 'DLGD' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_ASN_CHANGE | Constant | Change By ASN | 'DLCA' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_BLOCK_INCOM | Constant | Lock Due to Incompleteness | 'DLBI' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_BLOCK_INCON | Constant | Block Due to Inconsistency | 'DLBC' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_BLOCK_MANUAL | Constant | Lock Manually | 'DLBM' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_BLOCK_PREDEC | Constant | Lock Due to Preceding Document | 'DLBP' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_CANCEL_GI | Constant | Reverse GI | 'DLGB' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_CANCEL_GR | Constant | Cancel Goods Receipt | 'DLGC' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_CHANGE_MANUALLY | Constant | Change Field Manually | 'DLCF' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_CHANGE_SUCCESSOR | Constant | Change By Predecessor | 'DLRC' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_CREATE_AUTO | Constant | Use the System to Generate Document | 'DLCS' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_CREATE_MANUALLY | Constant | Create Document Manually | 'DLCM' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_DEBLOCK_INCOM | Constant | Lock Due to Incompleteness | 'DLDI' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_DEBLOCK_INCON | Constant | Block Due to Inconsistency | 'DLDC' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_DEBLOCK_MA | Constant | Lock Manually | 'DLDM' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_DEBLOCK_PR | Constant | Lock Due to Preceding Document | 'DLDP' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_DELETE | Constant | Delete | 'DLDE' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_DER_CANCEL | Constant | Reject | 'ERDE' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_DER_CANCEL_FORWARD | Constant | Forward Rejection to Delivery | 'ERCF' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_DER_CANCEL_REJECT | Constant | Reject Rejection | 'ERCR' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_DER_CHANGE | Constant | Change Delivery Request | 'ERCE' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_DER_CHANGE_FORWARD | Constant | Forward Change to Delivery | 'ERCD' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_DER_CHANGE_REJECT | Constant | Reject Change | 'ERCR' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_DER_CREATE | Constant | Create Delivery Request | 'ERCD' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_DER_FINALIZE_DELIV | Constant | End Delivery Processing | 'ERPC' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_DER_RESET_DELIV | Constant | Reset Delivery Processing | 'ERPR' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_DER_START_DELIV | Constant | Start Delivery Processing | 'ERPS' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_FINALIZE_EXECUTION | Constant | End Execution | 'DLEF' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_FINALIZE_PLANNING | Constant | End Planning | 'DLFI' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_GI | Constant | Post Goods Issue | 'DLGI' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_GR | Constant | Post Goods Receipt | 'DLGR' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_PICKING | Constant | Picking | 'DLPI' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_PUTAWAY | Constant | Put Away | 'DLPU' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_RECEIVE_ASN | Constant | Receive Shipping Notification | 'DLRA' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_SEND_ASN | Constant | Send Shipping Notification | 'DLSA' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_SEND_POD | Constant | Send Delivery Receipt Confirmation | 'DLSP' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_ACTIVITY_START_EXECUTION | Constant | Start Execution | 'DLEX' | LIKE /SCMB/STM_ACTIVITY | Public |
| SC_EXTENSION_BSV | Instance Attribute | LIKE | Private | ||
| SC_MSGID_ID_STM | Constant | Message Class for Status Management | '/SCMB/STM' | LIKE SYMSGID | Public |
| SC_MSGNO_002 | Constant | Activity Not Maintained | '002' | LIKE SYMSGNO | Public |
| SC_OBJECT_FCO_STEP | Constant | FCO Step | 'F01' | LIKE /SCMB/STM_OBJECT_CATEGORY | Public |
| SC_OBJECT_INBOUND_DER_PO | Constant | Inbound DER_PO Header | 'O02' | LIKE /SCMB/STM_OBJECT_CATEGORY | Public |
| SC_OBJECT_INBOUND_DER_SO | Constant | Inbound DER_SO Header | 'O01' | LIKE /SCMB/STM_OBJECT_CATEGORY | Public |
| SC_OBJECT_INBOUND_ED | Constant | Inbound ED Header | 'D01' | LIKE /SCMB/STM_OBJECT_CATEGORY | Public |
| SC_OBJECT_INBOUND_PD | Constant | Inbound PD Header | 'D03' | LIKE /SCMB/STM_OBJECT_CATEGORY | Public |
| SC_OBJECT_LEVEL_HEADER | Constant | Object Level Header | '1' | LIKE /SCMB/STM_OBJECT_LEVEL | Public |
| SC_OBJECT_LEVEL_ITEM | Constant | Object Level Item | '2' | LIKE /SCMB/STM_OBJECT_LEVEL | Public |
| SC_OBJECT_LEVEL_SLINE | Constant | Object Level Schedule Line | '3' | LIKE /SCMB/STM_OBJECT_LEVEL | Public |
| SC_OBJECT_OUTBOUND_ED | Constant | Outbound ED Header | 'D02' | LIKE /SCMB/STM_OBJECT_CATEGORY | Public |
| SC_OBJECT_OUTBOUND_PD | Constant | Outbound PD Header | 'D04' | LIKE /SCMB/STM_OBJECT_CATEGORY | Public |
| SC_PARAMETER_ACT | Constant | Parameter ACTIVITY | 'ACTIVITY' | LIKE STRING | Public |
| SC_PARAMETER_IT_IF_STM | Constant | Parameter T_IF_STM | 'IT_IF_STM' | LIKE STRING | Public |
| SC_PARAMETER_OBJCAT | Constant | Parameter OBJECT_CATEGORY | 'OBJECT_CATEGORY' | LIKE STRING | Public |
| SC_PARAMETER_OBJLEV | Constant | Parameter OBJECT_LEVEL | 'OBJECT_LEVEL' | LIKE STRING | Public |
| SC_RESULT_NOT_PERMITTED | Constant | Transaction Not Allowed | '0' | LIKE /SCMB/STM_CHECKRESULT | Public |
| SC_RESULT_PERMITTED | Constant | Transaction Allowed | '1' | LIKE /SCMB/STM_CHECKRESULT | Public |
| SC_RESULT_WARNING | Constant | Transaction Allowed with Warning | '2' | LIKE /SCMB/STM_CHECKRESULT | Public |
| SC_STATUS_TYPE_ASN_RECEIVED | Constant | Shipping Notification Received | 'DAR' | LIKE /SCMB/STM_STATUS_TYPE | Public |
| SC_STATUS_TYPE_ASN_SENT | Constant | Shipping Notification Sent | 'DAS' | LIKE /SCMB/STM_STATUS_TYPE | Public |
| SC_STATUS_TYPE_BLOCKED_INCOM | Constant | Locked (Incomplete) | 'DBIN' | LIKE /SCMB/STM_STATUS_TYPE | Public |
| SC_STATUS_TYPE_BLOCKED_INCON | Constant | Locked (Inconsistent) | 'DBC' | LIKE /SCMB/STM_STATUS_TYPE | Public |
| SC_STATUS_TYPE_BLOCKED_MANUAL | Constant | Locked Manually | 'DBM' | LIKE /SCMB/STM_STATUS_TYPE | Public |
| SC_STATUS_TYPE_BLOCKED_PREDEC | Constant | Locked (Predecessor Status) | 'DBP' | LIKE /SCMB/STM_STATUS_TYPE | Public |
| SC_STATUS_TYPE_DER_CANCEL | Constant | Rejection | 'DCA' | LIKE /SCMB/STM_STATUS_TYPE | Public |
| SC_STATUS_TYPE_DER_CHANGE | Constant | Change Requested | 'DCR' | LIKE /SCMB/STM_STATUS_TYPE | Public |
| SC_STATUS_TYPE_DER_PROCESS | Constant | Delivery processing | 'DPR' | LIKE /SCMB/STM_STATUS_TYPE | Public |
| SC_STATUS_TYPE_EXECUTION | Constant | Execute | 'DEX' | LIKE /SCMB/STM_STATUS_TYPE | Public |
| SC_STATUS_TYPE_FINISHED | Constant | Planning Completed | 'DFI' | LIKE /SCMB/STM_STATUS_TYPE | Public |
| SC_STATUS_TYPE_GI | Constant | Goods Issue | 'DGI' | LIKE /SCMB/STM_STATUS_TYPE | Public |
| SC_STATUS_TYPE_GR | Constant | Goods Receipt | 'DGR' | LIKE /SCMB/STM_STATUS_TYPE | Public |
| SC_STATUS_TYPE_IN_TRANSIT | Constant | In transit | 'DIT' | LIKE /SCMB/STM_STATUS_TYPE | Public |
| SC_STATUS_TYPE_PICKING | Constant | Picking | 'DPI' | LIKE /SCMB/STM_STATUS_TYPE | Public |
| SC_STATUS_TYPE_PUTAWAY | Constant | Put Away | 'DPU' | LIKE /SCMB/STM_STATUS_TYPE | Public |
| SC_STATUS_VALUE_CANCELLED | Constant | Canceled | '5' | LIKE /SCMB/STM_STATUS_VALUE | Public |
| SC_STATUS_VALUE_COND_ACCEPTED | Constant | Tentatively | '4' | LIKE /SCMB/STM_STATUS_VALUE | Public |
| SC_STATUS_VALUE_FALSE | Constant | Inactive | '-' | LIKE /SCMB/STM_STATUS_VALUE | Public |
| SC_STATUS_VALUE_FINISHED | Constant | Ended | '3' | LIKE /SCMB/STM_STATUS_VALUE | Public |
| SC_STATUS_VALUE_IN_PROCESS | Constant | In Process | '2' | LIKE /SCMB/STM_STATUS_VALUE | Public |
| SC_STATUS_VALUE_NOT_STARTED | Constant | Not Started | '1' | LIKE /SCMB/STM_STATUS_VALUE | Public |
| SC_STATUS_VALUE_REJECTED | Constant | Rejected | '6' | LIKE /SCMB/STM_STATUS_VALUE | Public |
| SC_STATUS_VALUE_TRUE | Constant | Active | 'X' | LIKE /SCMB/STM_STATUS_VALUE | 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