SAP ABAP Class CL_DRF_P_APPL_FILT_C (Generating Data Access Class DATAREPLICATIONFILTER / FILTERC)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-MDG-DRF (Application Component) Data Replication Framework
⤷
DRF_FILTER_OBJECTS (Package) Data Replication Frame: Filter Objects for Outbound Services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /BOBF/CL_DAC_TABLE | Configuration: Database Access | 20090113 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_BUF_DATA_ACCESS_2 | Interface for Database Access | 20090113 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_LIB_DATA_ACCESS | Tag Interface Data Access Class | 20090113 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_LIB_GENERATED_DAC | Tag interface for generated data access classes | 20090113 |
Properties
| Class | CL_DRF_P_APPL_FILT_C | |
| Short Description | Generating Data Access Class DATAREPLICATIONFILTER / FILTERC | |
| Super Class | /BOBF/CL_DAC_TABLE | Configuration: Database Access |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | DRF_FILTER_OBJECTS | Data Replication Frame: Filter Objects for Outbound Services |
| Created | 20090113 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DRF_P_APPL_FILT_C has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /BOBF/IF_BUF_DATA_ACCESS_2 | Interface for Database Access | 20090113 | ||
| 2 | /BOBF/IF_LIB_DATA_ACCESS | Tag Interface Data Access Class | 20090113 | ||
| 3 | /BOBF/IF_LIB_GENERATED_DAC | Tag interface for generated data access classes | 20090113 |
Friends
Class CL_DRF_P_APPL_FILT_C has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | /BOBF/CONF_GENERATE_VARIANT | 1 | 20090113 | |||
| 2 | Constant | Public | Type reference (TYPE) | /BOBF/CONF_GEN_TEMPL_VERSION | 5 | 20090113 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | TT_INSTANCE | 20091024 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20091024 |
Events
Class CL_DRF_P_APPL_FILT_C has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_INSTANCE | Protected | See coding | 20091024 | BEGIN OF ts_instance,
bo_key TYPE /BOBF/obm_bo_key,
instance TYPE REF TO CL_DRF_P_APPL_FILT_C,
END OF ts_instance |
||
| 2 | TT_INSTANCE | Protected | See coding | 20091024 | tt_instance TYPE SORTED TABLE OF ts_instance
WITH UNIQUE KEY bo_key
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | 20091024 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20091024 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |