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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | 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 | Static method | Public | Method | Check Existence of a Field | 20010206 | |
| 2 | Static method | Public | Method | Delete a Column from an Internal Table | 20010206 | |
| 3 | Static method | Public | Method | Delete Duplicate Entries in Internal Table | 20010206 | |
| 4 | Static method | Public | Method | Determine Width | 20010206 | |
| 5 | Static method | Public | Method | Sort Internal Table According To Key | 20010206 | |
| 6 | 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 | I_FIELD | Value transfer | Type reference (TYPE) | FIELDNAME | Feldname | 20010206 | |||
| 2 | I_T_DATA | Call by reference | Type reference (TYPE) | TABLE | 20010206 | ||||
| 3 | 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 | C_T_DATA | Call by reference | Type reference (TYPE) | TABLE | 20010206 | ||||
| 2 | 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 | C_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | Zu sortierende Tabelle | 20010206 | |||
| 2 | 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 | I_T_DATA | Call by reference | Type reference (TYPE) | TABLE | 20010206 | ||||
| 2 | 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 | C_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | Zu sortierende Tabelle | 20010206 | |||
| 2 | I_ASCENDING | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Aufsteigend sortieren | 20010206 | ||
| 3 | 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 | 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 |