SAP ABAP Class CL_RSFC_ITEMSEL (Selection of Content Elements)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSFC (Package) Technology for Feature Content
Properties
Class CL_RSFC_ITEMSEL  
Short Description Selection of Content Elements    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSFC   Technology for Feature Content 
Created 20070817   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 RSFC1 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)
4 RSTT1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSTT2 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 RZD1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSFC_ITEMSEL has no interface implemented.
Friends
Class CL_RSFC_ITEMSEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_QUERY_PREFIX Constant Public Type reference (TYPE) RSTT_STRING '0D_FC_' Prefix for Query Names 20080506
2 N_C_STATE Constant Public See coding Total Status of an Object 20080506
3 N_FEATURE Instance attribute Public Type reference (TYPE) RSFC_FEATURE Functions 20080506
4 N_TOPIC Instance attribute Public Type reference (TYPE) RSFC_TOPIC Topic for Sample Content 20080506
5 O_T_QUERY Instance attribute Protected Type reference (TYPE) RSTT_T_TDATA Queries from Test Data Archive 20080506
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_BATCH Static method Public Method Activate Element Selection in Background 20080506
2 CODE_SEL_KEY Static method Public Method Encode Selection Key 20080506
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080506
4 CREATE Static method Public Method Generate Selection Instance 20080506
5 DECODE_SEL_KEY Static method Public Method Decode Selection Key 20080506
6 GET_FEATURE_TREE Static method Public Method Determine Tree for Features 20080506
7 GET_ITEM_STATE Instance method Public Method Determine Status of Affected Elements of Selection 20080506
8 TRANSLATE_QUERY_STATE Static method Public Method Process Status Entry for Query 20080506
9 _ADD_ICONS Static method Protected Method Enhance Icons 20080506
10 _CLEAN_ITEMS Static method Protected Method Clean Up Elements 20080506
11 _GET_QUERY_INFO Static method Protected Method Get Query Information 20080506
12 _GET_REPORTING_OBJ Static method Protected Method Determine Reporting Objects for Query 20080506
13 _GET_TEMPLATE_INFO Static method Protected Method Get Template Information 20080506
14 _GET_WORKBOOK_INFO Static method Protected Method Get Workbook Information 20080506
15 _SELECT_QUERIES Instance method Protected Method Determine Queries for Selection 20080506
16 _TRANSLATE_STATE Static method Protected Method Interpret Status 20080506
Events
Class CL_RSFC_ITEMSEL has no event.
Types
Class CL_RSFC_ITEMSEL has no local type.
Method Signatures

Method ACTIVATE_BATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INITIALIZE Call by reference Type reference (TYPE) RSTT_FLAG Betroffene Objekte initialisieren 20080506
2 Importing I_T_TDATA_SEL Call by reference Type reference (TYPE) RSTT_T_TDATA_PROCESS Tabelle von Prozessparameter für Testobjekte 20080506
# Exception Resumable Description Created on
1 OBJECTS_LOCKED Objekte sind momentan gesperrt 20080506

Method CODE_SEL_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FEATURE Call by reference Type reference (TYPE) RSFC_FEATURE Funktionalität 20080506
2 Importing I_TOPIC Call by reference Type reference (TYPE) RSFC_TOPIC Thema des Beispielcontents 20080506
3 Returning R_CODE Value transfer Type reference (TYPE) RSTT_STRING Schlüssel 20080506

Method CODE_SEL_KEY on class CL_RSFC_ITEMSEL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FEATURE Call by reference Type reference (TYPE) RSFC_FEATURE Funktionalität 20080506
2 Importing I_TOPIC Call by reference Type reference (TYPE) RSFC_TOPIC Thema des Beispielcontents 20080506

Method CONSTRUCTOR on class CL_RSFC_ITEMSEL has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FEATURE Call by reference Type reference (TYPE) RSFC_FEATURE Funktionalität 20080506
2 Importing I_TOPIC Call by reference Type reference (TYPE) RSFC_TOPIC Thema des Beispielcontents 20080506
3 Returning R_R_SEL Value transfer Object reference (TYPE REF TO) CL_RSFC_ITEMSEL Instanz 20080506

Method CREATE on class CL_RSFC_ITEMSEL has no exception.

Method DECODE_SEL_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FEATURE Call by reference Type reference (TYPE) RSFC_FEATURE Funktionalität 20080506
2 Exporting E_TOPIC Call by reference Type reference (TYPE) RSFC_TOPIC Thema des Beispielcontents 20080506
3 Importing I_CODE Call by reference Type reference (TYPE) RSTT_STRING Schlüssel 20080506

Method DECODE_SEL_KEY on class CL_RSFC_ITEMSEL has no exception.

Method GET_FEATURE_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_TREE Call by reference Type reference (TYPE) TVIEW2 TreeView 20080506

Method GET_FEATURE_TREE on class CL_RSFC_ITEMSEL has no exception.

Method GET_ITEM_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_STATE Call by reference Type reference (TYPE) RSTT_T_TDATA_STATE Statusliste von Testdatenobjekten 20080506
2 Exporting E_T_STATE_TUNIT Call by reference Type reference (TYPE) RSTT_T_TDATA_STATE Statusliste von Testeinheiten 20080506
3 Importing I_CHECK_TDATATP_ALL Call by reference Type reference (TYPE) RSTT_FLAG Statusprüfung für alle Objekttypen durchführen 20080506
4 Importing I_REFRESH_BUFFER Call by reference Type reference (TYPE) RSTT_FLAG RS_C_TRUE Sollen alle Puffer initialisiert werden? 20080506
5 Importing I_STATE_TYPE Call by reference Type reference (TYPE) RSTT_STATE_TYPE Statusermittlungsart für Testelemente 20080506

Method GET_ITEM_STATE on class CL_RSFC_ITEMSEL has no exception.

Method TRANSLATE_QUERY_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_QUERY Call by reference Type reference (TYPE) RSFC_S_QUERY Queryparameter 20080506
2 Exporting E_T_REPOBJ Call by reference Type reference (TYPE) RSFC_T_TLOGOTAB Zugehörige Reportingobjekte 20080506
3 Importing I_S_STATE Call by reference Type reference (TYPE) RSTT_S_TDATA_STATE Statusparameter eines Testdatenobjekts 20080506
4 Importing I_UITYPE Call by reference Type reference (TYPE) RSTT_UITYPE 'DYN' Userinterface-Typ 20080506
# Exception Resumable Description Created on
1 QUERY_NOT_FOUND 20080506

Method _ADD_ICONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_QUERY Call by reference Type reference (TYPE) RSFC_S_QUERY Queryeintrag 20080506
2 Changing C_S_REPOBJ Call by reference Type reference (TYPE) RSFC_S_TLOGOTAB Objekteintrag 20080506

Method _ADD_ICONS on class CL_RSFC_ITEMSEL has no exception.

Method _CLEAN_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_STATE Call by reference Type reference (TYPE) RSTT_T_TDATA_STATE Statusliste von Testdatenobjekten 20080506

Method _CLEAN_ITEMS on class CL_RSFC_ITEMSEL has no exception.

Method _GET_QUERY_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_COMPDIR Call by reference Type reference (TYPE) RSZCOMPDIR Queryparameter 20080506
2 Importing I_COMPID Call by reference Type reference (TYPE) RSRREPDIR-COMPID Query 20080506
# Exception Resumable Description Created on
1 QUERY_NOT_FOUND 20080506

Method _GET_REPORTING_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_REPOBJ Call by reference Type reference (TYPE) RSFC_T_TLOGOTAB Objektliste 20080506
2 Importing I_COMPUID Call by reference Type reference (TYPE) RSRREPDIR-COMPUID UUID in komprimierter Form 20080506

Method _GET_REPORTING_OBJ on class CL_RSFC_ITEMSEL has no exception.

Method _GET_TEMPLATE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_REPOBJ Call by reference Type reference (TYPE) RSFC_S_TLOGOTAB Objekteintrag 20080506

Method _GET_TEMPLATE_INFO on class CL_RSFC_ITEMSEL has no exception.

Method _GET_WORKBOOK_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_REPOBJ Call by reference Type reference (TYPE) RSFC_S_TLOGOTAB Objekteintrag 20080506

Method _GET_WORKBOOK_INFO on class CL_RSFC_ITEMSEL has no exception.

Method _SELECT_QUERIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_T_TDATA Value transfer Type reference (TYPE) RSTT_T_TDATA Tabelle zu Testdatenarchiv 20080506

Method _SELECT_QUERIES on class CL_RSFC_ITEMSEL has no exception.

Method _TRANSLATE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_STATE Call by reference Type reference (TYPE) RSTT_S_TDATA_STATE Statusparameter eines Testdatenobjekts 20080506
2 Returning R_STATE Value transfer Type reference (TYPE) RSTT_FLAG Status 20080506

Method _TRANSLATE_STATE on class CL_RSFC_ITEMSEL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 720