SAP ABAP Data Element RSCUBESVFUNCNAME (Name of Function Module/Class/SAP HANA Model)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW (Application Component) SAP Business Information Warehouse
     RS (Package) BW: General Business Information Warehouse
Basic Data
Data Element RSCUBESVFUNCNAME
Short Description Name of Function Module/Class/SAP HANA Model  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FUNCNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table TFDIR    
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Funct.Name 
Medium 15 FM/Class/HANA 
Long 20 FMod/Class/HANA Mod. 
Heading 55 Name of Function Module/Class/SAP HANA Model 
Documentation

Definition

Name of the function module used as the source for the VirtualProvider. Different variants are defined for the interface of this function module. These variants depend on the options selected for the VirtualProvider.

If RFC packaging is activated:

variant 1

If SID support is deactivated:

variant 2

Otherwise variant 3

Variant 1:
IMPORTING
infocube LIKE bapi6200-infocube
keydate LIKE bapi6200-keydate
return LIKE bapiret2
TABLES
selection STRUCTURE bapi6200sl
characteristics STRUCTURE bapi6200fd
key figures    STRUCTURE bapi6200fd
data STRUCTURE bapi6100da
EXCEPTIONS
communication_failure
system_failure

This variant is the most generic and basic. It is described in the function module documentation for function module BAPI_INFOCUBE_READ_REMOTE_DATA.

Variant 2:
IMPORTING
i_infoprov TYPE rsinfoprov
i_keydate TYPE rrsrdate
i_th_sfc TYPE rsdri_th_sfc
i_th_sfk TYPE rsdri_th_sfk
i_t_range TYPE rsdri_t_range
i_tx_rangetab TYPE rsdri_tx_rangetab
i_first_call TYPE rs_bool
i_packagesize TYPE i
i_maxrows TYPE i
i_use_aggregation TYPE rs_bool
i_show_statement TYPE rs_bool
EXPORTING
e_t_data TYPE standard table
e_end_of_data TYPE rs_bool
e_t_msg TYPE rs_t_msg

This variant is described in the function module documentation for RSDRI_VPROV_READ_TEMPLATE.

Alternatively, the name of a class that implements interface IF_RSDRV_VPROV_LOC_NOSID_QUERY can also be entered here. The name is used to differentiate between them. If the name begins with 'CL', this is interpreted as a class. (Class name such as ZCL*, YCL* or namespace prefixes are not supported). This interface can only be used in internal SAP applications.

Variant 3:

Caution: SAP advises against using this interface. This interface is intended for internal use only and is only mentioned here for information purposes. Note that the structures used in the interface may be changed by SAP.


i_infoprov TYPE rsinfoprov
i_keydate TYPE rrsrdate
i_th_sfc TYPE rsdd_th_sfc
i_th_sfk TYPE rsdd_th_sfk
i_tsx_seldr TYPE rsdd_tsx_seldr
i_first_call TYPE rs_bool
i_packagesize TYPE i
EXPORTING
e_t_data TYPE standard table
e_end_of_data TYPE rs_bool
e_t_msg TYPE rs_t_msg

2. VirtualProvider Based on an SAP HANA Model

Name of the SAP HANA model that you want to read transaction data from. The mapping of the various attributes is performed in the InfoProvider-specific settings for each InfoObject.

o    Syntax: "<package name>/<SAP HANA model name>"

History
Last changed by/on SAP  20130604 
SAP Release Created in 30A