SAP ABAP Interface IF_RSD_TABLE_UTILITIES (Utility Methods for Internal Tables)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSD (Package) BW: Data Basis InfoObjects and Core Services
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
Interface IF_RSD_TABLE_UTILITIES  
Short Description Utility Methods for Internal Tables    
General Data
Package RSD   BW: Data Basis InfoObjects and Core Services 
Created 20070309   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_RSD_TABLE_UTILITIES has no forward declaration.
Interfaces
Interface IF_RSD_TABLE_UTILITIES has no interface.
Friends
Interface IF_RSD_TABLE_UTILITIES has no friend.
Attributes
Interface IF_RSD_TABLE_UTILITIES has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_AT_INDEX_MULTI Static method Public Method Deletes Specified Table in Specified Indexes 20070313
2 MERGE_ENTRIES Static method Public Method Cleans Entries with Specified Table 20070309
3 REVERSE_ORDER Static method Public Method Reverse Sequence in Table 20070314
Events
Interface 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 Changing C_T_TABLE Call by reference Type reference (TYPE) STANDARD TABLE Zu löschende Tabelle 20070314
2 Importing I_T_INDEX Call by reference Type reference (TYPE) TN_T_INDEX Tabelle von Indices 20070314

Method DELETE_AT_INDEX_MULTI on Interface 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 Changing C_T_TABLE Call by reference Type reference (TYPE) STANDARD TABLE Zu verändernde Tabelle 20070313
2 Importing I_T_TABLE Call by reference Type reference (TYPE) STANDARD TABLE Beteiligte Tabelle 20070313

Method MERGE_ENTRIES on Interface 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 Changing C_T_TABLE Call by reference Type reference (TYPE) STANDARD TABLE Zu umkehrende Tabelle 20070314

Method REVERSE_ORDER on Interface IF_RSD_TABLE_UTILITIES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710