SAP ABAP Class CL_RSAR_ISTD_VERS (InfoSource (Transaction Data) (Version))
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSAR (Package) Data import from source system
Properties
Class CL_RSAR_ISTD_VERS  
Short Description InfoSource (Transaction Data) (Version)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSAR   Data import from source system 
Created 20001005   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_RSAR_ISTD_VERS has no interface implemented.
Friends
Class CL_RSAR_ISTD_VERS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_OBJVERS Instance attribute Private Type reference (TYPE) RSOBJVERS $REF$ 20030311
2 P_S_PROPERTIES Instance attribute Private Type reference (TYPE) RSISN InfoSource 20021125
3 P_T_IOBJ_R Instance attribute Private Type reference (TYPE) RSAR_T_IOBJ_R InfoSource - InfoObjects 20030701
4 P_T_IOBJ_SG_R Instance attribute Private Type reference (TYPE) RSAR_T_IOBJ_SG_R InfoSource - InfoObjects 20040709
5 P_T_TEXTS Instance attribute Private Type reference (TYPE) RSAR_T_TXTSML InfoSource - Texts 20021125
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_OBJVERS Static method Private Method Check the Version 20030310
2 COMPLETE_IOBJ_CMP Instance method Private Method Complete InfoObject List with Compound InfoObject 20021125
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20001013
4 CONVERT_CL_TO_DB Static method Public Method Convert from Class Format to Database Format 20021125
5 CONVERT_DB_TO_CL Static method Public Method Convert from Database Format to Class Format 20021125
6 DETERMINE_POSIT Instance method Private Method Determine Position of InfoObject 20030307
7 GET_FROM_DB Static method Public Method Read Version from Database 20021125
8 GET_INFO Instance method Public Method Returns InfoSource Properties 20021125
9 GET_IOBJ_PROP Instance method Private Method Determine Properties of an InfoObject 20030307
10 GET_MAX_POSIT Instance method Private Method Determine Number of InfoObjects in the Version 20030307
11 INSERT_IOBJ Instance method Public Method Add InfoObject(s) to the InfoSource 20021125
12 SAVE Instance method Private Method Save an InfoSource Version 20021125
13 SET_OBJVERS Instance method Private Method Set the Version 20030310
Events
Class CL_RSAR_ISTD_VERS has no event.
Types
Class CL_RSAR_ISTD_VERS has no local type.
Method Signatures

Method CHECK_OBJVERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS $REF$ 20030310
# Exception Resumable Description Created on
1 INVALID_VERSION 20030310

Method COMPLETE_IOBJ_CMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_IOBJNM Call by reference Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20021125

Method COMPLETE_IOBJ_CMP on class CL_RSAR_ISTD_VERS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CREATE_MODE Call by reference Type reference (TYPE) RS_CHAR1 Modus (D/I/R) 20021125
2 Importing I_ISOURCE Call by reference Type reference (TYPE) RSISOURCE InfoSource 20001013
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS 'A' Objektversion 20001013
4 Importing I_R_VERS Call by reference Object reference (TYPE REF TO) CL_RSAR_ISTD_VERS InfoSource (Bewegungsdaten) (Version) 20021125
5 Importing I_S_PROPERTIES Call by reference Type reference (TYPE) RSISNPROP InfoSource - Kopftabelle 20021125
6 Importing I_T_IOBJ_R Call by reference Type reference (TYPE) RSAR_T_IOBJ_R InfoSource - InfoObjects 20030701
7 Importing I_T_TEXTS Call by reference Type reference (TYPE) RSAR_T_TXTSML InfoSource - Texte 20021125
# Exception Resumable Description Created on
1 CONVERSION_ERROR Fehler bei Konvertierung DB -> CL 20021125
2 INPUT_INVALID Ungültige Eingabe 20021125

Method CONVERT_CL_TO_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_RSISN Call by reference Type reference (TYPE) RSISNPROP InfoSource - Kopftabelle 20021125
2 Exporting E_T_RSISNFIELD Call by reference Type reference (TYPE) RSAR_T_RSISNFIELD InfoSource - Feldtabelle 20021125
3 Exporting E_T_RSISNT Call by reference Type reference (TYPE) RSAR_T_RSISNT InfoSource - Texte 20021125
4 Importing I_S_PROPERTIES Call by reference Type reference (TYPE) RSISNPROP InfoSource - Kopftabelle 20021125
5 Importing I_T_IOBJ_R Call by reference Type reference (TYPE) RSAR_T_IOBJ_R InfoSource - InfoObjects 20030701
6 Importing I_T_TEXTS Call by reference Type reference (TYPE) RSAR_T_TXTSML Texte zur InfoSource (Bewegungsdaten) 20021125

Method CONVERT_CL_TO_DB on class CL_RSAR_ISTD_VERS has no exception.

Method CONVERT_DB_TO_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_PROPERTIES Call by reference Type reference (TYPE) RSISNPROP InfoSource - Kopftabelle 20021125
2 Exporting E_T_IOBJ_R Call by reference Type reference (TYPE) RSAR_T_IOBJ_R InfoSource - InfoObjects 20030701
3 Exporting E_T_TEXTS Call by reference Type reference (TYPE) RSAR_T_TXTSML InfoSource - Texte 20021125
4 Importing I_S_RSISN Call by reference Type reference (TYPE) RSISNPROP InfoSource - Kopftabelle 20021125
5 Importing I_T_RSISNFIELD Call by reference Type reference (TYPE) RSAR_T_RSISNFIELD InfoSource-Felder 20021125
6 Importing I_T_RSISNT Call by reference Type reference (TYPE) RSAR_T_RSISNT InfoSource - Texte 20021125
# Exception Resumable Description Created on
1 CREATION_ERROR Fehler beim Anlegen einer InfoObject-Instanz 20021125

Method DETERMINE_POSIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM $REF$ 20030307
2 Returning R_POSIT Value transfer Type reference (TYPE) RSPOSIT $REF$ 20030307

Method DETERMINE_POSIT on class CL_RSAR_ISTD_VERS has no exception.

Method GET_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_RSISN Call by reference Type reference (TYPE) RSISN InfoSource - Kopftabelle 20021125
2 Exporting E_T_RSISNFIELD Call by reference Type reference (TYPE) RSAR_T_RSISNFIELD InfoSource-Felder 20021125
3 Exporting E_T_RSISNT Call by reference Type reference (TYPE) RSAR_T_RSISNT InfoSource - Texte 20030304
4 Importing I_ISOURCE Call by reference Type reference (TYPE) RSISOURCE InfoSource 20021125
5 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20021125
# Exception Resumable Description Created on
1 CX_RS_VERSION_NOT_FOUND Objekt in einer Version nicht gefunden 20030310

Method GET_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_PROPERTIES Call by reference Type reference (TYPE) RSISNPROP InfoSource - Kopftabelle 20021125
2 Exporting E_T_IOBJ_R Call by reference Type reference (TYPE) RSAR_T_IOBJ_R Tabelle mit Referenzen auf InfoObjects 20021125
3 Exporting E_T_TEXTS Call by reference Type reference (TYPE) RSAR_T_TXTSML Texte zur InfoSource (Bewegungsdaten) 20021125

Method GET_INFO on class CL_RSAR_ISTD_VERS has no exception.

Method GET_IOBJ_PROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_IOBJ_R Call by reference Type reference (TYPE) RSAR_T_IOBJ_R IS - InfoObjects 20030704
2 Exporting E_T_IOBJ_SG_R Call by reference Type reference (TYPE) RSAR_T_IOBJ_SG_R InfoSource - InfoObjects 20040709
3 Importing I_T_IOBJNM Call by reference Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20030307

Method GET_IOBJ_PROP on class CL_RSAR_ISTD_VERS has no exception.

Method GET_MAX_POSIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_POSIT Value transfer Type reference (TYPE) RSPOSIT $REF$ 20030307

Method GET_MAX_POSIT on class CL_RSAR_ISTD_VERS has no exception.

Method INSERT_IOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoSource - InfoObjects 20030307
2 Importing I_POSIT Call by reference Type reference (TYPE) RSPOSIT $REF$ 20030307

Method INSERT_IOBJ on class CL_RSAR_ISTD_VERS has no exception.

Method SAVE Signature

Method SAVE on class CL_RSAR_ISTD_VERS has no parameter.
Method SAVE on class CL_RSAR_ISTD_VERS has no exception.

Method SET_OBJVERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS $REF$ 20030310
# Exception Resumable Description Created on
1 INVALID_INPUT 20030310
History
Last changed by/on SAP  20130531 
SAP Release Created in 30A