SAP ABAP Class CL_MSI_CHECK_UKMS (Class for Checking Key Mapping Product)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
AP-MD-BF-SYN (Application Component) Master Data Synchronization
⤷
MDS_KEYMAP (Package) Master Data Synchronization: Key Mapping
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_COM_PR_MDCHECK | Consistency Check for Product Master Data | 20050427 |
Properties
| Class | CL_MSI_CHECK_UKMS | |
| Short Description | Class for Checking Key Mapping Product | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MDS_KEYMAP | Master Data Synchronization: Key Mapping |
| Created | 20050427 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_MSI_CHECK_UKMS has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_COM_PR_MDCHECK | Consistency Check for Product Master Data | 20050427 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_COM_PR_MDCHECK_MANAGER | 20050427 | Manager Class for Consistency Checks |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | T_UKM_E_SCHEME_ID | UKM: Key Schema ID | 20050519 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | T_UKM_E_SCHEME_ID | UKM: Key Schema ID | 20050519 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | T_UKM_E_SCHEME_ID | UKM: Key Schema ID | 20050519 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | T_UKM_E_SCHEME_ID | UKM: Key Schema ID | 20050519 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | TABNAME | Table Name | 20050519 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | TABNAME | Table Name | 20050519 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | Check Key Mapping Material - Product | 20050519 | |
| 2 | Static method | Private | Method | Check Key Mapping Service - Product | 20050519 | |
| 3 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20050519 |
Events
Class CL_MSI_CHECK_UKMS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_UKMDB_KEY00000 | Private | See coding | 20050519 | BEGIN OF ts_ukmdb_key00000,
mandt TYPE mandt,
object_id TYPE T_UKM_E_SCHEME_ID, "UKM_E_OBJECT_ID,
key_id TYPE T_UKM_E_SCHEME_ID, "UKM_E_KEY_ID,
agency_id TYPE T_UKM_E_SCHEME_ID, "UKM_E_AGENCY_ID,
scheme_id TYPE T_UKM_E_SCHEME_ID, "UKM_E_SCHEME_ID,
key_value_id TYPE char32,
* table_suffix TYPE UKM_E_VALUE_TABLE_SUFFIX,
* key_leading TYPE char1, "UKM_E_LEADING_KEY_BOOLEAN,
* key_internal TYPE char1, "UKM_E_INTERNAL_KEY_BOOLEAN,
* object_status TYPE char1, "UKM_E_STATUS_CODE,
END OF ts_ukmdb_key00000
|
||
| 2 | TS_UKM_CONTEXT | Private | See coding | 20050519 | BEGIN OF ts_ukm_context,
main_context_id TYPE char32, "UKM_E_MAIN_CONTEXT_ID
sub_context_id TYPE char32, "UKM_E_SUB_CONTEXT_ID
main_context TYPE char4, "UKM_E_MAIN_CONTEXT_CODE
* sub_context TYPE char1, "UKM_E_SUB_CONTEXT_CODE
* mapping_type TYPE char1, "UKM_E_MAPPING_TYPE_CODE
* distributable TYPE char1, "UKM_E_DISTRIBUTABLE_BOOLEAN
* main_namespace TYPE char1, "UKM_E_NAMESPACE_BOOLEAN
* sub_namespace TYPE char1, "UKM_E_NAMESPACE_BOOLEAN
END OF ts_ukm_context
|
||
| 3 | TS_UKM_SCHEME | Private | See coding | 20050519 | BEGIN OF ts_ukm_scheme,
scheme_id TYPE T_UKM_E_SCHEME_ID, "UKM_E_SCHEME_ID,
cct_scheme_id TYPE text60, "UKM_E_CCT_ID_S_ID,
cct_sversion_id TYPE char15, "UKM_E_CCT_ID_SV_ID,
END OF ts_ukm_scheme
|
||
| 4 | TT_UKMDB_KEY00000 | Private | See coding | 20050519 | tt_ukmdb_key00000 TYPE STANDARD TABLE OF ts_ukmdb_key00000
|
||
| 5 | TT_UKM_CONTEXT | Private | See coding | 20050519 | tt_ukm_context TYPE STANDARD TABLE OF ts_ukm_context
|
||
| 6 | TT_UKM_SCHEME | Private | See coding | 20050519 | tt_ukm_scheme TYPE STANDARD TABLE OF ts_ukm_scheme
|
||
| 7 | T_UKM_E_SCHEME_ID | Private | Type reference (TYPE) | COMT_PRODUCT_GUID | UKM_E_SCHEME_ID | 20050519 | |
Method Signatures
Method CHECK_MATERIAL Signature
Method CHECK_MATERIAL on class CL_MSI_CHECK_UKMS has no parameter.
Method CHECK_MATERIAL on class CL_MSI_CHECK_UKMS has no exception.
Method CHECK_SERVICE Signature
Method CHECK_SERVICE on class CL_MSI_CHECK_UKMS has no parameter.
Method CHECK_SERVICE on class CL_MSI_CHECK_UKMS has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_MSI_CHECK_UKMS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_MSI_CHECK_UKMS has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 600 |