The Function Module RSDRC_BUILD_SQL_QUERY (Translates a query into the format for the SQL generator) is a standard Function Module in SAP ERP and is part of the function group RSDRC within the package RSDD.
Function Module | RSDRC_BUILD_SQL_QUERY |
Short Text | Translates a query into the format for the SQL generator |
Function Group | RSDRC |
Package | RSDD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BASICCUBE | TYPE | RSD_INFOCUBE | Name des Infocubes | |
I_CALLER | TYPE | RSDRS_CALLER | RSDRS_C_CALLER-MISC | Aufrufender Prozess |
I_DEBUG | TYPE | RS_BOOL | RS_C_FALSE | laufe im 'Debug-Modus' |
I_FACTALIAS | TYPE | RSDRS_ALIAS | Alias der Faktentabelle | |
I_FACTTAB | TYPE | RSD_TABLNM | Name der zu verwendenden Faktentabelle | |
I_FACTTP | TYPE | RSDRS_TABTP | Type der Faktentabelle | |
I_FROM_LAYER | TYPE | I | 1 | Star-Schema: Inner-Layer |
I_INFOCUBE | TYPE | RSD_INFOCUBE | Name des Infocubes | |
I_PARTCHANM | TYPE | RSCHANM | Partitionierungsmerkmal | |
I_SAMPLE | TYPE | I | 100 | Arbeite mit Stichprobe von I_SAMPLE % |
I_SRDATE | TYPE | RSDRC_SRDATE | SY-DATUM | Stichtag für zeitabhängige Stammdaten |
I_TH_COB_PRO | TYPE | RSDRS_TH_COB_PRO | COB PRO Information zu Cube | |
I_TO_LAYER | TYPE | I | 9999 | Star-Schema: Outer-Layer |
I_T_RPLCHA | TYPE | RSDRC_T_RPLCHA | zu replizierende Merkmale (bei MC) | |
I_T_SELC | TYPE | RSDRC_T_SELC | Standard-Selektionsbedingungen für Merkmale | |
I_T_SELK | TYPE | RSDRC_T_SELK | Selektionsbedingungen für Kennzahlen (HAVING) | |
I_T_SELT | TYPE | RSDRC_T_SELT | Tabellen-Selektionsbedingungen für Merkmale | |
I_T_SFC | TYPE | RSDRC_T_SFC | Liste der Merkmale in SELECT | |
I_T_SFK | TYPE | RSDRC_T_SFK | Liste der Kennzahlen in SELECT | |
I_USE_DB_AGGREGATION | TYPE | RS_BOOL | RS_C_TRUE | Aggregation bereits auf der DB ja/nein |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_SX_QUERY | TYPE | RSDRS_SX_QUERY | SQL-Query Definition (für Generator-Interface) |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.