RESDF_F01 is a standard ABAP INCLUDE 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 RESDF_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ICON_CREATE call function 'ICON_CREATE' exporting name = 'icon_green_light' info = text-560 importing result = l_green_light.
ICON_CREATE call function 'ICON_CREATE' exporting name = 'icon_red_light' info = text-570 importing result = l_red_light.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_structure_name = 'FMRESDF_ALV' i_callback_program = l_repid i_callback_top_of_page = 'TOP_OF_PAGE' i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' tables t_outtab = l_t_outtab.
ENQUEUE_EKBLK call function 'ENQUEUE_EKBLK' exporting belnr = u_belnr exceptions foreign_lock = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.