SAP Reports / Programs | SAP Business Information Warehouse | Business Explorer | OLAP Technology(BW-BEX-OT) SAP BW

RSDRI_DF_ANALYZE_QUERY SAP ABAP Report - Analyzes a BEx query (mapping UID - key figures)







RSDRI_DF_ANALYZE_QUERY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Enter the technical name of a query (using input help if required)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSDRI_DF_ANALYZE_QUERY into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RSDRI_DF_ANALYZE_QUERY. "Basic submit
SUBMIT RSDRI_DF_ANALYZE_QUERY AND RETURN. "Return to original report after report execution complete
SUBMIT RSDRI_DF_ANALYZE_QUERY VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: QUERY = D .
Title: Analyzes a BEx query (mapping UID - key figures)
Text Symbol: 001 = Key Figures of Query
Text Symbol: 002 = Description
Text Symbol: 003 = Technical Name of Key Figure
Text Symbol: 004 = Key Figure Type
Text Symbol: 005 = Query Element UID
Text Symbol: 006 = Formula
Text Symbol: 007 = InfoProvider Key Figure
Text Symbol: 008 = Restricted InfoProvider Key Figure
Text Symbol: 009 = Calculated Recurring Key Figure
Text Symbol: 010 = Restricted Recurring Key Figure
Text Symbol: 011 = Unknown
Text Symbol: 012 = Legend:
Text Symbol: 013 = Key figures that do not exist 1:1 in the InfoProvider
Text Symbol: 014 = Key Figures from the InfoProvider
Text Symbol: 015 = Only Used Indirectly in the Query
Text Symbol: 016 = (Restricted by:


INCLUDES used within this REPORT RSDRI_DF_ANALYZE_QUERY

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RSZ_X_COMPONENT_GET CALL FUNCTION 'RSZ_X_COMPONENT_GET' EXPORTING * I_GENUNIID = i_compid = query * I_COMPUID = * I_OBJVERS = 'A' * I_WITH_TEMPLATES = ' ' * I_BY_INFOCUBE = * I_TEMPLATE_TYPE = 'NIL' * I_VARIABLE_TYPES = * I_VARIABLE_INFOOBJECT = * I_LANGUAGE = SY-LANGU * I_USE_BUFFER = * I_QD_VERSION = ' ' * I_DESIGNTIME_CALL = RS_C_TRUE IMPORTING * E_COMPUID = e_subrc = g_subrc * E_BACKUP_EXISTS = TABLES c_t_eltdir = g_t_eltdir * C_T_ELTTXT_UI = * C_T_ELTPROP = * C_T_ELTPRIO = * C_T_ELTPRIO_2 = * C_T_ELTATTR = * C_T_ELTXREF = * C_T_COMPDIR = * C_T_COMPIC = * C_T_SELECT = c_t_range = g_t_range * C_T_CALC = * C_T_CELL = * C_T_VAR = * C_T_UID_SERVER = * C_T_ELTTXT = * E_T_HIER_INFO = .

RSD_IOBJ_GET CALL FUNCTION 'RSD_IOBJ_GET' EXPORTING i_iobjnm = l_iobjnm IMPORTING e_s_viobj = l_s_viobj EXCEPTIONS iobj_not_found = 1 illegal_input = 0 bct_comp_invalid = 0.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSDRI_DF_ANALYZE_QUERY or its description.