SAP ABAP Class CL_WCF_CC_RT_REP_COMPARE (Comparison of Two Runtime Repositories)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-WKB (Application Component) Development Workbench
⤷
WCF_BSP_WD_CHECK_TOOLS (Package) Central check tools for WCF developments
⤷
⤷
Properties
| Class | CL_WCF_CC_RT_REP_COMPARE | |
| Short Description | Comparison of Two Runtime Repositories | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WCF_BSP_WD_CHECK_TOOLS | Central check tools for WCF developments |
| Created | 20100706 | SAP |
| Last change | 20130531 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_WCF_CC_RT_REP_COMPARE has no interface implemented.
Friends
Class CL_WCF_CC_RT_REP_COMPARE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | BSP_WD_COMPONENT_NAME | Name einer Komponente | 20100706 | |||
| 2 | Constant | Public | Type reference (TYPE) | I | 6 | Maximale Hierarchie Ebene | 20100706 | ||
| 3 | Static Attribute | Private | Type reference (TYPE) | BSP_WD_ENHANCEMENT_SET | Erweiterungsset | 20100706 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | GTYPE_COMP_RESULT_TAB | 20100707 | ||||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_BSP_WD_RT_REP_PERSIST | Runtime Repository Persistence Handler | 20100707 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_BSP_WD_RT_REP_PERSIST | Runtime Repository Persistence Handler | 20100707 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Compare Entries in Source with Entries in Target | 20100706 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20100706 | |
| 3 | Static method | Public | Method | Get Instance for central check | 20100706 | |
| 4 | Instance method | Private | Method | Get all tags of RT Repository | 20100707 | |
| 5 | Instance method | Public | Method | 20100706 | ||
| 6 | Instance method | Private | Method | 20100707 | ||
| 7 | Instance method | Private | Method | 20100706 |
Events
Class CL_WCF_CC_RT_REP_COMPARE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTYPE_COMP_RESULT | Public | See coding | 20100707 | begin of GTYPE_COMP_RESULT,
RT_PERSIST type ref to CL_BSP_WD_RT_REP_PERSIST,
TAG type ref to IF_BSP_WD_LAYOUT_TAG,
SORT_KEY type STRING,
end of GTYPE_COMP_RESULT
|
||
| 2 | GTYPE_COMP_RESULT_TAB | Public | See coding | 20100707 | GTYPE_COMP_RESULT_TAB type sorted table of GTYPE_COMP_RESULT with unique key RT_PERSIST SORT_KEY
|
||
| 3 | GTYPE_TAG_CHECK_ENTRY | Public | See coding | 20100707 | begin of GTYPE_TAG_CHECK_ENTRY,
NAME type STRING,
ID type STRING,
UID type STRING,
ATTRIBUTES type BSPWD_TAG_ATTR_TAB,
TAG type ref to IF_BSP_WD_LAYOUT_TAG,
end of GTYPE_TAG_CHECK_ENTRY
|
||
| 4 | GTYPE_TAG_CHECK_TAB | Public | See coding | 20100707 | GTYPE_TAG_CHECK_TAB type hashed table of GTYPE_TAG_CHECK_ENTRY with unique key NAME UID
|
Method Signatures
Method COMPARE_SOURCE_WITH_TARGET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SOURCE_TAGS | Call by reference | Type reference (TYPE) | GTYPE_TAG_CHECK_TAB | 20100707 | ||||
| 2 | IT_TARGET_TAGS | Call by reference | Type reference (TYPE) | GTYPE_TAG_CHECK_TAB | 20100707 | ||||
| 3 | IV_SOURCE_RT_PERSIST | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_RT_REP_PERSIST | Runtime Repository Persistence Handler | 20100707 | |||
| 4 | IV_TARGET_RT_PERSIST | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_RT_REP_PERSIST | Runtime Repository Persistence Handler | 20100707 |
Method COMPARE_SOURCE_WITH_TARGET on class CL_WCF_CC_RT_REP_COMPARE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HIERARCHY_LEVEL | Call by reference | Type reference (TYPE) | I | 3 | Hierarchy Level to Be Opened | 20100706 | ||
| 2 | IV_SOURCE_PERSISTENCE | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_RT_REP_PERSIST | Runtime Repository Persistence Handler | 20100706 | |||
| 3 | IV_TARGET_PERSISTENCE | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_RT_REP_PERSIST | Runtime Repository Persistence Handler | 20100706 |
Method CONSTRUCTOR on class CL_WCF_CC_RT_REP_COMPARE has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | BSP_WD_COMPONENT_NAME | Name einer Komponente | 20100706 | |||
| 2 | IV_ENHANCEMENT_SET | Call by reference | Type reference (TYPE) | BSP_WD_ENHANCEMENT_SET | Erweiterungsset | 20100706 | |||
| 3 | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_WCF_CC_RT_REP_COMPARE | Visual Merge tool for two RT Reps | 20100706 |
Method GET_INSTANCE on class CL_WCF_CC_RT_REP_COMPARE has no exception.
Method GET_REGISTERED_TAGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RT_PERSIST | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_RT_REP_PERSIST | Runtime Repository Persistence Handler | 20100707 | |||
| 2 | RT_TAG_CHECK_TAB | Value transfer | Type reference (TYPE) | GTYPE_TAG_CHECK_TAB | 20100707 |
Method GET_REGISTERED_TAGS on class CL_WCF_CC_RT_REP_COMPARE has no exception.
Method PERFORM_CENTRAL_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_LOG | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_WZ_APPL_LOG | Protokollklasse für BSP WD Enhancement Wizards | 20100706 |
Method PERFORM_CENTRAL_CHECK on class CL_WCF_CC_RT_REP_COMPARE has no exception.
Method QUICK_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NO_DIFFERENCE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100707 |
Method QUICK_CHECK on class CL_WCF_CC_RT_REP_COMPARE has no exception.
Method WRITE_RESULT_TO_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_LOG | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_WZ_APPL_LOG | Protokollklasse für BSP WD Enhancement Wizards | 20100706 | |||
| 2 | IR_RT_PERSIST | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_RT_REP_PERSIST | Runtime Repository Persistence Handler | 20100707 |
Method WRITE_RESULT_TO_LOG on class CL_WCF_CC_RT_REP_COMPARE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |