SAP /SCMTMS/CL_COMMON_HELPER OO Class - Class for common helper methods
/SCMTMS/CL_COMMON_HELPER 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 /SCMTMS/CL_COMMON_HELPER 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 /SCMTMS/CL_COMMON_HELPER 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 |
| ACTIVATE_ADDON_FOR_UNCRIT_PPF | Activates PPF add-on | Public |
| CALL METHOD /scmtms/cl_common_helper=>ACTIVATE_ADDON_FOR_UNCRIT_PPF...more details | ||
| ADD_EXCEPTION2APPLOG_BO | Add exception texts into application log | Public |
| CALL METHOD /scmtms/cl_common_helper=>ADD_EXCEPTION2APPLOG_BO...more details | ||
| ADD_MSG2APPLOG_BO | Add a new message to an initialized Application Log BO inst. | Public |
| CALL METHOD /scmtms/cl_common_helper=>ADD_MSG2APPLOG_BO...more details | ||
| ADD_SELOPT_WITH_LEADING_0 | Adds entries to Selopt table with leading 0 | Public |
| CALL METHOD /scmtms/cl_common_helper=>ADD_SELOPT_WITH_LEADING_0...more details | ||
| ALPHA_CHAR10_ID | Do alpha conversion for CHAR10 ID | Public |
| CALL METHOD /scmtms/cl_common_helper=>ALPHA_CHAR10_ID...more details | ||
| ANALYZE_CHANGES | Analyze BOPF change object | Public |
| CALL METHOD /scmtms/cl_common_helper=>ANALYZE_CHANGES...more details | ||
|
| ||
| ANALYZE_MESSAGES | Analyze BOPF message object | Public |
| CALL METHOD /scmtms/cl_common_helper=>ANALYZE_MESSAGES...more details | ||
| CALCULATE_HASH_CHAR16 | Calculate hash value from string, result is CHAR16 | Public |
| CALL METHOD /scmtms/cl_common_helper=>CALCULATE_HASH_CHAR16...more details | ||
| CHANGING_TRANSACTION | Any changes within current transaction? | Public |
| CALL METHOD /scmtms/cl_common_helper=>CHANGING_TRANSACTION...more details | ||
| CHECK_AGING_BEFORE_REOPEN | Check if there are any aged referenced docs before reopen | Public |
| CALL METHOD /scmtms/cl_common_helper=>CHECK_AGING_BEFORE_REOPEN...more details | ||
| CHECK_DOC_AGING_STATUS | Check documents if aged or not | Public |
| CALL METHOD /scmtms/cl_common_helper=>CHECK_DOC_AGING_STATUS...more details | ||
| CHECK_DOC_ARCHIVE_STATUS | Check documents if archived or not | Public |
| CALL METHOD /scmtms/cl_common_helper=>CHECK_DOC_ARCHIVE_STATUS...more details | ||
| CHECK_EXT_DOCFLOW_AIS_EXISTS | Is there an active AIS to read TM doc flows from archive? | Public |
| CALL METHOD /scmtms/cl_common_helper=>CHECK_EXT_DOCFLOW_AIS_EXISTS...more details | ||
| CHECK_FAILED_MODIFICATIONS | Check for failed modifications after IO_MODIFY->DO_MODIFY | Public |
| CALL METHOD /scmtms/cl_common_helper=>CHECK_FAILED_MODIFICATIONS...more details | ||
| CHECK_INSERT_KEY | check and insert keys into Key tables | Public |
| CALL METHOD /scmtms/cl_common_helper=>CHECK_INSERT_KEY...more details | ||
| CHECK_INSERT_KEYS | check and insert several keys into Key tables | Public |
| CALL METHOD /scmtms/cl_common_helper=>CHECK_INSERT_KEYS...more details | ||
| CHECK_TM_CLOUD_EXISTS | Check package CLOUD_TM exists | Public |
| CALL METHOD /scmtms/cl_common_helper=>CHECK_TM_CLOUD_EXISTS...more details | ||
| CHECK_USER_ASSIGNM_TO_ORGUNIT | Check, if current is assigned to a certain orgunit | Public |
| CALL METHOD /scmtms/cl_common_helper=>CHECK_USER_ASSIGNM_TO_ORGUNIT...more details | ||
| CLEAR_LOCAL_BUFFERS | Clean local buffers e.g. after refresh or Buf variant cleanu | Public |
| CALL METHOD /scmtms/cl_common_helper=>CLEAR_LOCAL_BUFFERS...more details | ||
| CONCATENATE_FIELDS | Concatenate field values for multi-value case | Public |
| CALL METHOD /scmtms/cl_common_helper=>CONCATENATE_FIELDS...more details | ||
| CONVERT_DATE_TO_DEFLT_TZONE | Date defaulted to a Time Zone | Public |
| CALL METHOD /scmtms/cl_common_helper=>CONVERT_DATE_TO_DEFLT_TZONE...more details | ||
| CONVERT_GUID_2_OBJECT_ID | Convert document GUID into OBJECT_ID for archiving log | Public |
| CALL METHOD /scmtms/cl_common_helper=>CONVERT_GUID_2_OBJECT_ID...more details | ||
| CONVERT_KEY_TAB_TO_KEY_TAB | Convert /bobf/t_frw_key2 to /bobf/t_frw_key2 | Public |
| CALL METHOD /scmtms/cl_common_helper=>CONVERT_KEY_TAB_TO_KEY_TAB...more details | ||
| CONVERT_TSTMP2STRING | Convert timestamp into string | Public |
| CALL METHOD /scmtms/cl_common_helper=>CONVERT_TSTMP2STRING...more details | ||
| CONVERT_UNIT | Public | |
| CALL METHOD /scmtms/cl_common_helper=>CONVERT_UNIT...more details | ||
| CONVERT_WARNING_MSG_TO_ERROR | Convert warning messages into error messages | Public |
| CALL METHOD /scmtms/cl_common_helper=>CONVERT_WARNING_MSG_TO_ERROR...more details | ||
| CONV_SEARCH_DATS_2_RANGE | Convert query date/time selection to timestamp | Public |
| CALL METHOD /scmtms/cl_common_helper=>CONV_SEARCH_DATS_2_RANGE...more details | ||
| COUNT_PERIOD | Count number of periods | Private |
| CALL METHOD /scmtms/cl_common_helper=>COUNT_PERIOD...more details | ||
| CURRENCY_CODE_ISO_TO_SAP | Translates an ISO code into the SAP internal currency key | Public |
| CALL METHOD /scmtms/cl_common_helper=>CURRENCY_CODE_ISO_TO_SAP...more details | ||
| CURRENCY_CODE_SAP_TO_ISO | Translates an SAP internal currency key into the ISO code | Public |
| CALL METHOD /scmtms/cl_common_helper=>CURRENCY_CODE_SAP_TO_ISO...more details | ||
| CURRENCY_CONVERT | Convert into another currency | Public |
| CALL METHOD /scmtms/cl_common_helper=>CURRENCY_CONVERT...more details | ||
| CURRENCY_INT_TO_EXT_FORMAT | Converts internal currency to external currency format | Public |
| CALL METHOD /scmtms/cl_common_helper=>CURRENCY_INT_TO_EXT_FORMAT...more details | ||
| DETERMINATION_TRIGGER_NODES | Get determination trigger nodes at runtime | Public |
| CALL METHOD /scmtms/cl_common_helper=>DETERMINATION_TRIGGER_NODES...more details | ||
| DUR_TO_SEC | Get duration for seconds | Public |
| CALL METHOD /scmtms/cl_common_helper=>DUR_TO_SEC...more details | ||
| EXTRACT_FRWKEY_FROM_TABLES | Extract the FRW Keys from a generic table | Public |
| CALL METHOD /scmtms/cl_common_helper=>EXTRACT_FRWKEY_FROM_TABLES...more details | ||
| FILTER_LOCATIONS_4_DPP | Filter blocked locations for Data Protection and Privacy | Public |
| CALL METHOD /scmtms/cl_common_helper=>FILTER_LOCATIONS_4_DPP...more details | ||
| FILTER_MODIFICATION | Filter modification table | Public |
| CALL METHOD /scmtms/cl_common_helper=>FILTER_MODIFICATION...more details | ||
| FINALIZE_CHAR10_ID | Do alpha conversion for CHAR10 IDs before saving | Public |
| CALL METHOD /scmtms/cl_common_helper=>FINALIZE_CHAR10_ID...more details | ||
| GET_ARCHIVE_STATUS | Get archive status text (Archived or initial) | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_ARCHIVE_STATUS...more details | ||
| GET_ARCHIVING_DOC_CONTEXT | Get document context for archiving of TM documents | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_ARCHIVING_DOC_CONTEXT...more details | ||
| GET_ASSOC_STRUC | Get association structure by bo and assoc key | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_ASSOC_STRUC...more details | ||
| GET_BO_INST_DESCR | Get BO instance description | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_BO_INST_DESCR...more details | ||
| GET_BO_INST_DESCR_MASS | Get BO instance descriptions | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_BO_INST_DESCR_MASS...more details | ||
| GET_BO_NRIV_ATTRIBUTE | Get name of Number Range Interval ID attribute of a BO | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_BO_NRIV_ATTRIBUTE...more details | ||
| GET_BO_ROOT_NODE_KEY | Get BO ROOT node key | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_BO_ROOT_NODE_KEY...more details | ||
| GET_BP_ID_FROM_KEY | Get business partner ID from key | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_BP_ID_FROM_KEY...more details | ||
| GET_CHANGED_INSTANCES | Compare before and current images and return chagd instances | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_CHANGED_INSTANCES...more details | ||
| GET_COMPANY_ORG_CURRENCY | Get currency code of parent company organization | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_COMPANY_ORG_CURRENCY...more details | ||
| GET_DOCREL_LINKS | Get list of dependent documents | Private |
| CALL METHOD /scmtms/cl_common_helper=>GET_DOCREL_LINKS...more details | ||
| GET_DOMAINVALUE_BY_TEXT | Get domain value by text (by code text) | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_DOMAINVALUE_BY_TEXT...more details | ||
| GET_DOMAINVALUE_TEXT | Get text of domain value (by code value) | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_DOMAINVALUE_TEXT...more details | ||
| GET_DOMAIN_VALUE | Get Domain Value | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_DOMAIN_VALUE...more details | ||
| GET_DO_ASSOC_KEY_BY_NAME | Determine the runtime assoc key of a DO assoc by its name | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_DO_ASSOC_KEY_BY_NAME...more details | ||
| GET_DO_ENTITY_KEY | Determine the runtime BO entity key of a DO | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_DO_ENTITY_KEY...more details | ||
| GET_DO_KEYS_4_ACTION | Determine the DO runtime BO entity keys for Action | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_DO_KEYS_4_ACTION...more details | ||
| GET_DO_KEYS_4_RBA | Determine the DO runtime BO entity keys for RbAssociation | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_DO_KEYS_4_RBA...more details | ||
| GET_DO_NODE_KEY_BY_NAME | Determine the runtime node key of a DO node by its name | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_DO_NODE_KEY_BY_NAME...more details | ||
| GET_DTEL_TEXT | Get text of data element | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_DTEL_TEXT...more details | ||
| GET_DTEL_TEXT_LONG | Get text of data element (long) | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_DTEL_TEXT_LONG...more details | ||
| GET_DTEL_TEXT_MEDIUM | Get text of data element (medium) | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_DTEL_TEXT_MEDIUM...more details | ||
| GET_DTEL_TEXT_SHORT | Get text of data element (short) | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_DTEL_TEXT_SHORT...more details | ||
| GET_PERIOD_INFO | Get period from periodicity, valid-from, valid-to | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_PERIOD_INFO...more details | ||
| GET_PLN_RELEVANT_ITEMS | Retrieves all planning relevant items | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_PLN_RELEVANT_ITEMS...more details | ||
| GET_ROOT_ORG | Get root organization (by internal org unit ID) | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_ROOT_ORG...more details | ||
| GET_SOURCE_KEYS_FROM_LINK_TAB | Get source keys from link table | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_SOURCE_KEYS_FROM_LINK_TAB...more details | ||
| GET_TARGET_KEYS_FROM_LINK_TAB | Get target keys from link table | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_TARGET_KEYS_FROM_LINK_TAB...more details | ||
| GET_TIME_ZONE_SORG | Get Time Zone of Sales Org | Public |
| CALL METHOD /scmtms/cl_common_helper=>GET_TIME_ZONE_SORG...more details | ||
| HANDLE_FAILED_KEYS | Merge failed keys and remove from key table | Public |
| CALL METHOD /scmtms/cl_common_helper=>HANDLE_FAILED_KEYS...more details | ||
| INSERT_KEY | check and insert keys into Key tables | Public |
| CALL METHOD /scmtms/cl_common_helper=>INSERT_KEY...more details | ||
| INS_KEY | Obsolete: insert keys into returned key tables | Public |
| CALL METHOD /scmtms/cl_common_helper=>INS_KEY...more details | ||
| IS_CLOUD | OBSOLETE: Use CHECK_TM_CLOUD_EXISTS() | Public |
| CALL METHOD /scmtms/cl_common_helper=>IS_CLOUD...more details | ||
| LOC_KEY_GET_TIMEZONE | Get the time zone for a location | Public |
| CALL METHOD /scmtms/cl_common_helper=>LOC_KEY_GET_TIMEZONE...more details | ||
| MAP_ORG_EXT2INT | Map external Org Unit ID to internal Org Unit ID | Public |
| CALL METHOD /scmtms/cl_common_helper=>MAP_ORG_EXT2INT...more details | ||
| MAP_ORG_INT2EXT | Map internal Org Unit ID to external Org Unit ID | Public |
| CALL METHOD /scmtms/cl_common_helper=>MAP_ORG_INT2EXT...more details | ||
| MERGE_LINK_TABLES | Merge link tables to get the complete chain | Public |
| CALL METHOD /scmtms/cl_common_helper=>MERGE_LINK_TABLES...more details | ||
| MERGE_LINK_TABLES_CHANGING | Merge link tables to get the complete chain | Public |
| CALL METHOD /scmtms/cl_common_helper=>MERGE_LINK_TABLES_CHANGING...more details | ||
| MERGE_LINK_TABLES_JOINING | Merge link tables to get the complete chain | Public |
| CALL METHOD /scmtms/cl_common_helper=>MERGE_LINK_TABLES_JOINING...more details | ||
| MERGE_LINK_TABLES_KEEPING | Merge link tables to get the complete chain | Public |
| CALL METHOD /scmtms/cl_common_helper=>MERGE_LINK_TABLES_KEEPING...more details | ||
| MSG_CONVERT_BAPIRET2_2_BOPF | Convert BAPIRET2 messages into BOPF messages | Public |
| CALL METHOD /scmtms/cl_common_helper=>MSG_CONVERT_BAPIRET2_2_BOPF...more details | ||
| MSG_CONVERT_BOPF_2_BAPIRET2 | Convert BOPF messages into BAPIRET2 format | Public |
| CALL METHOD /scmtms/cl_common_helper=>MSG_CONVERT_BOPF_2_BAPIRET2...more details | ||
| MSG_HELPER_ADD_MO | BOBF Message handling helper: Add new message object | Public |
| CALL METHOD /scmtms/cl_common_helper=>MSG_HELPER_ADD_MO...more details | ||
| MSG_HELPER_ADD_SYMSG | BOBF Message handling helper: Add Sy-message | Public |
| CALL METHOD /scmtms/cl_common_helper=>MSG_HELPER_ADD_SYMSG...more details | ||
| NORMALIZE_QTY_IN_DIMENSIONTAB | Normalize quantities in dimension table | Public |
| CALL METHOD /scmtms/cl_common_helper=>NORMALIZE_QTY_IN_DIMENSIONTAB...more details | ||
| NO_READ_FROM_ARCHIVE | Control archive access in GET_ARCHIVING_DOC_CONTEXT | Private |
| CALL METHOD /scmtms/cl_common_helper=>NO_READ_FROM_ARCHIVE...more details | ||
| QTY_ADJUSTMENT | Adjust quantities | Public |
| CALL METHOD /scmtms/cl_common_helper=>QTY_ADJUSTMENT...more details | ||
| ROUND_TIMESTAMP_TO_DAY | Round a time stamp to the full day | Public |
| CALL METHOD /scmtms/cl_common_helper=>ROUND_TIMESTAMP_TO_DAY...more details | ||
| SEC_TO_DUR | Get seconds for duration | Public |
| CALL METHOD /scmtms/cl_common_helper=>SEC_TO_DUR...more details | ||
| SEND_MAIL | Send Email | Public |
| CALL METHOD /scmtms/cl_common_helper=>SEND_MAIL...more details | ||
| SET_FIELD_PROPERTIES | Set properties for node attributes | Public |
| CALL METHOD /scmtms/cl_common_helper=>SET_FIELD_PROPERTIES...more details | ||
| SORT_CREATE_MODIFICATIONS | Sort create modifications before calling ~modify | Public |
| CALL METHOD /scmtms/cl_common_helper=>SORT_CREATE_MODIFICATIONS...more details | ||
| SORT_UPD_DEL_MODIFICATIONS | Sort update/delete modifications before calling ~modify | Public |
| CALL METHOD /scmtms/cl_common_helper=>SORT_UPD_DEL_MODIFICATIONS...more details | ||
| STRUC_GET_FIELDNAMES | Determine list of components of a DDIC structure | Public |
| CALL METHOD /scmtms/cl_common_helper=>STRUC_GET_FIELDNAMES...more details | ||
| SYNC_POINT_CREATE | Obsolete: Create BOPF Sync Point | Public |
| CALL METHOD /scmtms/cl_common_helper=>SYNC_POINT_CREATE...more details | ||
| SYNC_POINT_DELETE | Obsolete: Delete Sync Point to release memory | Public |
| CALL METHOD /scmtms/cl_common_helper=>SYNC_POINT_DELETE...more details | ||
| SYNC_POINT_ROLLBACK_TO | Obsolete: Rollback to Sync Point | Public |
| CALL METHOD /scmtms/cl_common_helper=>SYNC_POINT_ROLLBACK_TO...more details | ||
/SCMTMS/CL_COMMON_HELPER 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 |
| MO_CONF | Static Attribute | Interface for Configuration | LIKE /BOBF/IF_FRW_CONFIGURATION | Private | |
| MO_STRUCT_DESCR | Static Attribute | LIKE CL_ABAP_STRUCTDESCR | Private | ||
| MT_AGED_ROOT_KEY | Static Attribute | Root Keys of Aged Docs | LIKE /BOBF/T_FRW_KEY | Private | |
| MT_DOMTEXTS | Static Attribute | Domain text buffer | LIKE TT_DOMTEXTS | Private | |
| MT_DOM_VALUES | Static Attribute | LIKE TT_DOM_VALUES | Private | ||
| MT_NOT_AGED_ROOT_KEY | Static Attribute | Root Keys of Not Aged Docs | LIKE /BOBF/T_FRW_KEY | Private | |
| MT_ORGUNIT_ASSINGM | Static Attribute | Organizational Unit | LIKE /SCMB/T_ORGUNIT | Protected | |
| MT_ROOT_SYNC_POINT | Static Attribute | Sync Point Administration | LIKE /SCMTMS/T_SYNC_POINT_ADMIN | Private | |
| MT_SYNC_POINT_REGISTRY | Static Attribute | Sync Point Administration | LIKE /SCMTMS/T_SYNC_POINT_ADMIN | Private | |
| MT_WHITELIST | Static Attribute | Quantity of Strings (Unique) | LIKE STRING_HASHED_TABLE | Private | |
| MV_APPLOG_ACTIVE | Static Attribute | Applictaion Log active / inactive | ABAP_FALSE | LIKE BOOLE_D | Protected |
| MV_AUNIT_IS_CLOUD_SET | Static Attribute | MV_IS_CLOUD was set in unit test | LIKE ABAP_BOOL | Private | |
| MV_CURRENT_SYNC_POINT | Static Attribute | Natural number | LIKE INT4 | Private | |
| MV_IS_CLOUD | Static Attribute | Buffered value of method //CL_COMMON_HELPER=>IS_CLOUD() | LIKE ABAP_BOOL | Private | |
| MV_IS_CLOUD_DB | Static Attribute | MV_IS_CLOUD value before overwritten in unit test | LIKE ABAP_BOOL | Private | |
| MV_LAST_BO_KEY | Static Attribute | Last BO Key | LIKE /BOBF/CONF_KEY | Private | |
| MV_NUM_SYNC_POINTS | Static Attribute | Natural number | LIKE INT4 | Private | |
| SC_AL_ORIGINATOR_FUBUILDER | Constant | Application Log Message Originator | 'FUB' | LIKE STRING | Public |
| SC_AL_ORIGINATOR_OPTIMIZER | Constant | Application Log Message Originator | 'OPTIMIZER' | LIKE STRING | Public |
| SC_AL_PROBCLASS_IMPORTANT | Constant | Application log: Important problem class | /SCMTMS/CL_APPLOG_HELPER=>SC_AL_PROBCLASS_IMPORTANT | LIKE BALPROBCL | Public |
| SC_AL_SOBJ_BF | Constant | Application Log: Basic Functions | /SCMTMS/CL_APPLOG_HELPER=>SC_AL_SOBJ_BF | LIKE BALSUBOBJ | Public |
| SC_AL_SOBJ_PLN | Constant | Application Log: Planning | /SCMTMS/CL_APPLOG_HELPER=>SC_AL_SOBJ_PLN | LIKE BALSUBOBJ | Public |
| SC_IEQ_TYPE | Constant | LIKE | Public |
/SCMTMS/CL_COMMON_HELPER types
TS_DOC_CONTEXT - [#########################################################]TT_DOC_CONTEXT - [#########################################################]
TT_DOMTEXTS - Domain text buffer type
TT_DOM_VALUES -
TT_MAIL_ADRESS -
TT_NODE_KEYS - [##########################################################]
TT_PERIOD_INFO - [#########################################################]
TT_TXC - [##########################################################]
TT_USER_NAME -
TY_ATF_KEY_MAPPING - [#########################################################]
TY_DOM_VALUES -
TY_NODE_KEYS - [##########################################################]
TY_PERIOD_INFO - [#########################################################]
TY_TM_CLOUD_ACTIVE -
TY_TXC - [##########################################################]
TY_TXC_KEY_MAPPING - [##########################################################]
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects