SAP ABAP Class CL_CCM_CONFIG_CHECK_GROUP (ConfigMgmt Check Group)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PM-EQM-CC (Application Component) Configuration Control
⤷
DI_CCM (Package) Configuration Control
⤷
⤷
Properties
| Class | CL_CCM_CONFIG_CHECK_GROUP | |
| Short Description | ConfigMgmt Check Group | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | DI_CCM | Configuration Control |
| Created | 20010711 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_CCM_CONFIG_CHECK_GROUP has no interface implemented.
Friends
Class CL_CCM_CONFIG_CHECK_GROUP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_EX_BADI_CCM_INTERNAL | 20030409 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_EX_BADI_CCM_MESG_TYPE | 20040628 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_EX_BADI_CCM_CUSTR_CHECK | 20030409 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_EX_BADI_CCM_QTY_CHECK | 20030409 | ||||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CCM_CONFIG_CHECK_HEADER | 20010718 | ||||
| 6 | Constant | Private | Type reference (TYPE) | RS38L_FNAM | 'CCM_CFG_CALLBACK_LOG' | 20010919 | |||
| 7 | Constant | Public | Type reference (TYPE) | BALPAR | 'MPL_LOG' | Old mpl_log code | 20091105 | ||
| 8 | Constant | Public | Type reference (TYPE) | BALPAR | 'MPL_LOG_N' | New mpl_log code | 20091105 | ||
| 9 | Constant | Public | Type reference (TYPE) | BALPAR | 'MPL_NODE' | Old mpl_code code | 20091105 | ||
| 10 | Constant | Public | Type reference (TYPE) | BALPAR | 'MPL_NODE_N' | New mpl_code code | 20091105 | ||
| 11 | Constant | Public | Type reference (TYPE) | CCM_CHECK_STATUS | 1 | 20010822 | |||
| 12 | Constant | Public | Type reference (TYPE) | CCM_CHECK_STATUS | 3 | 20010822 | |||
| 13 | Constant | Public | Type reference (TYPE) | CCM_CHECK_STATUS | 2 | 20010822 | |||
| 14 | Constant | Public | Type reference (TYPE) | BALPAR | 'XML_LINES' | Key to BAL Contex Data | 20091030 | ||
| 15 | Constant | Public | Type reference (TYPE) | BALPAR | 'XML' | Prefix of Key to BAL XML Data | 20091030 | ||
| 16 | Instance attribute | Private | Type reference (TYPE) | TT_CCM_MAINTENANCE_ELEMENT | 20010822 | ||||
| 17 | Instance attribute | Private | Type reference (TYPE) | TT_CCM_MAINTENANCE_ELEMENT | 20010822 | ||||
| 18 | Instance attribute | Public | Type reference (TYPE) | CCM_FUNCID | 20010720 | ||||
| 19 | Instance attribute | Public | Type reference (TYPE) | CCM_CLINT | 20021122 | ||||
| 20 | Instance attribute | Private | Type reference (TYPE) | CCM_CHECK_STATUS | '1' | 20010723 | |||
| 21 | Instance attribute | Private | Type reference (TYPE) | T_LT_FUNCID | 20011016 | ||||
| 22 | Instance attribute | Private | Type reference (TYPE) | TT_CCM_ALLOWED_GROUP | 20011016 | ||||
| 23 | Instance attribute | Public | Type reference (TYPE) | BAL_T_MSG | 20010815 |
Methods
Events
Class CL_CCM_CONFIG_CHECK_GROUP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_LS_ALLOWED_ELEMENT | Private | See coding | 20011016 | begin of t_ls_allowed_element,
lr_element type ref to cl_ccm_maintenance_element,
lt_valid_parts type tab_mpl_materials_for_node,
end of t_ls_allowed_element
|
||
| 2 | T_LS_FUNCID | Private | See coding | 20011015 | BEGIN OF t_ls_funcid,
funcid TYPE ccm_funcid,
equi_parent type ref to cl_ccm_equipment,
lt_element TYPE tt_ccm_maintenance_element,
END OF t_ls_funcid
|
||
| 3 | T_LS_FUNCID_PARTS | Private | See coding | 20011016 | BEGIN OF t_ls_funcid_parts,
funcid TYPE ccm_funcid,
lt_element TYPE t_lt_allowed_element,
END OF t_ls_funcid_parts
|
||
| 4 | T_LT_ALLOWED_ELEMENT | Private | See coding | 20011016 | t_lt_allowed_element type standard table of t_ls_allowed_element
with key lr_element
|
||
| 5 | T_LT_FUNCID | Private | See coding | 20011015 | t_lt_funcid type table of t_ls_funcid
|
||
| 6 | T_LT_FUNCID_PARTS | Private | See coding | 20011016 | t_lt_funcid_parts type table of t_ls_funcid_parts
|
Method Signatures
Method CONFIG_CHECK_FOR_GROUP Signature
Method CONFIG_CHECK_FOR_GROUP on class CL_CCM_CONFIG_CHECK_GROUP has no parameter.
Method CONFIG_CHECK_FOR_GROUP on class CL_CCM_CONFIG_CHECK_GROUP has no exception.
Method CONFIG_CHECK_GET_IPPE_FID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_NODE_FID | Call by reference | Type reference (TYPE) | CCM_FUNCID | FID (Function Identifier) | 20011031 | |||
| 2 | IV_NODE_GUID | Call by reference | Type reference (TYPE) | CCM_PVSGUID | Internal Identification for PVS Objects | 20011031 |
Method CONFIG_CHECK_GET_IPPE_FID on class CL_CCM_CONFIG_CHECK_GROUP has no exception.
Method CONFIG_CHECK_GET_PARENT_FID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_EQUI_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_CCM_EQUIPMENT | CCM: Maintenance Object Equipment | 20011029 | |||
| 2 | EV_FUNCID | Call by reference | Type reference (TYPE) | CCM_FUNCID | FID (Function Identifier) | 20011029 | |||
| 3 | IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_CCM_MAINTENANCE_ELEMENT | CCM: Maintenance Element | 20011029 |
Method CONFIG_CHECK_GET_PARENT_FID on class CL_CCM_CONFIG_CHECK_GROUP has no exception.
Method CONFIG_CHECK_SORT_ACTUAL Signature
Method CONFIG_CHECK_SORT_ACTUAL on class CL_CCM_CONFIG_CHECK_GROUP has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | No corresponding parent FIDs in actual and allowed elements | 20011016 |
Method CONFIG_CHECK_SORT_ALLOWED Signature
Method CONFIG_CHECK_SORT_ALLOWED on class CL_CCM_CONFIG_CHECK_GROUP has no parameter.
Method CONFIG_CHECK_SORT_ALLOWED on class CL_CCM_CONFIG_CHECK_GROUP has no exception.
Method CONFIG_CHECK_VALID_PARTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_PART_VALIDITY_ERROR | Call by reference | Type reference (TYPE) | XFELD | Reports if any error occured during part validity check | 20021021 |
Method CONFIG_CHECK_VALID_PARTS on class CL_CCM_CONFIG_CHECK_GROUP has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_BADI_CCM_INTERNAL | Call by reference | Object reference (TYPE REF TO) | IF_EX_BADI_CCM_INTERNAL | 20030409 | ||||
| 2 | IR_BADI_CCM_MESG_TYPE | Call by reference | Object reference (TYPE REF TO) | IF_EX_BADI_CCM_MESG_TYPE | 20040628 | ||||
| 3 | IR_BADI_CUSTR_CHECK | Call by reference | Object reference (TYPE REF TO) | IF_EX_BADI_CCM_CUSTR_CHECK | Business add-in interface IF_EX_BADI_CCM_CUSTR_CHECK | 20030409 | |||
| 4 | IR_BADI_QTY_CHECK | Call by reference | Object reference (TYPE REF TO) | IF_EX_BADI_CCM_QTY_CHECK | Business add-in interface IF_EX_BADI_CCM_QTY_CHECK | 20030409 | |||
| 5 | IT_ELEMENTS_01 | Call by reference | Type reference (TYPE) | TT_CCM_MAINTENANCE_ELEMENT | Table type for Class "Maintenance Element" | 20010822 | |||
| 6 | IT_ELEMENTS_02 | Call by reference | Type reference (TYPE) | TT_CCM_MAINTENANCE_ELEMENT | Table type for Class "Maintenance Element" | 20010822 | |||
| 7 | IV_CONFIG_CHECK_HEADER | Call by reference | Object reference (TYPE REF TO) | CL_CCM_CONFIG_CHECK_HEADER | ConfigMgmt check header | 20010718 | |||
| 8 | IV_FUNCID | Call by reference | Type reference (TYPE) | CCM_FUNCID | FID (function identifier) | 20010720 | |||
| 9 | IV_PROD_CLASS | Call by reference | Type reference (TYPE) | CCM_CLINT | Internal class number | 20021122 |
Method CONSTRUCTOR on class CL_CCM_CONFIG_CHECK_GROUP has no exception.
Method CONVERT_TO_BAL_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_MPL_NODE | Call by reference | Object reference (TYPE REF TO) | CL_CCM_MPL_NODE | Node to be persisted in XML | 20091030 | |||
| 2 | OT_PAR | Call by reference | Type reference (TYPE) | BAL_T_PAR | splitted XML in BAL param table | 20091030 |
Method CONVERT_TO_BAL_PARAMS on class CL_CCM_CONFIG_CHECK_GROUP has no exception.
Method GET_CHECK_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ELEMENTS_01 | Call by reference | Type reference (TYPE) | TT_CCM_MAINTENANCE_ELEMENT | Table type for Class "Maintenance Element" | 20010822 | |||
| 2 | ET_ELEMENTS_02 | Call by reference | Type reference (TYPE) | TT_CCM_MAINTENANCE_ELEMENT | Table type for Class "Maintenance Element" | 20010822 | |||
| 3 | EV_FUNCID | Call by reference | Type reference (TYPE) | CCM_FUNCID | FID (function identifier) | 20010720 |
Method GET_CHECK_GROUP on class CL_CCM_CONFIG_CHECK_GROUP has no exception.
Method GET_EQUI_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_CCM_MAINTENANCE_ELEMENT | CCM: Maintenance Element | 20011002 | |||
| 2 | RV_EQUI_PARENT | Value transfer | Object reference (TYPE REF TO) | CL_CCM_EQUIPMENT | CCM: Maintenance Object Equipment | 20011002 |
Method GET_EQUI_PARENT on class CL_CCM_CONFIG_CHECK_GROUP has no exception.
Method GET_MATERIAL_OF_MPL_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_MATID | Call by reference | Type reference (TYPE) | MATNR | Material number | 20010813 | |||
| 2 | EV_QUANTITY | Call by reference | Type reference (TYPE) | CCM_QUANT | Quantity (in Component Variant) | 20010816 | |||
| 3 | EV_UNIT | Call by reference | Type reference (TYPE) | CCM_QUNIT | Unit of Measure | 20010816 | |||
| 4 | IREF_MPL_NODE | Call by reference | Object reference (TYPE REF TO) | CL_CCM_MPL_NODE | ConfigMgmt MPL node | 20010927 |
Method GET_MATERIAL_OF_MPL_NODE on class CL_CCM_CONFIG_CHECK_GROUP has no exception.
Method GET_OBJECT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DESC_EXT | Call by reference | Type reference (TYPE) | CCM1_DESC_EXT | Object | 20010823 | |||
| 2 | EV_ELEMENT_EXT | Call by reference | Type reference (TYPE) | CCM1_ELEMENT_EXT | Object ID | 20010823 | |||
| 3 | IREF_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_CCM_MAINTENANCE_ELEMENT | CCM: Maintenance Element | 20010823 |
Method GET_OBJECT_ID on class CL_CCM_CONFIG_CHECK_GROUP has no exception.
Method GET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STATUS | Value transfer | Type reference (TYPE) | CCM_CHECK_STATUS | CCM: status of check result | 20010723 |
Method GET_STATUS on class CL_CCM_CONFIG_CHECK_GROUP has no exception.
Method SET_CALLBACK_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_MESSAGE | Call by reference | Type reference (TYPE) | BAL_S_MSG | Application Log: Message Data | 20010813 | |||
| 2 | IS_CONTEXT | Call by reference | Type reference (TYPE) | CCM_S_PROTOCOL_CONTEXT | Protocol context fields | 20010813 |
Method SET_CALLBACK_PARAMS on class CL_CCM_CONFIG_CHECK_GROUP has no exception.
Method SET_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IREF_ALLOWED_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_CCM_MAINTENANCE_ELEMENT | CCM: Maintenance Element | 20011022 | |||
| 2 | IREF_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_CCM_MAINTENANCE_ELEMENT | CCM: Maintenance Element | 20011022 | |||
| 3 | IV_MATERIAL | Call by reference | Type reference (TYPE) | MATNR | Material number | 20010822 | |||
| 4 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Messages, message class | 20010822 | |||
| 5 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Messages, message number | 20010822 | |||
| 6 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Messages, message type | 20010822 | |||
| 7 | IV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | Message variable | 20010822 | |||
| 8 | IV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | Message variable | 20010822 | |||
| 9 | IV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | Message variable | 20010822 | |||
| 10 | IV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | Message variable | 20010822 | |||
| 11 | IV_QUANTITY | Call by reference | Type reference (TYPE) | CCM_QUANT | Quantity (in Component Variant) | 20010822 | |||
| 12 | IV_UNIT | Call by reference | Type reference (TYPE) | CCM_QUNIT | Unit of Measure | 20010822 |
Method SET_MESSAGE on class CL_CCM_CONFIG_CHECK_GROUP has no exception.
Method SET_MESSAGES_FOR_ELEMENTS Signature
Method SET_MESSAGES_FOR_ELEMENTS on class CL_CCM_CONFIG_CHECK_GROUP has no parameter.
Method SET_MESSAGES_FOR_ELEMENTS on class CL_CCM_CONFIG_CHECK_GROUP has no exception.
Method SET_MESSAGES_TO_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MESSAGE | Call by reference | Type reference (TYPE) | BAL_T_MSG | Application Log: Table with Messages | 20050712 |
Method SET_MESSAGES_TO_LOG on class CL_CCM_CONFIG_CHECK_GROUP has no exception.
Method SET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Messages, message type | 20010723 | |||
| 2 | IV_STATUS | Call by reference | Type reference (TYPE) | CCM_CHECK_STATUS | Status of Check Result | 20050712 |
Method SET_STATUS on class CL_CCM_CONFIG_CHECK_GROUP has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 46C2 |