SAP ABAP Class CL_RSBC_UPDATE_FILTER_CMD (Filter Before Target (Command Class))
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSBCMD (Package) Data Transfer Process: Commands
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSBC_FILTER_CMD | Error Handling: Filter and Note Records | 20080710 |
Properties
| Class | CL_RSBC_UPDATE_FILTER_CMD | |
| Short Description | Filter Before Target (Command Class) | |
| Super Class | CL_RSBC_FILTER_CMD | Error Handling: Filter and Note Records |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSBCMD | Data Transfer Process: Commands |
| Created | 20080710 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSBC_UPDATE_FILTER_CMD has no forward declaration.
Interfaces
Class CL_RSBC_UPDATE_FILTER_CMD has no interface implemented.
Friends
Class CL_RSBC_UPDATE_FILTER_CMD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | RSBKTGTNM | Name of the Data Target for a Data Transfer Process | 20080711 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | RSBKTGTTP | Type of Target Object for a Data Transfer Process | 20080711 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_TX_RANGE | Table with Range Information | 20080716 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20080711 | |
| 2 | Instance method | Private | Method | Set Filter | 20080715 | |
| 3 | Instance method | Private | Method | Create Range Table for DTP Update Filter | 20080716 | |
| 4 | Instance method | Public | Method | Set Target for Filter | 20080711 |
Events
Class CL_RSBC_UPDATE_FILTER_CMD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_SX_RANGE | Private | See coding | 20080716 | BEGIN OF ty_sx_range,
index TYPE sy-tabix,
field TYPE rsfieldnm,
range TYPE ty_t_range,
END OF ty_sx_range
|
||
| 2 | TY_TX_RANGE | Private | See coding | 20080716 | ty_tx_range TYPE TABLE OF ty_sx_range
|
||
| 3 | TY_T_RANGE | Private | See coding | 20080716 | ty_t_range TYPE TABLE OF rsrange
WITH NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CMD | Call by reference | Type reference (TYPE) | RSBCMD | Datentransferprozess Command | 20080711 | |||
| 2 | I_REQUID | Call by reference | Type reference (TYPE) | RSBKREQUID | Request eines Datentransferprozesses | 20080711 | |||
| 3 | I_TGT | Call by reference | Type reference (TYPE) | RSBKTGTNM | Name des Datenziels eines Datentransferprozesses | 20080711 | |||
| 4 | I_TGTTP | Call by reference | Type reference (TYPE) | RSBKTGTTP | Typ des Zielobjekts eines Datentransferprozesses | 20080711 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Deprecated - use CX_RS_STATIC_CHECK instead | 20080711 |
Method SET_FILTER Signature
Method SET_FILTER on class CL_RSBC_UPDATE_FILTER_CMD has no parameter.
Method SET_FILTER on class CL_RSBC_UPDATE_FILTER_CMD has no exception.
Method SET_RANGE_TAB Signature
Method SET_RANGE_TAB on class CL_RSBC_UPDATE_FILTER_CMD has no parameter.
Method SET_RANGE_TAB on class CL_RSBC_UPDATE_FILTER_CMD has no exception.
Method SET_TARGET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TGT | Call by reference | Type reference (TYPE) | RSBKTGTNM | Name des Datenziels eines Datentransferprozesses | 20080711 | |||
| 2 | I_TGTTP | Call by reference | Type reference (TYPE) | RSBKTGTTP | Typ des Zielobjekts eines Datentransferprozesses | 20080711 |
Method SET_TARGET on class CL_RSBC_UPDATE_FILTER_CMD has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 712 |