SAP /SCMB/CL_ODM OO Class - ODM: Order Document Management
/SCMB/CL_ODM 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/CL_ODM 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/CL_ODM 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 |
| ADAPT_CORE_SCOPE | Adjust Tables to Be Read for Core Components | Private |
| CALL METHOD /scmb/cl_odm=>ADAPT_CORE_SCOPE...more details | ||
| ADAPT_INLINE_SCOPE | Adapt Tables to Be Read for Inline Extension | Private |
| CALL METHOD /scmb/cl_odm=>ADAPT_INLINE_SCOPE...more details | ||
| ADJUST_MAP | Adapt Mapping | Private |
| CALL METHOD /scmb/cl_odm=>ADJUST_MAP...more details | ||
| CHECK_FOR_GET | Check Order Document Types | Private |
| CALL METHOD /scmb/cl_odm=>CHECK_FOR_GET...more details | ||
| CHECK_UPDATE_MODE | Check Update Mode | Private |
| CALL METHOD /scmb/cl_odm=>CHECK_UPDATE_MODE...more details | ||
| COMPLETE_KEY | Complete Key Definition | Private |
| CALL METHOD /scmb/cl_odm=>COMPLETE_KEY...more details | ||
|
| ||
| CONVERT_EXTENSION | Converts Extension | Protected |
| CALL METHOD /scmb/cl_odm=>CONVERT_EXTENSION...more details | ||
| CONVERT_INLINE | Converts Inline Data into Extension Tables | Private |
| CALL METHOD /scmb/cl_odm=>CONVERT_INLINE...more details | ||
| CONVERT_INLINE_AS_EXTENSION | Converts Inline Data into Extension Tables | Private |
| CALL METHOD /scmb/cl_odm=>CONVERT_INLINE_AS_EXTENSION...more details | ||
| CONVERT_ORDID | Converts ORDID Tables | Private |
| CALL METHOD /scmb/cl_odm=>CONVERT_ORDID...more details | ||
| DELETE | Deletes Order Documents (Selection by Criteria) | Public |
| CALL METHOD /scmb/cl_odm=>DELETE...more details | ||
| DELETE_BY_ID | Deletes Order Documents, Selection by ID or Number | Public |
| CALL METHOD /scmb/cl_odm=>DELETE_BY_ID...more details | ||
| DELETE_BY_ORDNO_RNG | Deletes Order Documents, Selection by Number | Public |
| CALL METHOD /scmb/cl_odm=>DELETE_BY_ORDNO_RNG...more details | ||
| FILTER_ORDID | Filter ORDIDs from Parameter Tables | Private |
| CALL METHOD /scmb/cl_odm=>FILTER_ORDID...more details | ||
| GET1 | Delivers Single-Level Order Documents, Selection by Criteria | Public |
| CALL METHOD /scmb/cl_odm=>GET1...more details | ||
| GET1_BY_ID | Delivers Single-Level Order Documents, Selection by ID/No. | Public |
| CALL METHOD /scmb/cl_odm=>GET1_BY_ID...more details | ||
| GET1_BY_ORDNO_RNG | Delivers Single-Level Order Documents, Selection by Ord. No. | Public |
| CALL METHOD /scmb/cl_odm=>GET1_BY_ORDNO_RNG...more details | ||
| GET1_REFERENCING | Delivers Single-Level Order Documents, Selection by Ref. | Public |
| CALL METHOD /scmb/cl_odm=>GET1_REFERENCING...more details | ||
| GET2 | Delivers Double-Level Order Documents, Selection by Criteria | Public |
| CALL METHOD /scmb/cl_odm=>GET2...more details | ||
| GET2_BY_ID | Delivers Double-Level Order Documents, Selection by ID or No | Public |
| CALL METHOD /scmb/cl_odm=>GET2_BY_ID...more details | ||
| GET2_BY_ORDNO_RNG | Delivers Double-Level Order Documents, Selection by Ord. No. | Public |
| CALL METHOD /scmb/cl_odm=>GET2_BY_ORDNO_RNG...more details | ||
| GET2_REFERENCING | Delivers Double-Level Ord. Documents, Selection by Reference | Public |
| CALL METHOD /scmb/cl_odm=>GET2_REFERENCING...more details | ||
| GET3 | Delivers Triple-Level Ord. Documents, Selection by Criteria | Public |
| CALL METHOD /scmb/cl_odm=>GET3...more details | ||
| GET3_BY_ID | Delivers Triple-Level Ord. Documents, Selection by ID or No. | Public |
| CALL METHOD /scmb/cl_odm=>GET3_BY_ID...more details | ||
| GET3_BY_ORDNO_RNG | Delivers Triple-Level Order Documents, Selection by Ord. Nos | Public |
| CALL METHOD /scmb/cl_odm=>GET3_BY_ORDNO_RNG...more details | ||
| GET3_REFERENCING | Delivers Triple-Level Ord. Documents, Selection by Reference | Public |
| CALL METHOD /scmb/cl_odm=>GET3_REFERENCING...more details | ||
| GET_ACCID_FOR_READ | Determine Access Path from Parameter Range | Private |
| CALL METHOD /scmb/cl_odm=>GET_ACCID_FOR_READ...more details | ||
| GET_ALIAS_FOR_READ | Deliver WHERE Clause for READ Method | Private |
| CALL METHOD /scmb/cl_odm=>GET_ALIAS_FOR_READ...more details | ||
| GET_CHGTST | Get Change TimeStamp | Private |
| CALL METHOD /scmb/cl_odm=>GET_CHGTST...more details | ||
| GET_FIELDSEL | Deliver Range for Fields of a Component | Private |
| CALL METHOD /scmb/cl_odm=>GET_FIELDSEL...more details | ||
| GET_FIELD_PRM_VAL | Deliver Range for Fields of a Component | Private |
| CALL METHOD /scmb/cl_odm=>GET_FIELD_PRM_VAL...more details | ||
| GET_FROM_FOR_READ | Deliver FROM Clause for READ Method | Private |
| CALL METHOD /scmb/cl_odm=>GET_FROM_FOR_READ...more details | ||
| GET_FROM_FOR_READ_FIELDSEL | Deliver FROM Clause for READ Method | Private |
| CALL METHOD /scmb/cl_odm=>GET_FROM_FOR_READ_FIELDSEL...more details | ||
| GET_FROM_FOR_READ_KVAL | Deliver FROM Clause for READ Method | Private |
| CALL METHOD /scmb/cl_odm=>GET_FROM_FOR_READ_KVAL...more details | ||
| GET_HDRITMRNG | Delivers Header and/or Item Range | Private |
| CALL METHOD /scmb/cl_odm=>GET_HDRITMRNG...more details | ||
| GET_KVAL | Read Key Figure Values | Public |
| CALL METHOD /scmb/cl_odm=>GET_KVAL...more details | ||
| GET_ORC_FOR_READ | Determine Component for Selection (Core or Extension) | Private |
| CALL METHOD /scmb/cl_odm=>GET_ORC_FOR_READ...more details | ||
| GET_ORDID | Get Order GUID | Private |
| CALL METHOD /scmb/cl_odm=>GET_ORDID...more details | ||
| GET_PRMFIELD_FOR_READ_KVAL | Deliver WHERE Clause for READ Method | Private |
| CALL METHOD /scmb/cl_odm=>GET_PRMFIELD_FOR_READ_KVAL...more details | ||
| GET_PRM_VAL | Delivers Parameter(s) | Public |
| CALL METHOD /scmb/cl_odm=>GET_PRM_VAL...more details | ||
| GET_PRTRNG | Deliver Partner Range for Selection | Private |
| CALL METHOD /scmb/cl_odm=>GET_PRTRNG...more details | ||
| GET_PRTROLE | Deliver Partner Roles | Private |
| CALL METHOD /scmb/cl_odm=>GET_PRTROLE...more details | ||
| GET_SELECT_FOR_READ | Deliver SELECT Clause for READ Method | Private |
| CALL METHOD /scmb/cl_odm=>GET_SELECT_FOR_READ...more details | ||
| GET_SELECT_FOR_READ_FIELDSEL | Deliver SELECT Clause for READ Method | Private |
| CALL METHOD /scmb/cl_odm=>GET_SELECT_FOR_READ_FIELDSEL...more details | ||
| GET_SELECT_FOR_READ_KVAL | Deliver SELECT Clause for READ Method | Private |
| CALL METHOD /scmb/cl_odm=>GET_SELECT_FOR_READ_KVAL...more details | ||
| GET_SELECT_FOR_READ_PRM_VAL | Deliver SELECT Clause for READ Method | Private |
| CALL METHOD /scmb/cl_odm=>GET_SELECT_FOR_READ_PRM_VAL...more details | ||
| GET_SELECT_TERM | Assemble SELECT Term | Private |
| CALL METHOD /scmb/cl_odm=>GET_SELECT_TERM...more details | ||
| GET_SELECT_TERM_FOR_READ_KVAL | Deliver SELECT Clause for READ Method | Private |
| CALL METHOD /scmb/cl_odm=>GET_SELECT_TERM_FOR_READ_KVAL...more details | ||
| GET_TSTRNG | Deliver Time Stamp Range for Selection | Private |
| CALL METHOD /scmb/cl_odm=>GET_TSTRNG...more details | ||
| GET_USED_CREF | Delivers Hierarchy Levels Used | Private |
| CALL METHOD /scmb/cl_odm=>GET_USED_CREF...more details | ||
| GET_WHERE_FOR_READ | Deliver WHERE Clause for READ Method | Private |
| CALL METHOD /scmb/cl_odm=>GET_WHERE_FOR_READ...more details | ||
| GET_WHERE_FOR_READ_FIELDSEL | Deliver WHERE Clause for READ Method | Private |
| CALL METHOD /scmb/cl_odm=>GET_WHERE_FOR_READ_FIELDSEL...more details | ||
| GET_WHERE_FOR_READ_KVAL | Deliver WHERE Clause for READ Method | Private |
| CALL METHOD /scmb/cl_odm=>GET_WHERE_FOR_READ_KVAL...more details | ||
| GET_WHERE_LINE_FOR_READ_KVAL | Deliver WHERE Clause for READ Method | Private |
| CALL METHOD /scmb/cl_odm=>GET_WHERE_LINE_FOR_READ_KVAL...more details | ||
| GROUP_BY_KEYLEVEL | Group Order Documents by Data Area (Including Mapping) | Protected |
| CALL METHOD /scmb/cl_odm=>GROUP_BY_KEYLEVEL...more details | ||
| GROUP_ID | Group Order Documents by Data Area | Private |
| CALL METHOD /scmb/cl_odm=>GROUP_ID...more details | ||
| GROUP_MAPPING | Group Order Documents by Data Area (Including Mapping) | Private |
| CALL METHOD /scmb/cl_odm=>GROUP_MAPPING...more details | ||
| LOCK | Lock Order Document Item | Public |
| CALL METHOD /scmb/cl_odm=>LOCK...more details | ||
| LOCK_ADMIN_PROTECT | Internal Lock Management COMMIT Resistant | Public |
| CALL METHOD /scmb/cl_odm=>LOCK_ADMIN_PROTECT...more details | ||
| LOCK_ADMIN_REGISTER | Register Management Routine of Internal Lock Management | Public |
| CALL METHOD /scmb/cl_odm=>LOCK_ADMIN_REGISTER...more details | ||
| LOCK_ADMIN_REPAIR | Restore Internal Lock Management | Private |
| CALL METHOD /scmb/cl_odm=>LOCK_ADMIN_REPAIR...more details | ||
| LOCK_FILTER_GRP | Collects IDs from Group Table | Private |
| CALL METHOD /scmb/cl_odm=>LOCK_FILTER_GRP...more details | ||
| LOCK_FILTER_ID | Collects IDs from T_ORDID (Parameter Table) | Private |
| CALL METHOD /scmb/cl_odm=>LOCK_FILTER_ID...more details | ||
| LOCK_FILTER_ORC | Collects IDs from Components | Private |
| CALL METHOD /scmb/cl_odm=>LOCK_FILTER_ORC...more details | ||
| LOCK_FORGET | Delete Lock Management | Private |
| CALL METHOD /scmb/cl_odm=>LOCK_FORGET...more details | ||
| LOCK_REPORT | Delivers Order Document Item Locks | Public |
| CALL METHOD /scmb/cl_odm=>LOCK_REPORT...more details | ||
| LOCK_SET | Lock Order Document Item | Private |
| CALL METHOD /scmb/cl_odm=>LOCK_SET...more details | ||
| LOCK_SET_POLICY | Define Lock Behavior | Public |
| CALL METHOD /scmb/cl_odm=>LOCK_SET_POLICY...more details | ||
| MAINTAIN_ID | Administration of IDs (Deliver, Change, Create) | Protected |
| CALL METHOD /scmb/cl_odm=>MAINTAIN_ID...more details | ||
| MAP | Convert External Numbers | Private |
| CALL METHOD /scmb/cl_odm=>MAP...more details | ||
| MAP_AS_ID | Convert External Numbers | Private |
| CALL METHOD /scmb/cl_odm=>MAP_AS_ID...more details | ||
| READ | Read Order Documents, Selection by Criteria | Private |
| CALL METHOD /scmb/cl_odm=>READ...more details | ||
| READ_BY_ID | Read Order Documents Completely, Selection by IDs | Private |
| CALL METHOD /scmb/cl_odm=>READ_BY_ID...more details | ||
| READ_COMPONENT_CORE | Read Component Table, Selection by IDs (Internal) | Private |
| CALL METHOD /scmb/cl_odm=>READ_COMPONENT_CORE...more details | ||
| READ_COMPONENT_EXTENSION | Read Extension Table, Selection by IDs (Internal) | Private |
| CALL METHOD /scmb/cl_odm=>READ_COMPONENT_EXTENSION...more details | ||
| READ_COMPONENT_MAPPING | Read Mapping Table, Selection by IDs (Internal) | Private |
| CALL METHOD /scmb/cl_odm=>READ_COMPONENT_MAPPING...more details | ||
| READ_COMPONENT_REFERENCE | Read Reference Table, Selection by Reference IDs (Internal) | Private |
| CALL METHOD /scmb/cl_odm=>READ_COMPONENT_REFERENCE...more details | ||
| READ_KVAL | Read Order Documents, Selection by Criteria | Private |
| CALL METHOD /scmb/cl_odm=>READ_KVAL...more details | ||
| READ_KVAL_DYN | Read Time Series Value Dynamically | Private |
| CALL METHOD /scmb/cl_odm=>READ_KVAL_DYN...more details | ||
| READ_MAPPING_BY_NO | Read Mapping Table, Selection by Numbers (Internal) | Private |
| CALL METHOD /scmb/cl_odm=>READ_MAPPING_BY_NO...more details | ||
| READ_MAPPING_BY_ORDNO_RNG | Read Mapping Table, Selection by Range of Order Numbers | Private |
| CALL METHOD /scmb/cl_odm=>READ_MAPPING_BY_ORDNO_RNG...more details | ||
| READ_PRM_VAL | Read Order Documents, Selection by Criteria | Private |
| CALL METHOD /scmb/cl_odm=>READ_PRM_VAL...more details | ||
| READ_REFERENCING | Read Referencing Order Documents | Private |
| CALL METHOD /scmb/cl_odm=>READ_REFERENCING...more details | ||
| READ_TABLE | Read Table, Selection by IDs | Protected |
| CALL METHOD /scmb/cl_odm=>READ_TABLE...more details | ||
| READ_TABLE_WITH_ALL_IDS | Read Table, Selection by all IDs (orderid, itemid, sdlid) | Protected |
| CALL METHOD /scmb/cl_odm=>READ_TABLE_WITH_ALL_IDS...more details | ||
| READ_TABLE_WITH_ONE_ID | Read Table, Selection by one ID according to level | Protected |
| CALL METHOD /scmb/cl_odm=>READ_TABLE_WITH_ONE_ID...more details | ||
| SELECT_ORDERID_FOR_READ | Selct ORDIDs and ITMIDs for READ | Private |
| CALL METHOD /scmb/cl_odm=>SELECT_ORDERID_FOR_READ...more details | ||
| SELECT_ORDERID_FOR_READ_KVAL | Selct ORDIDs and ITMIDs for READ | Private |
| CALL METHOD /scmb/cl_odm=>SELECT_ORDERID_FOR_READ_KVAL...more details | ||
| SELECT_PRM_VAL | Selct ORDIDs and ITMIDs for READ | Private |
| CALL METHOD /scmb/cl_odm=>SELECT_PRM_VAL...more details | ||
| SET1 | Change/Delete Single-Level Order Documents, Selection by ID | Public |
| CALL METHOD /scmb/cl_odm=>SET1...more details | ||
| SET2 | Change/Delete Double-Level Order Documents, Selection by ID | Public |
| CALL METHOD /scmb/cl_odm=>SET2...more details | ||
| SET3 | Change/Delete Triple-Level Order Documents, Selection by ID | Public |
| CALL METHOD /scmb/cl_odm=>SET3...more details | ||
| SET_CHECK | Check Data for SET Methods | Protected |
| CALL METHOD /scmb/cl_odm=>SET_CHECK...more details | ||
| SET_DELETE_BLOCK_SIZE | Set Block Size for Deletion | Public |
| CALL METHOD /scmb/cl_odm=>SET_DELETE_BLOCK_SIZE...more details | ||
| SPLIT_MATLOC | Distribute Location Products | Private |
| CALL METHOD /scmb/cl_odm=>SPLIT_MATLOC...more details | ||
| SPLIT_MATLOC_KVAL | Distribute Location Products | Private |
| CALL METHOD /scmb/cl_odm=>SPLIT_MATLOC_KVAL...more details | ||
| TRANSLATE | Replace Virtual IDs by Database IDs | Private |
| CALL METHOD /scmb/cl_odm=>TRANSLATE...more details | ||
| UNLOCK | Remove Order Document Item Lock | Public |
| CALL METHOD /scmb/cl_odm=>UNLOCK...more details | ||
/SCMB/CL_ODM 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_BLOCKSIZE | Constant | Block Size | 1000 | LIKE I | Public |
| GC_CHGMODE_ALGORITHM | Constant | Object Changed by Algorithm | 'A' | LIKE /SCMB/ODM_CHGMODE | Public |
| GC_CHGMODE_IDOC | Constant | Transfer Object via IDOC | 'I' | LIKE /SCMB/ODM_CHGMODE | Public |
| GC_CHGMODE_MANUAL | Constant | Transfer Object Manually | 'M' | LIKE /SCMB/ODM_CHGMODE | Public |
| GC_CHGMODE_ODM_CHECK | Constant | Object Changed by Algorithm | 'C' | LIKE /SCMB/ODM_CHGMODE | Public |
| GC_CHGMODE_RFC | Constant | Transfer Object via RFC | 'R' | LIKE /SCMB/ODM_CHGMODE | Public |
| GC_CHGMODE_XML | Constant | Transfer Object via XML | 'X' | LIKE /SCMB/ODM_CHGMODE | Public |
| GC_ENQUEUE_CONVERT | Constant | Convert Optimistic Lock | 'R' | LIKE ENQMODE | Private |
| GC_ENQUEUE_EXCLUSIVE | Constant | Exclusive Lock (Write Lock) | 'E' | LIKE ENQMODE | Private |
| GC_ENQUEUE_OPTIMISTIC | Constant | Optimistic Lock | 'O' | LIKE ENQMODE | Private |
| GC_FALSE | Constant | False | /SCMB/CL_C=>BOOLE_FALSE | LIKE BOOLE_D | Public |
| GC_FIELDNAME_MATID | Constant | ODM: Field Name | 'MATID' | LIKE /SCMB/ODM_FIELDNAME | Public |
| GC_FIELDSELMAX | Constant | Maximum Number of Parameters Supported | 10 | LIKE /SCMB/ODM_FIELDSELMAX | Public |
| GC_GEN_NAMESPACE | Constant | Namespace of Generated DDIC Objects | '/1OM/' | LIKE FIELDNAME | Public |
| GC_GEN_NAMESPACE_TRACKING | Constant | Namespace of Generated DDIC Objects | '/1OT/' | LIKE FIELDNAME | Public |
| GC_HANDLE_ARCHIVE_OFF | Constant | Empty Archive Handle | 0 | LIKE /SCMB/ODM_ARCHIVE_HANDLE | Public |
| GC_LOCK_MODE_CONVERT | Instance Attribute | LIKE | Private | ||
| GC_LOCK_MODE_EXCLUSIVE | Constant | Convert Optimistic Lock | 'E' | LIKE ENQMODE | Public |
| GC_LOCK_MODE_OPTIMISTIC | Constant | Optimistic Lock | 'O' | LIKE ENQMODE | Public |
| GC_LOCK_POLICY_EXCLUSIVE | Constant | Exclusive Locks | 'E' | LIKE /SCMB/ODM_LOCK_POLICY | Public |
| GC_LOCK_POLICY_OPTIMISTIC | Constant | Optimistic Locks | 'O' | LIKE /SCMB/ODM_LOCK_POLICY | Public |
| GC_LOCK_SCOPE_LUW | Constant | Lock Until End of Logical Unit of Work | '1' | LIKE CHAR1 | Private |
| GC_LOCK_SCOPE_UPDATE | Constant | Lock Until End of Update | '2' | LIKE CHAR1 | Private |
| GC_LOCK_TABNAME | Instance Attribute | LIKE | Private | ||
| GC_MAXTIME | Constant | Largest Date Allowed | '20991231235959' | LIKE TZNTSTMPS | Public |
| GC_MINTIME | Constant | Smallest Date Allowed | '19700101000000' | LIKE TZNTSTMPS | Public |
| GC_OBJCHG_CHANGE | Constant | Change Object | 'C' | LIKE /SCMB/ODM_OBJCHG | Public |
| GC_OBJCHG_CREATE | Constant | Create Object | 'N' | LIKE /SCMB/ODM_OBJCHG | Public |
| GC_OBJCHG_DELETE | Constant | Delete Object | 'D' | LIKE /SCMB/ODM_OBJCHG | Public |
| GC_OBJCHG_MODIFY | Constant | Create/Change Object | 'M' | LIKE /SCMB/ODM_OBJCHG | Public |
| GC_ODM_EXT_REDUNDANT | Constant | Inline Extensions Supported | GC_FALSE | LIKE BOOLE_D | Protected |
| GC_PRM_MATID | Constant | Parameters for Product | 'MATID' | LIKE /SCMB/ODM_PRM | Public |
| GC_PRTFLG_LOC | Constant | ODM: Partner Indicator | 'L' | LIKE /SCMB/ODM_PRTFLG | Public |
| GC_PRTFLG_MAT | Constant | ODM: Partner Indicator | 'M' | LIKE /SCMB/ODM_PRTFLG | Public |
| GC_PRTFLG_PRT | Constant | ODM: Partner Indicator | 'P' | LIKE /SCMB/ODM_PRTFLG | Public |
| GC_QTYFLG_GQTY | Constant | Gross Quantity | 'G' | LIKE /SCMB/ODM_QTY_FLG | Public |
| GC_QTYFLG_QTY | Constant | Net Quantity | SPACE | LIKE /SCMB/ODM_QTY_FLG | Public |
| GC_RELIABILITY_ADAPT | Constant | Adjust GUIDs | 'A' | LIKE /SCMB/ODM_RELIABILITY | Public |
| GC_RELIABILITY_CHECK | Constant | Check GUIDs | 'C' | LIKE /SCMB/ODM_RELIABILITY | Public |
| GC_RELIABILITY_TRUST | Constant | GUIDs Reliable | 'T' | LIKE /SCMB/ODM_RELIABILITY | Public |
| GC_TRUE | Constant | True | /SCMB/CL_C=>BOOLE_TRUE | LIKE BOOLE_D | Public |
| GC_TSTTOFRFLG_FR | Constant | Date Indicator 'From' | SPACE | LIKE /SCMB/ODM_TSTTOFRFLG | Public |
| GC_TSTTOFRFLG_TO | Constant | Date Indicator 'To' | 'T' | LIKE /SCMB/ODM_TSTTOFRFLG | Public |
| GMV_VRSIONO | Static Attribute | Version ID Conversion | LIKE CHAR32 | Private | |
| GT_ALLOCATED_TST | Static Attribute | Table of Allocated Timestamps | LIKE TY_T_ALLOCATED_TST | Private | |
| GV_DELAY_MAX | Static Attribute | Maximum Number of Lock Attempts | 5 | LIKE I | Public |
| GV_DEL_BLK_SIZE | Static Attribute | Block Size for Deletion | LIKE SYTABIX | Private | |
| GV_LOCK_POLICY | Static Attribute | ODM: Lock Method | GC_LOCK_POLICY_EXCLUSIVE | LIKE /SCMB/ODM_LOCK_POLICY | Public |
/SCMB/CL_ODM types
TY_S_ALLOCATED_TST -TY_S_ORDID -
TY_T_ALLOCATED_TST -
TY_T_ORDID -
Links to Related Class(s)
/SCMB/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects