SAP Reports / Programs

RSSFQUERIES SAP ABAP Report - Program RSSFQUERY







RSSFQUERIES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RSSFQUERIES 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 RSSFQUERIES. "Basic submit
SUBMIT RSSFQUERIES AND RETURN. "Return to original report after report execution complete
SUBMIT RSSFQUERIES VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program RSSFQUERY


INCLUDES used within this REPORT RSSFQUERIES

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:

RRX_VARIABLES_FLUSH CALL FUNCTION 'RRX_VARIABLES_FLUSH' EXPORTING i_handle = handle i_selscrn = rsr_c_selscrn-no_screen i_variant = variant TABLES c_t_var = l_t_var EXCEPTIONS OTHERS = 5.

SMOX2_BW_QUERY_FAILURE CALL FUNCTION 'SMOX2_BW_QUERY_FAILURE' DESTINATION SFARFC EXPORTING I_SUBRC = SY-SUBRC I_REQUID = REQUID .

RRX_GRID_CMD_PROCESS CALL FUNCTION 'RRX_GRID_CMD_PROCESS' EXPORTING i_handle = handle i_cmdid = 'STRT' IMPORTING e_max_x = e_max_x e_max_y = e_max_y e_n_warnings = e_n_warnings TABLES * e_t_dim = c_t_dim * e_t_mem = c_t_mem * e_t_cel = d_t_cel * e_t_atr = c_t_atr c_t_prptys = i_t_prptys e_t_grid = l_t_grid e_t_ranges = e_t_ranges * e_t_hry_disp = e_t_hry_disp * e_t_hry_types = c_t_hry_types EXCEPTIONS OTHERS = 9.

SMOX2_BW_QUERY_FAILURE CALL FUNCTION 'SMOX2_BW_QUERY_FAILURE' DESTINATION SFARFC EXPORTING I_SUBRC = SY-SUBRC I_REQUID = REQUID .

RRX_TEXT_SYMBOLS_GET

RRC_GET_TXT_SYMBOLS *CALL FUNCTION 'RRX_TEXT_SYMBOLS_GET' *CALL FUNCTION 'RRC_GET_TXT_SYMBOLS' * EXPORTING * i_handle = handle ** TABLES * IMPORTING * e_t_txt_symbols = e_t_txt_symbols * EXCEPTIONS * x_message = 1 * OTHERS = 2 * .

SMOX2_BW_QUERY_FAILURE CALL FUNCTION 'SMOX2_BW_QUERY_FAILURE' DESTINATION SFARFC EXPORTING I_SUBRC = SY-SUBRC I_REQUID = REQUID .

SMO2_BW_QUERY_DATA CALL FUNCTION 'SMO2_BW_QUERY_DATA' IN BACKGROUND TASK DESTINATION sfarfc EXPORTING i_max_x = e_max_x i_max_y = e_max_y i_n_warnings = e_n_warnings i_requid = requid * I_SUBRC = TABLES i_t_grid = e_t_grid i_t_ranges = e_t_ranges * i_t_prptys = i_t_prptys * i_t_dim = c_t_dim * i_t_mem = c_t_mem * i_t_atr = c_t_atr * i_t_cel = d_t_cel i_t_hry_disp = e_t_hry_disp i_t_hry_types = c_t_hry_types i_t_txt_sym = e_t_txt_symbols EXCEPTIONS OTHERS = 1 .

SMOX2_BW_QUERY_FAILURE CALL FUNCTION 'SMOX2_BW_QUERY_FAILURE' DESTINATION SFARFC EXPORTING I_SUBRC = SY-SUBRC I_REQUID = REQUID .



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 RSSFQUERIES or its description.