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

RSDRI_INFOPROV_READ_DEMO SAP ABAP Report - Demo for using module RSDRI_INFOPROV_READ







RSDRI_INFOPROV_READ_DEMO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The ABAP programm RSDRI_INFOPROV_READ_DEMO contains an example of how function modules RSDRI_INFOPROV_READ and RSDRI_INFOPROV_READ_RFC can be used...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_INFOPROV_READ_DEMO 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_INFOPROV_READ_DEMO. "Basic submit
SUBMIT RSDRI_INFOPROV_READ_DEMO AND RETURN. "Return to original report after report execution complete
SUBMIT RSDRI_INFOPROV_READ_DEMO VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Demo for using module RSDRI_INFOPROV_READ


INCLUDES used within this REPORT RSDRI_INFOPROV_READ_DEMO

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:

RSDRI_INFOPROV_READ CALL FUNCTION 'RSDRI_INFOPROV_READ' EXPORTING i_infoprov = '0SD_C01' i_th_sfc = g_th_sfc i_th_sfk = g_th_sfk i_t_range = g_t_range i_reference_date = sy-datum i_save_in_table = rs_c_false i_save_in_file = rs_c_false i_packagesize = 10 i_authority_check = rsdrc_c_authchk-read IMPORTING e_t_data = g_t_data e_end_of_data = g_end_of_data CHANGING c_first_call = g_first_call EXCEPTIONS illegal_input = 1 illegal_input_sfc = 2 illegal_input_sfk = 3 illegal_input_range = 4 illegal_input_tablesel = 5 no_authorization = 6 illegal_download = 8 illegal_tablename = 9 OTHERS = 11.

RSDRI_INFOPROV_READ_RFC CALL FUNCTION 'RSDRI_INFOPROV_READ_RFC' EXPORTING i_infoprov = '0SD_C01' i_reference_date = sy-datum i_save_in_table = rs_c_false i_save_in_file = rs_c_false i_authority_check = rsdrc_c_authchk-read TABLES i_t_sfc = g_t_sfc i_t_sfk = g_t_sfk i_t_range = g_t_range_rfc e_t_rfcdata = g_t_rfcdata e_t_field = g_t_field EXCEPTIONS illegal_input = 1 illegal_input_sfc = 2 illegal_input_sfk = 3 illegal_input_range = 4 illegal_input_tablesel = 5 no_authorization = 6 generation_error = 8 illegal_download = 9 illegal_tablename = 10 data_overflow = 12 OTHERS = 13.

RSDRI_DATA_UNWRAP CALL FUNCTION 'RSDRI_DATA_UNWRAP' EXPORTING i_t_rfcdata = g_t_rfcdata CHANGING c_t_data = g_t_data.



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