SAP ABAP Class CL_ARFA_CHECKPLUGIN (Check Plug-In)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FS-ARE (Application Component) Archiving Engine
⤷
ARFA_ARCHIVING_FACTORY (Package) Archiving Factory
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ARFA_PERSISTENT_OBJECT | Persistent Object in Archiving Factory | 20060829 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ARFA_POFACT_CALLBACK | Callback for Generating Persistent Objects | 20060829 |
Properties
| Class | CL_ARFA_CHECKPLUGIN | |
| Short Description | Check Plug-In | |
| Super Class | CL_ARFA_PERSISTENT_OBJECT | Persistent Object in Archiving Factory |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ARFA_ARCHIVING_FACTORY | Archiving Factory |
| Created | 20060829 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ARFA_POFACT_CALLBACK | Callback for Generating Persistent Objects | 20060829 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_ARFA_POBJ_FACTORY | 20060829 | Factory Class for Persistent Objects |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TYP_EV_CODE | 1 | 20060915 | |||
| 2 | Constant | Public | Type reference (TYPE) | TYP_EV_CODE | 2 | 20060915 | |||
| 3 | Constant | Public | Type reference (TYPE) | TYP_EV_CODE | 3 | 20060915 | |||
| 4 | Constant | Private | Type reference (TYPE) | IF_ARFA_POFACT_CALLBACK=>TYP_REQUEST_ID | 1 | 20060829 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_ARFA_DBTAB_BUFFER | Change Buffer for Database Table | 20060913 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20060829 | |
| 2 | Instance method | Public | Method | 20060901 | ||
| 3 | Instance method | Public | Method | 20060829 | ||
| 4 | Instance method | Public | Method | 20060829 | ||
| 5 | Static method | Public | Method | 20060831 |
Events
Class CL_ARFA_CHECKPLUGIN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | REQUID | Private | Attribute reference (LIKE) | 20060829 | |
||
| 2 | TYP_STR_CMETH | Public | See coding | 20060901 | BEGIN OF typ_str_cmeth,
module_analyze TYPE tarchengine09-module_analyze,
sort_check TYPE tarchengine09-sort_check,
activated TYPE tarchengine09-activated,
category TYPE tarchengine09-category,
END OF typ_str_cmeth
|
||
| 3 | TYP_TAB_CMETHS | Public | See coding | 20060901 | typ_tab_cmeths TYPE STANDARD TABLE OF typ_str_cmeth
WITH KEY module_analyze
|
||
| 4 | TYP_TAB_CPLUGINS | Public | See coding | 20060829 | typ_tab_cplugins TYPE STANDARD TABLE OF REF TO cl_arfa_checkplugin
WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEY | Call by reference | Type reference (TYPE) | STRING | 20060829 |
Method CONSTRUCTOR on class CL_ARFA_CHECKPLUGIN has no exception.
Method GET_CHECKMODULES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TAB_CMETHS | Value transfer | Type reference (TYPE) | TYP_TAB_CMETHS | 20060901 |
Method GET_CHECKMODULES on class CL_ARFA_CHECKPLUGIN has no exception.
Method MODIFY_CHECKMODULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACTIVATED | Call by reference | Type reference (TYPE) | TARCHENGINE09-ACTIVATED | Analyse aktiviert | 20060829 | |||
| 2 | I_CATEGORY | Call by reference | Type reference (TYPE) | TARCHENGINE09-CATEGORY | Kategorie der Analyse-Module | 20060829 | |||
| 3 | I_CHECKMODULE | Call by reference | Type reference (TYPE) | TARCHENGINE09-MODULE_ANALYZE | BusinessCheck Modul | 20060829 | |||
| 4 | I_SORT_CHECK | Call by reference | Type reference (TYPE) | TARCHENGINE09-SORT_CHECK | Reihenfolge | 20060829 |
Method MODIFY_CHECKMODULE on class CL_ARFA_CHECKPLUGIN has no exception.
Method REMOVE_CHECKMODULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHECKMODULE | Call by reference | Type reference (TYPE) | TARCHENGINE09-MODULE_ANALYZE | BusinessCheck Modul | 20060829 |
Method REMOVE_CHECKMODULE on class CL_ARFA_CHECKPLUGIN has no exception.
Method S_GET_CHECKPLUGIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHECKPLUGIN | Call by reference | Type reference (TYPE) | STRING | 20060831 | ||||
| 2 | R_REF_CHECKPLUGIN | Value transfer | Object reference (TYPE REF TO) | CL_ARFA_CHECKPLUGIN | 20060831 |
Method S_GET_CHECKPLUGIN on class CL_ARFA_CHECKPLUGIN has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |