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
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.
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:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDRI_DF_ANALYZE_QUERY - Analyzes a BEx query (mapping UID - key figures) RSDRI_DF_ANALYZE_QUERY - Analyzes a BEx query (mapping UID - key figures) RSDRI_DBA_MPRO_CORR_STATTABLS - Report RSDRI_DBA_MPRO_CORR_STATTABLS RSDRI_DBA_MPRO_CORR_STATTABLS - Report RSDRI_DBA_MPRO_CORR_STATTABLS RSDRI_DBA_MPRO_CORR_STATTABF01 - Include RSDRI_DBA_MPRO_CORR_STATTABF01 RSDRI_DBA_IPROV_WRITE_SERVICE - Program RSDRI_INFOPROV_READ_SERVICE