SAP ABAP Class CL_RS_DATA (Manipulation of Data)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW (Application Component) SAP Business Information Warehouse
     RS (Package) BW: General Business Information Warehouse
Properties
Class CL_RS_DATA  
Short Description Manipulation of Data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RS   BW: General Business Information Warehouse 
Created 20010206   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSDM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RS_DATA has no interface implemented.
Friends
Class CL_RS_DATA has no friend class.
Attributes
Class CL_RS_DATA has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_FIELD Static method Public Method Check Existence of a Field 20010206
2 CLEAR_COLUMN Static method Public Method Delete a Column from an Internal Table 20010206
3 DELETE_ADJACENT_DUPLICATES Static method Public Method Delete Duplicate Entries in Internal Table 20010206
4 GET_WIDTH Static method Public Method Determine Width 20010206
5 SORT_INTERNAL_TABLE Static method Public Method Sort Internal Table According To Key 20010206
6 SWITCH_ORDER Static method Public Method Reverse Sorting in an Internal Table 20010206
Events
Class CL_RS_DATA has no event.
Types
Class CL_RS_DATA has no local type.
Method Signatures

Method CHECK_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD Value transfer Type reference (TYPE) FIELDNAME Feldname 20010206
2 Importing I_T_DATA Call by reference Type reference (TYPE) TABLE 20010206
3 Returning R_EXISTS Value transfer Type reference (TYPE) RS_BOOL Boolean 20010206

Method CHECK_FIELD on class CL_RS_DATA has no exception.

Method CLEAR_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_DATA Call by reference Type reference (TYPE) TABLE 20010206
2 Importing I_FIELD Value transfer Type reference (TYPE) FIELDNAME Feldname 20010206

Method CLEAR_COLUMN on class CL_RS_DATA has no exception.

Method DELETE_ADJACENT_DUPLICATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_DATA Call by reference Type reference (TYPE) STANDARD TABLE Zu sortierende Tabelle 20010206
2 Importing I_T_FIELDS Call by reference Type reference (TYPE) RSDM_T_FIELDS Schluesselfelder 20010206

Method DELETE_ADJACENT_DUPLICATES on class CL_RS_DATA has no exception.

Method GET_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_DATA Call by reference Type reference (TYPE) TABLE 20010206
2 Returning R_WIDTH Value transfer Type reference (TYPE) I 20010206

Method GET_WIDTH on class CL_RS_DATA has no exception.

Method SORT_INTERNAL_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_DATA Call by reference Type reference (TYPE) STANDARD TABLE Zu sortierende Tabelle 20010206
2 Importing I_ASCENDING Value transfer Type reference (TYPE) RS_BOOL RS_C_TRUE Aufsteigend sortieren 20010206
3 Importing I_T_FIELDS Call by reference Type reference (TYPE) RSDM_T_FIELDS Schluesselfelder 20010206

Method SORT_INTERNAL_TABLE on class CL_RS_DATA has no exception.

Method SWITCH_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_DATA Call by reference Type reference (TYPE) STANDARD TABLE Zu sortierende Tabelle 20010206

Method SWITCH_ORDER on class CL_RS_DATA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 30A