SAP ABAP Class IF_RSD_TABLE_UTILITIES (Utility Methods for Internal Tables)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSD_TABLE_UTILITIES | Utility Methods for Internal Tables | 20070309 |
Properties
Class | IF_RSD_TABLE_UTILITIES | |
Short Description | Utility Methods for Internal Tables | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20070309 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_RSD_TABLE_UTILITIES has no forward declaration.
Interfaces
Class IF_RSD_TABLE_UTILITIES has no interface implemented.
Friends
Class IF_RSD_TABLE_UTILITIES has no friend class.
Attributes
Class IF_RSD_TABLE_UTILITIES has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Deletes Specified Table in Specified Indexes | 20070313 |
2 | ![]() |
Static method | Public | Method | Cleans Entries with Specified Table | 20070309 |
3 | ![]() |
Static method | Public | Method | Reverse Sequence in Table | 20070314 |
Events
Class IF_RSD_TABLE_UTILITIES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_INDEX | Public | See coding | Index of a Table | 20070314 | BEGIN OF tn_s_index,
index TYPE sytabix,
END OF tn_s_index
|
|
2 | TN_T_INDEX | Public | See coding | Table of Indexes | 20070314 | tn_t_index TYPE STANDARD TABLE OF tn_s_index WITH DEFAULT KEY
|
Method Signatures
Method DELETE_AT_INDEX_MULTI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | Zu löschende Tabelle | 20070314 | ||
2 | ![]() |
I_T_INDEX | Call by reference | Type reference (TYPE) | TN_T_INDEX | Tabelle von Indices | 20070314 |
Method DELETE_AT_INDEX_MULTI on class IF_RSD_TABLE_UTILITIES has no exception.
Method MERGE_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | Zu verändernde Tabelle | 20070313 | ||
2 | ![]() |
I_T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | Beteiligte Tabelle | 20070313 |
Method MERGE_ENTRIES on class IF_RSD_TABLE_UTILITIES has no exception.
Method REVERSE_ORDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | Zu umkehrende Tabelle | 20070314 |
Method REVERSE_ORDER on class IF_RSD_TABLE_UTILITIES has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |