SAP ABAP Class CL_RSRT_BICS_PROVIDER_QUERY (Provider: Query BICS)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT-BICS-RSRT (Application Component) BICS Query Monitor
     RSRT_BICS (Package) RSRT_BICS
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BICS_PROVIDER_SELECTOR Provider: Selector BICS 20121115
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSRT_PROVIDER_QUERY Query Result 20121116
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSRT_PROVIDER_RESULT Result 20121116
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSRT_QUERY_PROPERTIES Query Properties (to be deleted!!!) 20121116
Properties
Class CL_RSRT_BICS_PROVIDER_QUERY  
Short Description Provider: Query BICS    
Super Class CL_RSRT_BICS_PROVIDER_SELECTOR Provider: Selector BICS 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSRT_BICS   RSRT_BICS 
Created 20121115   SAP 
Last change 20140121   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 IF_RSRT_QUERY_PROPERTIES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_RSRT_RESULT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_RSRT_SELECTOR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSRT_PROVIDER_QUERY Query Result 20121116
2 IF_RSRT_PROVIDER_RESULT Result 20121116
3 IF_RSRT_QUERY_PROPERTIES Query Properties (to be deleted!!!) 20121116
Friends
Class CL_RSRT_BICS_PROVIDER_QUERY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_T_PLANNING_FUNCTIONS Instance attribute Private Type reference (TYPE) TN_T_PLANNING_FUNCTION 20121116
Methods
# Method Level Visibility Method type Description Created on
1 GET_QV_IOBJ_ATTR_PRESENTATIONS Instance method Private Method Get InfoObject Attrbute Presentations 20121117
2 ON_CHAR_PROPERTIES Instance method Private Method Perform Char Properties 20121116
3 ON_F4 Instance method Private Method Perform Key Figure Properties 20121116
4 ON_PLANNING Instance method Private Method Perform Key Figure Properties 20121116
5 _CHAR_ATTRIBUTES Instance method Private Method Apply characteristic attributes 20121116
6 _CHAR_DISPLAY_PROPERTIES Instance method Private Method Apply characteristic display properties 20121116
7 _CHAR_HIERARCHY Instance method Private Method apply characteristic hierarchy 20121116
8 _CHAR_SORT Instance method Private Method apply characteristic sorting 20121116
9 _CHECK_TEXTS_OF_PRESENTATIONS Instance method Private Method 20121116
10 _GET_ACCESS_MODE Instance method Private Method get result visibility 20121116
11 _GET_ALL_ATTR_FROM_IOBJ Instance method Private Method Get InfoObject Presentations 20121116
12 _GET_KEYF_MEMBER_PROPERTIES Instance method Protected Method Get KeyFigure Member Properties 20121121
13 _GET_PRESENTATIONS Instance method Private Method 20121116
14 _GET_QV_IOBJ Instance method Protected Method Get InfoObject 20121118
15 _GET_QV_IOBJ_ATTRIBUTE Instance method Protected Method Get InfoObject Attributes 20121118
16 _GET_QV_IOBJ_ATTRIBUTES Instance method Protected Method Get InfoObject Attributes 20121118
17 _GET_QV_IOBJ_ATTRIBUTES_PROPS Instance method Protected Method Get InfoObject Attributes 20121126
18 _GET_QV_IOBJ_HIERARCHY Instance method Protected Method Get InfoObject Hierarchy 20121123
19 _GET_QV_IOBJ_PRESENTATIONS Instance method Protected Method Get InfoObject Presentations 20121123
20 _GET_QV_IOBJ_SELOPTS Instance method Protected Method Get InfoObject Select Options 20121118
21 _GET_RESULT_VISIBILITY Instance method Private Method get result visibility 20121116
22 _MAP_PRESENTATION_TO_STATUS Instance method Private Method 20121116
23 _MAP_SORT_INFO_FROM_BICS Instance method Protected Method Map Sort Information 20121126
24 _PRESENTATIONS_2_PROPERTIES Instance method Protected Method Get Scaling Factor Text 20121126
25 _PROPERTIES_2_PRESENTATIONS Instance method Protected Method Get Scaling Factor Text 20121126
Events
Class CL_RSRT_BICS_PROVIDER_QUERY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_PLANNING_FUNCTION Private See coding 20121116 begin of tn_s_planning_function, name type string, area type string, ref type ref to if_bics_planning_function, end of tn_s_planning_function
2 TN_T_PLANNING_FUNCTION Private See coding 20121116 tn_t_planning_function type standard table of tn_s_planning_function with default key initial size 0
Method Signatures

Method GET_QV_IOBJ_ATTR_PRESENTATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_NAME Name 20121117
2 Importing IOBJ_NAME Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_NAME Name 20121117
3 Importing O_QV_ATTRIBUTE Call by reference Object reference (TYPE REF TO) IF_BICS_QV_ATTR Attribute QV Layer 20121117
4 Importing O_QV_CHARACTERISTIC Call by reference Object reference (TYPE REF TO) IF_BICS_QV_CHARACTERISTIC Characteristics QV Layer 20121117
5 Returning VALUE Value transfer Type reference (TYPE) I 20121117

Method GET_QV_IOBJ_ATTR_PRESENTATIONS on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method ON_CHAR_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMMAND Call by reference Type reference (TYPE) STRING 20121116
2 Exporting HANDLED Call by reference Type reference (TYPE) IF_RSRT_COMMAND_PROCESSOR=>TN_HANDLED Handled 20121116
3 Importing O_PARAMETERS Call by reference Object reference (TYPE REF TO) IF_RSRT_PARAMETERS Parameters 20121116

Method ON_CHAR_PROPERTIES on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method ON_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMMAND Call by reference Type reference (TYPE) STRING 20121116
2 Exporting HANDLED Call by reference Type reference (TYPE) IF_RSRT_COMMAND_PROCESSOR=>TN_HANDLED Handled 20121116
3 Importing O_PARAMETERS Call by reference Object reference (TYPE REF TO) IF_RSRT_PARAMETERS Parameters 20121116

Method ON_F4 on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method ON_PLANNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMMAND Call by reference Type reference (TYPE) STRING 20121116
2 Exporting HANDLED Call by reference Type reference (TYPE) IF_RSRT_COMMAND_PROCESSOR=>TN_HANDLED Handled 20121116
3 Importing O_PARAMETERS Call by reference Object reference (TYPE REF TO) IF_RSRT_PARAMETERS Parameters 20121116

Method ON_PLANNING on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _CHAR_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing O_PARAMETERS Call by reference Object reference (TYPE REF TO) IF_RSRT_PARAMETERS Parameters 20121116

Method _CHAR_ATTRIBUTES on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _CHAR_DISPLAY_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing O_PARAMETERS Call by reference Object reference (TYPE REF TO) IF_RSRT_PARAMETERS Parameters 20121116

Method _CHAR_DISPLAY_PROPERTIES on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _CHAR_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing O_PARAMETERS Call by reference Object reference (TYPE REF TO) IF_RSRT_PARAMETERS Parameters 20121116

Method _CHAR_HIERARCHY on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _CHAR_SORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing O_PARAMETERS Call by reference Object reference (TYPE REF TO) IF_RSRT_PARAMETERS Parameters 20121116

Method _CHAR_SORT on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _CHECK_TEXTS_OF_PRESENTATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HAS_LONG_TEXT Call by reference Type reference (TYPE) ABAP_BOOL 20121116
2 Exporting E_HAS_MEDIUM_TEXT Call by reference Type reference (TYPE) ABAP_BOOL 20121116
3 Exporting E_HAS_SHORT_TEXT Call by reference Type reference (TYPE) ABAP_BOOL 20121116
4 Exporting E_HAS_TEXT Call by reference Type reference (TYPE) ABAP_BOOL 20121116
5 Importing I_T_PRESENTATIONS Call by reference Type reference (TYPE) CL_BICS_PRESENTATION=>TN_T_PRESENTATION 20121116

Method _CHECK_TEXTS_OF_PRESENTATIONS on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _GET_ACCESS_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACCESS_MODE Call by reference Type reference (TYPE) IF_RSRT_QUERY_PROPERTIES=>TN_ACCESS_MODE 20121116
2 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_BICS_RESULT_ACCESS_MODE Visibility of Objects 20121116

Method _GET_ACCESS_MODE on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _GET_ALL_ATTR_FROM_IOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IOBJ_NAME Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_NAME Name 20121116
2 Importing O_QV_CHARACTERISTIC Call by reference Object reference (TYPE REF TO) IF_BICS_QV_CHARACTERISTIC Merkmale QV-Layer 20121116
3 Importing O_QV_NODE Call by reference Object reference (TYPE REF TO) IF_BICS_QV_NODE_TYPE Node Type QV Layer 20121116
4 Returning T_ATTRIBUTES Value transfer Type reference (TYPE) IF_RSRT_QUERY_PROPERTIES=>TN_T_ATTRIBUTES Presentation List 20121116

Method _GET_ALL_ATTR_FROM_IOBJ on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _GET_KEYF_MEMBER_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_ID ID 20121121
2 Returning VALUE Value transfer Type reference (TYPE) IF_RSRT_RESULT=>TN_T_KEYF_MEMBER_PROPERTIES_G 20121121

Method _GET_KEYF_MEMBER_PROPERTIES on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _GET_PRESENTATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEXT Call by reference Type reference (TYPE) IF_RSRT_PARAMETERS=>TN_PARAMETER_VALUE Parameter Value 20121116
2 Importing TEXT_KIND Call by reference Type reference (TYPE) IF_RSRT_PARAMETERS=>TN_PARAMETER_VALUE Parameter Value 20121116
3 Returning VALUE Value transfer Type reference (TYPE) CL_BICS_PRESENTATION=>TN_T_PRESENTATION 20121116

Method _GET_PRESENTATIONS on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _GET_QV_IOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GET_ATTRIBUTES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20121118
2 Importing IOBJ_NAME Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_NAME Name 20121118
3 Importing O_QV_CHARACTERISTIC Call by reference Object reference (TYPE REF TO) IF_BICS_QV_CHARACTERISTIC Characteristics QV Layer 20121118
4 Exporting T_ATTRIBUTES Call by reference Type reference (TYPE) IF_RSRT_RESULT=>TN_T_ATTRIBUTE 20121118
5 Exporting VALUE Call by reference Type reference (TYPE) IF_RSRT_RESULT=>TN_S_IOBJ_G InfoObject 20121118

Method _GET_QV_IOBJ on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _GET_QV_IOBJ_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_NAME Name 20121118
2 Importing IOBJ_NAME Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_NAME Name 20121118
3 Importing O_QV_ATTRIBUTE Call by reference Object reference (TYPE REF TO) IF_BICS_QV_ATTR Attribute QV Layer 20121118
4 Importing O_QV_CHARACTERISTIC Call by reference Object reference (TYPE REF TO) IF_BICS_QV_CHARACTERISTIC Characteristics QV Layer 20121118
5 Importing O_QV_NODE_TYPE Call by reference Object reference (TYPE REF TO) IF_BICS_QV_NODE_TYPE Node Type QV Layer 20121129
6 Importing O_QV_SORTING Call by reference Object reference (TYPE REF TO) IF_BICS_QV_SORTING Sorting of Result Set According to Data Cells 20121118
7 Returning VALUE Value transfer Type reference (TYPE) IF_RSRT_RESULT=>TN_S_ATTRIBUTE_PROPERTIES_G Attribute 20121118

Method _GET_QV_IOBJ_ATTRIBUTE on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _GET_QV_IOBJ_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_NAME Name 20121118
2 Importing IOBJ_NAME Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_NAME Name 20121118
3 Importing O_QV_ATTRIBUTE Call by reference Object reference (TYPE REF TO) IF_BICS_QV_ATTR Attribute QV Layer 20121129
4 Importing O_QV_CHARACTERISTIC Call by reference Object reference (TYPE REF TO) IF_BICS_QV_CHARACTERISTIC Characteristics QV Layer 20121118
5 Importing O_QV_NODE_TYPE Call by reference Object reference (TYPE REF TO) IF_BICS_QV_NODE_TYPE Node Type QV Layer 20121129
6 Returning VALUE Value transfer Type reference (TYPE) IF_RSRT_RESULT=>TN_T_ATTRIBUTE 20121118

Method _GET_QV_IOBJ_ATTRIBUTES on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _GET_QV_IOBJ_ATTRIBUTES_PROPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_NAME Name 20121126
2 Importing IOBJ_NAME Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_NAME Name 20121126
3 Importing O_QV_CHARACTERISTIC Call by reference Object reference (TYPE REF TO) IF_BICS_QV_CHARACTERISTIC Characteristics QV Layer 20121126
4 Importing O_QV_NODE_TYPE Call by reference Object reference (TYPE REF TO) IF_BICS_QV_NODE_TYPE Node Type QV Layer 20121129
5 Returning VALUE Value transfer Type reference (TYPE) IF_RSRT_RESULT=>TN_T_ATTRIBUTE_PROPERTIES_G 20121126

Method _GET_QV_IOBJ_ATTRIBUTES_PROPS on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _GET_QV_IOBJ_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GET_NODE_TYPES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121126
2 Importing IOBJ_ID Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_ID ID 20121123
3 Importing IOBJ_NAME Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_NAME Name 20121123
4 Importing O_CHARACTERISTIC Call by reference Object reference (TYPE REF TO) IF_BICS_QV_CHARACTERISTIC Characteristic Selector Layer 20121123
5 Importing O_HIERARCHY Call by reference Object reference (TYPE REF TO) IF_BICS_QV_HIERARCHY Hierarchy Selector Layer 20121123
6 Returning VALUE Value transfer Type reference (TYPE) IF_RSRT_RESULT=>TN_S_HIERARCHY_PROPERTIES_G 20121123

Method _GET_QV_IOBJ_HIERARCHY on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _GET_QV_IOBJ_PRESENTATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IOBJ_ID Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_ID ID 20121123
2 Importing IOBJ_NAME Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_NAME Name 20121123
3 Importing O_QV_CHARACTERISTIC Call by reference Object reference (TYPE REF TO) IF_BICS_QV_CHARACTERISTIC Characteristics QV Layer 20121123
4 Exporting T_PRESENTATIONS Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_T_PRESENTATION 20121123
5 Exporting VALUE Call by reference Type reference (TYPE) I 20121123

Method _GET_QV_IOBJ_PRESENTATIONS on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _GET_QV_IOBJ_SELOPTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing O_QV_CHARACTERISTIC Call by reference Object reference (TYPE REF TO) IF_BICS_QV_CHARACTERISTIC Characteristics QV Layer 20121118
2 Importing O_SELECTION Call by reference Object reference (TYPE REF TO) IF_BICS_IOBJ_SELECTION Selektionskomponente für InfoObjekte 20121118
3 Importing O_SELECTOR Call by reference Object reference (TYPE REF TO) IF_BICS_SELECTOR Selector 20121118
4 Returning VALUE Value transfer Type reference (TYPE) IF_RSRT_SELECTOR=>TN_S_IOBJ_SELOPTS InfoObject Select Option List 20121118

Method _GET_QV_IOBJ_SELOPTS on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _GET_RESULT_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SHOW_RESULT Call by reference Type reference (TYPE) IF_RSRT_PARAMETERS=>TN_PARAMETER_VALUE Parameter Value 20121116
2 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_BICS_VISIBILITY Visibility of Objects 20121116

Method _GET_RESULT_VISIBILITY on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _MAP_PRESENTATION_TO_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PRESENTATION Call by reference Type reference (TYPE) IF_RSRT_QUERY_PROPERTIES=>TN_PRESENTATION 20121116
2 Exporting E_TEXT_TYPE Call by reference Type reference (TYPE) IF_RSRT_QUERY_PROPERTIES=>TN_TEXT_TYPE 20121116
3 Importing I_T_PRESENTATIONS Call by reference Type reference (TYPE) CL_BICS_PRESENTATION=>TN_T_PRESENTATION 20121116

Method _MAP_PRESENTATION_TO_STATUS on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _MAP_SORT_INFO_FROM_BICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing O_QV_SORTING Call by reference Object reference (TYPE REF TO) IF_BICS_QV_SORTING Sorting of Result Set According to Data Cells 20121126
2 Returning VALUE Value transfer Type reference (TYPE) IF_RSRT_RESULT=>TN_S_SORT_INFO 20121126

Method _MAP_SORT_INFO_FROM_BICS on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _PRESENTATIONS_2_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PRESENTATION_TYPE Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_PRESENTATION_TYPE 20121126
2 Exporting TEXT_TYPE Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_TEXT_TYPE 20121126
3 Importing T_PRESENTATIONS Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_T_PRESENTATION 20121126

Method _PRESENTATIONS_2_PROPERTIES on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.

Method _PROPERTIES_2_PRESENTATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PRESENTATION_TYPE Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_PRESENTATION_TYPE 20121126
2 Importing TEXT_TYPE Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_TEXT_TYPE 20121126
3 Returning T_PRESENTATIONS Value transfer Type reference (TYPE) IF_RSRT_SELECTOR=>TN_T_PRESENTATION 20121126

Method _PROPERTIES_2_PRESENTATIONS on class CL_RSRT_BICS_PROVIDER_QUERY has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740