SAP ABAP Class CL_RSDA_TABLE_NAME_CONVERTER (Map External Table Name to Local)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSDA (Package) BW Data Archiving and Near-line Storage. Core Functions
Properties
Class CL_RSDA_TABLE_NAME_CONVERTER  
Short Description Map External Table Name to Local    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDA   BW Data Archiving and Near-line Storage. Core Functions 
Created 20040924   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 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDA_TABLE_NAME_CONVERTER has no interface implemented.
Friends
Class CL_RSDA_TABLE_NAME_CONVERTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_NAMESPACE_DELIMITER Constant Public Type reference (TYPE) CHAR1 '/' Namespace Delimiter 20040924
2 C_SEGMENT_SEPARATOR Constant Public See coding '__' Segment Separator 20040924
3 C_VERSION_SEPARATOR Constant Public See coding 'V' 20041026
Methods
# Method Level Visibility Method type Description Created on
1 COMPOSE_REMOTE_TABNAME Static method Public Method Create Name for Remote Table 20040925
2 CONVERT_LOCAL_TO_REMOTE Static method Public Method Convert Local Table Name into External 20040924
3 CONVERT_REMOTE_TO_LOCAL Static method Public Method Convert External Table Name into Local 20040924
4 DECOMPOSE_REMOTE_TABNAME Static method Public Method 20040925
Events
Class CL_RSDA_TABLE_NAME_CONVERTER has no event.
Types
Class CL_RSDA_TABLE_NAME_CONVERTER has no local type.
Method Signatures

Method COMPOSE_REMOTE_TABNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NLOBJECT Call by reference Type reference (TYPE) RSDA_NLOBJECT BW Nearline Interface: Nearline-Objekt 20041116
2 Importing I_SEGID Call by reference Type reference (TYPE) RSDS_SEGID Segment 20040925
3 Importing I_TABPREFIX Call by reference Type reference (TYPE) RSDA_TABPREFIX BW Nearline Interface: Tabellenpräfix 20040925
4 Importing I_TABVERS Call by reference Type reference (TYPE) RSDA_TABVERS Tabellenversion 20041119
5 Returning R_TABNAME Value transfer Type reference (TYPE) RSDA_TABNAME BW Nearline Interface: Name einer Nearline-Tabelle 20041119
# Exception Resumable Description Created on
1 CX_RSDA_ACTION_FAILED Aktion wurde abgebrochen 20050207

Method CONVERT_LOCAL_TO_REMOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABNAME_LOCAL Call by reference Type reference (TYPE) RSDA_TABNAME Name einer Tabelle im Nearline Storage 20040924
2 Returning R_TABNAME_REMOTE Value transfer Type reference (TYPE) RSDAW_TABLE_NAME BW Nearline Interface: Name einer Nearline-Tabelle 20040924

Method CONVERT_LOCAL_TO_REMOTE on class CL_RSDA_TABLE_NAME_CONVERTER has no exception.

Method CONVERT_REMOTE_TO_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ONLY_STRUCTURE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20041026
2 Importing I_TABNAME_REMOTE Call by reference Type reference (TYPE) RSDAW_TABLE_NAME Externer Tabellenname 20040924
3 Returning R_TABNAME_LOCAL Value transfer Type reference (TYPE) TABNAME Lokaler Tabellennane 20040924
# Exception Resumable Description Created on
1 CX_RSDA_ACTION_FAILED Fehler bei der Namenskonvertierung 20050207

Method DECOMPOSE_REMOTE_TABNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NLOBJECT Call by reference Type reference (TYPE) RSDA_NLOBJECT BW Nearline Interface: Nearline-Objekt 20040925
2 Exporting E_SEGID Call by reference Type reference (TYPE) RSDS_SEGID Segment 20040925
3 Exporting E_TABPREFIX Call by reference Type reference (TYPE) RSDA_TABPREFIX BW Nearline Interface: Tabellenpräfix 20040925
4 Exporting E_TABVERS Call by reference Type reference (TYPE) RSDA_SEGVERS BW-Archivierung: Segmentversion 20041119
5 Importing I_TABNAME Call by reference Type reference (TYPE) RSDA_TABNAME BW Nearline Interface: Name einer Nearline-Tabelle 20041119
# Exception Resumable Description Created on
1 CX_RSDAI_ACTION_FAILED Aktion wurde abgebrochen 20040925
History
Last changed by/on SAP  20130531 
SAP Release Created in 700