SAP ABAP Class CL_RSKS_TRCS_VERS (New InfoSource (Version))
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSKS (Package) InfoSource 7.0
Properties
Class CL_RSKS_TRCS_VERS  
Short Description New InfoSource (Version)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSKS   InfoSource 7.0 
Created 20040706   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)
3 RSOC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSKS_TRCS_VERS has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_RSKS_TRCS 20040706 New InfoSource
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_APPEND Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20051014
2 P_APPEND_OBJVERS Instance attribute Private Type reference (TYPE) RSOBJVERS Object Version (Read for Append) 20051013
3 P_CS_INFO Instance attribute Private Type reference (TYPE) RSKSNEW New InfoSource (New) - TLOGO: RSKS 20040706
4 P_CS_INFO_TXT Instance attribute Private Type reference (TYPE) RSKSNEWT New InfoSource Texts 20040706
5 P_DATA_OBJVERS Instance attribute Private Type reference (TYPE) RSOBJVERS Object Version (Read for Append Data) 20051013
6 P_DB_OBJVERS Instance attribute Private Type reference (TYPE) RSOBJVERS Object Version (Read for DB) 20051013
7 P_ISOURCE Instance attribute Private Type reference (TYPE) RSCOMSTRU New InfoSource 20040805
8 P_S_APPEND Instance attribute Private Type reference (TYPE) RSKS_S_TRCS_APPEND InfoSource Append 20051013
9 P_S_TEMPLATE Instance attribute Private Type reference (TYPE) RSTRAN_S_TLOGO BW Repository: TLOGO Object, type and type of association 20050513
10 P_TH_APPENDNM Instance attribute Private Type reference (TYPE) RSO_TH_APPENDNM Table (Hash) of Append Names (Enhancements) 20051013
11 P_T_FIELD Instance attribute Private Type reference (TYPE) RSKS_T_FIELDS Fields for New InfoSource 20040706
12 P_T_FIELD_APPEND Instance attribute Private Type reference (TYPE) RSKS_T_FIELD_APPEND Field List with Append Name 20051013
13 P_T_SEGTXT Instance attribute Private Type reference (TYPE) RSKS_T_SEGMENT_APPEND Segments with Texts 20041018
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Private Method Check 20050506
2 COMPARE Instance method Private Method 20040714
3 CONSTRUCTOR Instance method Public Constructor 20040706
4 CORRECT_FIELDTAB Instance method Private Method Corrects Entries in Field Table 20050912
5 FILL_FIELD_APPEND Instance method Public Method Fills Field with Append Information 20051013
6 GET_ALL_NEEDED_OBJECTS Instance method Public Method Returns All Used TLOGO Objects 20061018
7 GET_INFO Instance method Public Method Delivers Information 20040706
8 GET_ODSO_LIKE Instance method Public Method Returns ODSO-Like Setting 20110311
9 MERGE Instance method Public Method Merge with Source (Other InfoSource) 20061019
10 SAVE Instance method Public Method Save 20040706
11 SET_APPEND_FLAG Instance method Public Method Setting Append Flags 20051014
12 SET_CURRENT_APPEND Instance method Private Method Setting Current Appends 20051013
13 SET_FIELD_TAB Instance method Public Method Setting Field Table 20040706
14 SET_HEAD_INFO Instance method Public Method Setting Header Information 20040706
15 SET_HEAD_TXT Instance method Public Method Setting of Text 20040706
16 SET_ODSO_LIKE Instance method Public Method Sets ODSO-Like Setting 20110311
17 SET_TEMPLATE Instance method Public Method Sets Template 20050513
18 SET_TIMESTAMP Instance method Private Method Fill Time Stamp with Current Data (and to DB) 20040706
19 UPDATE_FROM_DIALOG Instance method Public Method Update after Maintenance 20040706
20 UPDATE_SEGTXT Instance method Public Method 20041018
Events
Class CL_RSKS_TRCS_VERS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_IOBJNM Private See coding 20050530 BEGIN OF ty_s_iobjnm, iobjnm TYPE rsiobjnm, END OF ty_s_iobjnm
2 TY_T_IOBJNM Private See coding 20050530 ty_t_iobjnm TYPE TABLE OF ty_s_iobjnm
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG Container für Nachrichten 20050509
2 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20050509

Method CHECK on class CL_RSKS_TRCS_VERS has no exception.

Method COMPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_VERS Call by reference Object reference (TYPE REF TO) CL_RSKS_TRCS_VERS Kommunikationsstruktur (Version) 20040714
2 Returning R_IS_EQUAL Value transfer Type reference (TYPE) RS_BOOL ='X': gleich 20040714

Method COMPARE on class CL_RSKS_TRCS_VERS has no exception.

Method CONSTRUCTOR 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 Objektversion 20040706
2 Importing I_R_VERS Call by reference Object reference (TYPE REF TO) CL_RSKS_TRCS_VERS Kommunikationsstruktur (Version) 20040706
3 Importing I_STRUCTURE Call by reference Type reference (TYPE) RSCOMSTRU Kommunikationsstruktur 20040706
4 Importing I_S_HEAD_INFO Call by reference Type reference (TYPE) RSKSNEW Kommunikationsstruktur (neu) - TLOGO: RSKS 20040706
5 Importing I_S_HEAD_TXT Call by reference Type reference (TYPE) RSKSNEWT Kommunitkationsstruktur Texte 20040706
6 Importing I_S_OWNED_BY Call by reference Type reference (TYPE) RSO_S_TLOGO_OWNED_BY Übergeordnetes TLOGO Objekt (dem das aktuelle Objekt gehört) 20060922
7 Importing I_T_FIELD Call by reference Type reference (TYPE) RSKS_T_FIELDS Felder der Kommunikationsstruktur 20040706
8 Importing I_T_SEGTXT Call by reference Type reference (TYPE) RSKS_T_SEGMENT Segmente 20041018

Method CONSTRUCTOR on class CL_RSKS_TRCS_VERS has no exception.

Method CORRECT_FIELDTAB Signature

Method CORRECT_FIELDTAB on class CL_RSKS_TRCS_VERS has no parameter.
Method CORRECT_FIELDTAB on class CL_RSKS_TRCS_VERS has no exception.

Method FILL_FIELD_APPEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_FIELD Call by reference Type reference (TYPE) RSKS_S_FIELD_APPEND Feldstruktur mit Appendname 20051013

Method FILL_FIELD_APPEND on class CL_RSKS_TRCS_VERS has no exception.

Method GET_ALL_NEEDED_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_TLOGO Call by reference Type reference (TYPE) RSTRAN_T_TLOGO TLOGO Objekte mit Interfacereferenzen 20061018

Method GET_ALL_NEEDED_OBJECTS on class CL_RSKS_TRCS_VERS has no exception.

Method GET_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STRUCTURE Call by reference Type reference (TYPE) RSNEWSOURCE Kommunikationsstruktur 20040706
2 Exporting E_S_INFO Call by reference Type reference (TYPE) RSKSNEW Neue InfoSOurce - TLOGO: RSKS 20040706
3 Exporting E_S_INFO_TXT Call by reference Type reference (TYPE) RSKSNEWT Neue InfoSource Texte 20040706
4 Exporting E_T_FIELD Call by reference Type reference (TYPE) RSKS_T_FIELDS Felder der neuen InfoSource 20051013
5 Exporting E_T_SEGTXT Call by reference Type reference (TYPE) RSKS_T_SEGMENT_APPEND Segmente 20041018

Method GET_INFO on class CL_RSKS_TRCS_VERS has no exception.

Method GET_ODSO_LIKE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ODSO_LIKE Value transfer Type reference (TYPE) RSKS_ODSO_LIKE InfoSourceverhalten (ODSO-like) 20110311

Method GET_ODSO_LIKE on class CL_RSKS_TRCS_VERS has no exception.

Method MERGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJFUNC Call by reference Type reference (TYPE) RSOBJFUNC RSOC_C_OBJFUNC-MERGE Wie wird das Objekt aus dem Content übernommen 20080311
2 Importing I_R_VERS Call by reference Object reference (TYPE REF TO) CL_RSKS_TRCS_VERS Neue InfoSource (Version) 20061019
# Exception Resumable Description Created on
1 CX_RSKS_ERROR_WITH_MESSAGE Exception mit Meldung 20061019

Method SAVE Signature

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

Method SET_APPEND_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPEND Call by reference Type reference (TYPE) RS_BOOL Boolean 20051014

Method SET_APPEND_FLAG on class CL_RSKS_TRCS_VERS has no exception.

Method SET_CURRENT_APPEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_APPEND Call by reference Type reference (TYPE) RSKS_S_TRCS_APPEND InfoSource Append 20051013

Method SET_CURRENT_APPEND on class CL_RSKS_TRCS_VERS has no exception.

Method SET_FIELD_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_FIELD Call by reference Type reference (TYPE) RSKS_T_FIELDS Felder der Kommunikationsstruktur 20040706

Method SET_FIELD_TAB on class CL_RSKS_TRCS_VERS has no exception.

Method SET_HEAD_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HEAD_INFO Call by reference Type reference (TYPE) RSKSNEW Kommunikationsstruktur (neu) - TLOGO: RSKS 20040706

Method SET_HEAD_INFO on class CL_RSKS_TRCS_VERS has no exception.

Method SET_HEAD_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HEAD_TXT Call by reference Type reference (TYPE) RSKSNEWT Kommunitkationsstruktur Texte 20040706

Method SET_HEAD_TXT on class CL_RSKS_TRCS_VERS has no exception.

Method SET_ODSO_LIKE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ODSO_LIKE Call by reference Type reference (TYPE) RSKS_ODSO_LIKE InfoSourceverhalten (ODSO-like) 20110311

Method SET_ODSO_LIKE on class CL_RSKS_TRCS_VERS has no exception.

Method SET_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_TLOGO Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20050513

Method SET_TEMPLATE on class CL_RSKS_TRCS_VERS has no exception.

Method SET_TIMESTAMP Signature

Method SET_TIMESTAMP on class CL_RSKS_TRCS_VERS has no parameter.
Method SET_TIMESTAMP on class CL_RSKS_TRCS_VERS has no exception.

Method UPDATE_FROM_DIALOG Signature

Method UPDATE_FROM_DIALOG on class CL_RSKS_TRCS_VERS has no parameter.
Method UPDATE_FROM_DIALOG on class CL_RSKS_TRCS_VERS has no exception.

Method UPDATE_SEGTXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_SEGTXT Call by reference Type reference (TYPE) RSKS_T_SEGMENT_APPEND Segmente 20041018

Method UPDATE_SEGTXT on class CL_RSKS_TRCS_VERS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700