SAP ABAP Data Element SVFUNCNAME (Name of a Function Module)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDD (Package) BW: Data basis data manager
Basic Data
Data Element SVFUNCNAME
Short Description Name of a Function Module  
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 Function Module 
Long 20 Function Module 
Heading 55 Function Module Name 
Documentation

Definition

Name of the function module used as a source for the virtual InfoCube. Different variants have been designated for the interface of this function module. These are dependent on the options selected for the virtual InfoCube.

If RFC Packaging is Activated:

then variant 1

If MDID Support is Deactivated:

then variant 2

Otherwise variant 3

Variant 1:
IMPORTING
infocube TYPE rsinfoprov
EXPORTING
return TYPE bapiret2
TABLES
selection TYPE bapi6200sl
characteristics TYPE bapi6200fd
keyfigures TYPE bapi6200fd
data TYPE bapi6100da
EXCEPTIONS
communication_failure
system_failure

Variant 2:
IMPORTING
i_infoprov TYPE rsinfoprov
i_th_sfc TYPE rsdri_th_isfc
i_th_sfk TYPE rsdri_th_isfk
i_t_range TYPE rsdri_t_range
i_tx_rangetab TYPE rsdri_tx_rangetab
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

Additional importing parameters for variant 2 to transfer hierarchy restrictions if these are not removed:

When restricting hierarchies, you must create an entry with the field 'COMPOP' = 'HI' (for hierarchy) in the corresponding area of the I_T_RANGE table (for FEMS 0) or I_TX_RANGETAB (for FEMS > 0). In the field 'LOW', there is a number with which the system can read the corresponding hierarchy restriction from the table I_TSX_HIER using field 'POSIT'. The table i_tsx_hier has the following type:
i_tsx_hier TYPE rsdri_tsx_hier

Variant 3:
IMPORTING
i_infoprov TYPE rsinfoprov
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

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