SAP ABAP Class CL_DRF_CUSTOMIZING_CHECK (Check DRF Customizing)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-MDG-DRF (Application Component) Data Replication Framework
⤷
DRF_COMMON (Package) Data Replication Framework: General / Reusable
⤷
⤷
Properties
| Class | CL_DRF_CUSTOMIZING_CHECK | |
| Short Description | Check DRF Customizing | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | DRF_COMMON | Data Replication Framework: General / Reusable |
| Created | 20091012 | 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) |
Interfaces
Class CL_DRF_CUSTOMIZING_CHECK has no interface implemented.
Friends
Class CL_DRF_CUSTOMIZING_CHECK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_SALV_TABLE | ALV Table of replication models | 20100113 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Execute check (True=X), Don't execute (False=SPACE) | 20100113 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Adapt Activity Status of given Replication Models | 20110720 | |
| 2 | Static method | Public | Method | Handle Own Function Codes | 20091106 | |
| 3 | Static method | Public | Method | Check given Applications | 20110720 | |
| 4 | Static method | Public | Method | Check all Applications (used for DRFCC) | 20091119 | |
| 5 | Static method | Private | Method | Check combination of target system and BO is unique | 20100722 | |
| 6 | Static method | Private | Method | Which applications should be checked? Ask User | 20100111 | |
| 7 | Static method | Private | Method | Which applications should be checked? | 20091116 | |
| 8 | Static method | Private | Method | Displays an Application Log | 20091019 | |
| 9 | Static method | Private | Event handling method | Handles add functions in replication model choosing ALV | 20100113 | |
| 10 | Static method | Public | Method | 20120906 | ||
| 11 | Static method | Private | Method | Prepares the Display Profile of the Application Log | 20091016 | |
| 12 | Static method | Public | Method | Set Replication Model to inactive | 20110105 | |
| 13 | Static method | Private | Method | Show DRF BAL Log | 20110722 | |
| 14 | Static method | Private | Method | Update Activity Status | 20110722 |
Events
Class CL_DRF_CUSTOMIZING_CHECK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_BO_BS_RM_OI | Private | See coding | 20110419 | begin of s_bo_bs_rm_oi,
bo type mdg_object_type_code_bs,
bs type mdg_business_system,
compare type abap_bool, "replication model with which the checked ones have to be compared
active type abap_bool, "already checked active replication model
rm type drf_appl,
oi type drf_outb_impl,
end of s_bo_bs_rm_oi
|
||
| 2 | TS_BO_BS_RM_OI | Private | See coding | 20110419 | ts_bo_bs_rm_oi type sorted table of s_bo_bs_rm_oi with unique key bo bs compare active rm oi
|
Method Signatures
Method ADAPT_APPL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_REP_MOD_STA | Call by reference | Type reference (TYPE) | DRF_T_REP_MOD_STA | Replication Model Status | 20110722 | |||
| 2 | IT_REP_MOD | Call by reference | Type reference (TYPE) | DRF_T_APPL | Replication Models (all if initial) | 20110722 | |||
| 3 | IV_ACTIVATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Activate consistent Replication Models | 20110722 | ||
| 4 | IV_DEACTIVATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Deactivate inconsistent Replication Models | 20110722 | ||
| 5 | IV_SHOW_LOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Display Check Log | 20110720 |
Method ADAPT_APPL on class CL_DRF_CUSTOMIZING_CHECK has no exception.
Method CALLBACK_CONTEXT_FOR_IMG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_USER_COMMAND_DATA | Call by reference | Type reference (TYPE) | BAL_S_CBUC | Application Log: 'USER_COMMAND' callback data | 20091106 |
Method CALLBACK_CONTEXT_FOR_IMG on class CL_DRF_CUSTOMIZING_CHECK has no exception.
Method CHECK_APPL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_BAL | Call by reference | Object reference (TYPE REF TO) | CL_DRF_BAL | Application Log for Data Replication Framework | 20110720 | |||
| 2 | ET_REP_MOD_STA | Call by reference | Type reference (TYPE) | DRF_T_REP_MOD_STA | Replication Model Status | 20110720 | |||
| 3 | IT_APPL_FOR_CHECK | Call by reference | Type reference (TYPE) | DRF_T_APPL | Reduce Number of appls which should checked | 20110720 |
Method CHECK_APPL on class CL_DRF_CUSTOMIZING_CHECK has no exception.
Method CHECK_APPL_ALL Signature
Method CHECK_APPL_ALL on class CL_DRF_CUSTOMIZING_CHECK has no parameter.
Method CHECK_APPL_ALL on class CL_DRF_CUSTOMIZING_CHECK has no exception.
Method CHECK_TARGET_SYSTEM_BO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTS_BO_BS_RM_OI | Call by reference | Type reference (TYPE) | TS_BO_BS_RM_OI | 20110419 | ||||
| 2 | ITS_APPL_TO_CHECK | Call by reference | Type reference (TYPE) | DRF_TS_RM | Replication Models which are to be checked | 20110414 | |||
| 3 | IT_BUS_SYS | Call by reference | Type reference (TYPE) | MDG_T_BUS_SYS | Table of Business Systems | 20110419 | |||
| 4 | IV_APPL | Call by reference | Type reference (TYPE) | DRF_APPL | Replication Model | 20100722 | |||
| 5 | IV_OUTB_IMPL | Call by reference | Type reference (TYPE) | DRF_OUTB_IMPL | Outbound Implementation | 20100722 |
Method CHECK_TARGET_SYSTEM_BO on class CL_DRF_CUSTOMIZING_CHECK has no exception.
Method CHOOSE_APPL_TO_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_APPL_FOR_CHECK | Call by reference | Type reference (TYPE) | DRF_T_APPL | Reduce Number of appls which should checked | 20100111 | |||
| 2 | EV_EXECUTE_CHECK | Call by reference | Type reference (TYPE) | ABAP_BOOL | Excecute Check or not | 20100113 |
Method CHOOSE_APPL_TO_CHECK on class CL_DRF_CUSTOMIZING_CHECK has no exception.
Method C_APPL_LIST_TO_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_APPL_TO_CHECK | Call by reference | Type reference (TYPE) | DRF_TS_RM | 20110429 | ||||
| 2 | IT_APPL_FOR_CHECK | Call by reference | Type reference (TYPE) | DRF_T_APPL | Only Replication Models without Data | 20091116 |
Method C_APPL_LIST_TO_CHECK on class CL_DRF_CUSTOMIZING_CHECK has no exception.
Method DISPLAY_CUSTOMIZING_CHECK_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_LOG_HANDLE | Call by reference | Type reference (TYPE) | BAL_T_LOGH | Application Log: Log Handle Table | 20091019 | |||
| 2 | IT_MSG_CONTEXT_FILTER | Call by reference | Type reference (TYPE) | BAL_T_CFIL | Application Log: Table with context filter | 20091019 | |||
| 3 | IV_APPL_LOG_NR | Call by reference | Type reference (TYPE) | BALOGNR | Application log: log number | 20091019 | |||
| 4 | IV_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20091019 | |||
| 5 | IV_TITLE | Call by reference | Type reference (TYPE) | BALTITLE | Application Log: Screen title | 20091019 |
Method DISPLAY_CUSTOMIZING_CHECK_LOG on class CL_DRF_CUSTOMIZING_CHECK has no exception.
Method HANDLE_ALV_ADDED_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SALV_FUNCTION | Value transfer | Attribute reference (LIKE) | ALV Funktion | 20100113 |
Method HANDLE_ALV_ADDED_FUNCTION on class CL_DRF_CUSTOMIZING_CHECK has no exception.
Method IS_CHECK_RELEVANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHECK_ID | Call by reference | Type reference (TYPE) | DRF_CUST_CHECK_ID | 20120906 | ||||
| 2 | IV_OI_CLASS | Call by reference | Type reference (TYPE) | SEOCLNAME | Class Name | 20120906 | |||
| 3 | RV_IS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120906 |
Method IS_CHECK_RELEVANT on class CL_DRF_CUSTOMIZING_CHECK has no exception.
Method PREPARE_PROFILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DISPLAY_PROFILE | Call by reference | Type reference (TYPE) | BAL_S_PROF | Application Log: Log Output Format Profile | 20091016 |
Method PREPARE_PROFILE on class CL_DRF_CUSTOMIZING_CHECK has no exception.
Method SET_INACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_REP_MOD_STA | Call by reference | Type reference (TYPE) | DRF_T_REP_MOD_STA | Replication Model Status | 20110105 | |||
| 2 | IT_REP_MOD | Call by reference | Type reference (TYPE) | DRF_T_APPL | Replication Models which are to be deactivated | 20110722 |
Method SET_INACTIVE on class CL_DRF_CUSTOMIZING_CHECK has no exception.
Method SHOW_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_BAL | Call by reference | Object reference (TYPE REF TO) | CL_DRF_BAL | Application Log for Data Replication Framework | 20110722 |
Method SHOW_LOG on class CL_DRF_CUSTOMIZING_CHECK has no exception.
Method UPDATE_APPL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_REP_MOD_STA | Call by reference | Type reference (TYPE) | DRF_T_REP_MOD_STA | Replication Model Status | 20110722 |
Method UPDATE_APPL on class CL_DRF_CUSTOMIZING_CHECK has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |