RSDR0_S_QPARAM SAP (Parameter Vector for Query Processing) Structure details

Dictionary Type: Structure
Description: Parameter Vector for Query Processing




ABAP Code to SELECT data from RSDR0_S_QPARAM
Related tables to RSDR0_S_QPARAM
Access table RSDR0_S_QPARAM




Structure field list including key, data, relationships and ABAP select examples

RSDR0_S_QPARAM is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Parameter Vector for Query Processing" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RSDR0_S_QPARAM TYPE RSDR0_S_QPARAM.

The RSDR0_S_QPARAM table consists of various fields, each holding specific information or linking keys about Parameter Vector for Query Processing data available in SAP. These include USE_DB_AGGR (Boolean), USE_AGGR_CUBES (Boolean), ALLOW_TREX (Boolean), USE_FACTVIEW (Boolean).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSDR0_S_QPARAM structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
USE_DB_AGGRBoolean RS_BOOLCHAR1RS_BOOL
USE_AGGR_CUBESBoolean RS_BOOLCHAR1RS_BOOL
ALLOW_TREXBoolean RS_BOOLCHAR1RS_BOOL
USE_FACTVIEWBoolean RS_BOOLCHAR1RS_BOOL
USE_ODS_TABTPTable type of ODS table RSDODSTABTNUMC1RSDODSTABT
PACKAGESIZE 0
MAXROWS 0
ALL_IN_ONE_PKGBoolean RS_BOOLCHAR1RS_BOOL
NCUM_REPNMABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
NCUM_QUERYBoolean RS_BOOLCHAR1RS_BOOL
NO_NCUM_SPLITBoolean RS_BOOLCHAR1RS_BOOL
NO_NCUM_HANDLINGBoolean RS_BOOLCHAR1RS_BOOL
IGNORE_VALTABValidity Table Does not Need to be Considered RRNOINTERSECTCHAR1RS_BOOL
AUTHORITY_CHECKDM: Type of Authorization Check RSDRI_AUTHCHKCHAR1RSDRI_AUTHCHK_DOM
CURR_CONVERSIONCurrency conversion RSDR0_CURR_CONVCHAR1RSDR0_CURR_CONVD
SAMPLE 0
RETURNTPDB Read Return Type (internal table, file, DB table) RSDR0_RETURNTPCHAR10CHAR10
RETURNTP_ORGDB Read Return Type (internal table, file, DB table) RSDR0_RETURNTPCHAR10CHAR10
RETURNOBJBW Data Manager: File name RSDRI_FILENAMECHAR60FILENAME
AVOID_DUPLICATESBoolean RS_BOOLCHAR1RS_BOOL
EXEC_MODEData Manager Execution Mode RSDR0_EXECCHAR1RSDR0_EXEC_MODE
SHOW_REPORTBoolean RS_BOOLCHAR1RS_BOOL
USE_AGGRCUBEInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
SHOW_PLANBoolean RS_BOOLCHAR1RS_BOOL
EXPLAIN_DMBoolean RS_BOOLCHAR1RS_BOOL
QUERY_SCENARIOBoolean RS_BOOLCHAR1RS_BOOL
CALLERCalling BW read process RSDR0_CALLERCHAR1CHAR1
SET_EMPTY_RESULTBoolean RS_BOOLCHAR1RS_BOOL
NO_MOLAPBoolean RS_BOOLCHAR1RS_BOOL
DEBUGBoolean RS_BOOLCHAR1RS_BOOL
SPLIT_OCCURREDResult may not be completely aggregated RSDR0_SPLIT_OCCURREDCHAR1RS_BOOL
READ_IDRead Access ID RSD_READ_IDINT410INT4
ENH_DB_OPTBoolean RS_BOOLCHAR1RS_BOOL
COMMIT_ALLOWEDBoolean RS_BOOLCHAR1RS_BOOL
NEWBIAHIERUse New BWA Hierarchy Implementation RRNEWBIAHIERCHAR1RS_BOOL
USE_TMXUse TMX as Interface Language for BWA RSDR0_USE_TMXCHAR1RS_BOOL
MPRO_IN_TREXMultiProvider in TREX RR_MPRO_IN_TREXCHAR1RS_BOOL
R_QUERY_HANDLER 0
R_EQSID_CACHE 0
R_STATDM 0
R_STATDM_ACCESS 0
R_CHARET_MAPPER 0

Key field Non-key field



How do I retrieve data from SAP structure RSDR0_S_QPARAM using ABAP code?

As RSDR0_S_QPARAM is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RSDR0_S_QPARAM as there is no data to select.

How to access SAP table RSDR0_S_QPARAM

Within an ECC or HANA version of SAP you can also view further information about RSDR0_S_QPARAM and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!