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 N_TGT Instance attribute Public Type reference (TYPE) RSBKTGTNM Name of the Data Target for a Data Transfer Process 20080711
2 N_TGTTP Instance attribute Public Type reference (TYPE) RSBKTGTTP Type of Target Object for a Data Transfer Process 20080711
3 P_TX_RANGE Instance attribute Private Type reference (TYPE) TY_TX_RANGE Table with Range Information 20080716
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080711
2 SET_FILTER Instance method Private Method Set Filter 20080715
3 SET_RANGE_TAB Instance method Private Method Create Range Table for DTP Update Filter 20080716
4 SET_TARGET 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 Importing I_CMD Call by reference Type reference (TYPE) RSBCMD Datentransferprozess Command 20080711
2 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20080711
3 Importing I_TGT Call by reference Type reference (TYPE) RSBKTGTNM Name des Datenziels eines Datentransferprozesses 20080711
4 Importing I_TGTTP Call by reference Type reference (TYPE) RSBKTGTTP Typ des Zielobjekts eines Datentransferprozesses 20080711
# Exception Resumable Description Created on
1 CX_RS_ERROR_WITH_MESSAGE 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 Importing I_TGT Call by reference Type reference (TYPE) RSBKTGTNM Name des Datenziels eines Datentransferprozesses 20080711
2 Importing 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