SAP ABAP Class CL_RSTT_SERVICES_COMPOSITE (Services for BW ATR and BW TDATA)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW (Application Component) SAP Business Information Warehouse
     BW_ATR (Package) Repository for Automatic Tests
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSTT_SERVICE General Services 20091204
Properties
Class CL_RSTT_SERVICES_COMPOSITE  
Short Description Services for BW ATR and BW TDATA    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BW_ATR   Repository for Automatic Tests 
Created 20091202   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSTT0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SHLP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSTT_SERVICE General Services 20091204
Friends
Class CL_RSTT_SERVICES_COMPOSITE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_T_LOCK_OBJ Instance attribute Public Attribute reference (LIKE) 20091204
Methods
# Method Level Visibility Method type Description Created on
1 FILTER_ERROR_FROM_RANGES Static method Public Method Filter Errors 20091203
2 GET_BI_SYSTEM_DESTINATIONS Static method Public Method Determine Valid RFC Connections for BI Systems 20091202
3 GET_PLANMODELER_URL Static method Public Method Procure URL of Planning Modeler 20091203
4 SELECT_F4_TREQ Static method Public Method Get Data for Input Help for Test Request 20091203
5 _GET_REPORT_URL_APPENDIX Static method Protected Method Construct URL Appendix 20100329
6 _SET_ERRORRANGE Static method Protected Method Set Error Range 20091203
7 _TRANS_F4_TAB Static method Protected Method 20091203
Events
Class CL_RSTT_SERVICES_COMPOSITE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 NT_SX_PARAMTYPE Public See coding 20091203 BEGIN OF nt_sx_paramtype, name TYPE rstt_string, type TYPE REF TO cl_abap_typedescr, tablstruc TYPE rstt_flag, END OF nt_sx_paramtype
2 NT_TX_PARAMTYPE Public See coding 20091203 nt_tx_paramtype TYPE STANDARD TABLE OF nt_sx_paramtype
3 OT_S_BLOB Protected See coding 20091203 BEGIN OF ot_s_blob, name TYPE rstt_string, blockno TYPE rstt_int4, data TYPE rstt_blob, END OF ot_s_blob
4 OT_S_TYPE Protected See coding 20091203 BEGIN OF ot_s_type , name TYPE abap_abstypename, kind TYPE abap_parmkind, type_kind TYPE abap_typekind, table_kind type ABAP_TABLEKIND, typnm TYPE abap_abstypename, refto TYPE rs_bool, END OF ot_s_type
5 OT_TH_TYPE Protected See coding 20091203 ot_th_type TYPE HASHED TABLE OF ot_s_type WITH UNIQUE KEY name
6 OT_T_BLOB Protected See coding 20091203 ot_t_blob TYPE STANDARD TABLE OF ot_s_blob
Method Signatures

Method FILTER_ERROR_FROM_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_ERRORLIST Call by reference Type reference (TYPE) RSTT_T_V_ERRORH Fehlerliste 20091203
2 Importing I_SX_RANGE Call by reference Type reference (TYPE) RSTT_SX_ERRORSEL Ranges für Fehlerselektion 20091203
3 Importing I_TAREA Call by reference Type reference (TYPE) RSTT_TAREA Trace-Tool: Testbereich-ID 20091203
# Exception Resumable Description Created on
1 DB_READ_ERROR 20091203
2 INVALID_TYPE 20091203
3 NO_RELEVANT_DB 20091203

Method GET_BI_SYSTEM_DESTINATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_T_DEST Value transfer Type reference (TYPE) RSTT_T_TEXT Verbindungen 20091202

Method GET_BI_SYSTEM_DESTINATIONS on class CL_RSTT_SERVICES_COMPOSITE has no exception.

Method GET_PLANMODELER_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARAMS Call by reference Type reference (TYPE) RSTT_STRING Parameter 20091203
2 Returning R_URL Value transfer Type reference (TYPE) RSTT_STRING URL 20091203

Method GET_PLANMODELER_URL on class CL_RSTT_SERVICES_COMPOSITE has no exception.

Method SELECT_F4_TREQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_RECORDS Call by reference Type reference (TYPE) DDSHRESLTS Ergebnisliste in der F4-Hilfe 20091203
2 Importing I_SX_SELECT Call by reference Type reference (TYPE) SHLP_DESCR_T Selektionen 20091203

Method SELECT_F4_TREQ on class CL_RSTT_SERVICES_COMPOSITE has no exception.

Method _GET_REPORT_URL_APPENDIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_APPENDIX Call by reference Type reference (TYPE) RSTT_T_URL_APPENDIX Tabelle für URL-Appendix 20100329
2 Exporting E_URL_APPENDIX Call by reference Type reference (TYPE) RSTT_STRING URL 20100329
3 Importing I_PORTAL Call by reference Type reference (TYPE) RSTT_FLAG Report im Portal ausführen? 20100329
4 Importing I_TEMPLATE Call by reference Type reference (TYPE) RSTT_FLAG Ist Report Webtemplate? 20100329

Method _GET_REPORT_URL_APPENDIX on class CL_RSTT_SERVICES_COMPOSITE has no exception.

Method _SET_ERRORRANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SX_ERRORRANGE Call by reference Type reference (TYPE) RSTT_SX_ERRORSEL Ranges für Fehlerselektion 20091203
2 Returning R_TX_RANGE Value transfer Type reference (TYPE) RSTT0_TX_RANGE Ranges-Tabelle 20091203
# Exception Resumable Description Created on
1 INVALID_TYPE 20091203

Method _TRANS_F4_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_RECORDS Call by reference Type reference (TYPE) DDSHRESLTS Ergebnisliste in der F4-Hilfe 20091203
2 Importing I_T_COMP Call by reference Type reference (TYPE) ABAP_COMPDESCR_TAB 20091203
3 Importing I_T_TAB Call by reference Type reference (TYPE) ANY TABLE Ausgangstabelle 20091203

Method _TRANS_F4_TAB on class CL_RSTT_SERVICES_COMPOSITE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730