SAP ABAP Class IF_RSDRD_SELDEL_TAB (Selective Deleting from a Table)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDRD_SELDEL_PACK Delete from Table on Package Basis 20050726
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDRD_SELDEL_PART selective deltion from a table using truncate partition 20050610
Properties
Class IF_RSDRD_SELDEL_TAB  
Short Description Selective Deleting from a Table    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20050726   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSDRS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_RSDRD_SELDEL_TAB has no interface implemented.
Friends
Class IF_RSDRD_SELDEL_TAB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_DEL_CNT Instance attribute Public Type reference (TYPE) I Number of Deleted Data Records 20050726
2 P_R_LOG Instance attribute Public Object reference (TYPE REF TO) CL_RSDRD_MESSAGE_OBJ_LIST Log 20050726
3 P_STATUS Instance attribute Public Type reference (TYPE) CHAR1 Status 20050726
4 P_SX_QUERY Instance attribute Public Type reference (TYPE) RSDRS_SX_QUERY sx_query Delete Statement 20050726
5 P_TABLNM Instance attribute Public Type reference (TYPE) RSD_TABLNM Name of Delete Table 20050726
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE Instance method Public Method Execute Delete Operation 20050726
2 GET_DEL_CNT Instance method Public Method Return Number of Deleted Data Records 20050726
3 GET_LOG Instance method Public Method Return Log 20050726
4 GET_STATUS Instance method Public Method Return Current Status of Deletion Process 20050726
5 GET_SX_QUERY Instance method Public Method Return sx_query Structure 20050726
6 GET_TABLNM Instance method Public Method Return Table Name 20050726
Events
Class IF_RSDRD_SELDEL_TAB has no event.
Types
Class IF_RSDRD_SELDEL_TAB has no local type.
Method Signatures

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SHOW_STMT Call by reference Type reference (TYPE) RS_BOOL '' Generierte SQL Statements anzeigen 20050726
# Exception Resumable Description Created on
1 CX_RSDRD_EXCEPTION RSDRD Ausnahmen 20050726

Method GET_DEL_CNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DEL_CNT Value transfer Type reference (TYPE) I 20050726

Method GET_DEL_CNT on class IF_RSDRD_SELDEL_TAB has no exception.

Method GET_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LOG Value transfer Object reference (TYPE REF TO) CL_RSDRD_MESSAGE_OBJ_LIST hierarchical list of message objects for the appl. log 20050726

Method GET_LOG on class IF_RSDRD_SELDEL_TAB has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STATUS Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20050726

Method GET_STATUS on class IF_RSDRD_SELDEL_TAB has no exception.

Method GET_SX_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SX_QUERY Value transfer Type reference (TYPE) RSDRS_SX_QUERY 20050726

Method GET_SX_QUERY on class IF_RSDRD_SELDEL_TAB has no exception.

Method GET_TABLNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TABLNM Value transfer Type reference (TYPE) RSD_TABLNM 20050726

Method GET_TABLNM on class IF_RSDRD_SELDEL_TAB has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in