RFTBCO20_INITIALIZATION 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 RFTBCO20_INITIALIZATION 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_SELECT_ALL' info = text-t01 add_stdinf = space IMPORTING RESULT = dt_slca EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DESELECT_ALL' info = text-t02 add_stdinf = space IMPORTING RESULT = dt_dsla EXCEPTIONS OTHERS = 0.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant EXCEPTIONS not_found = 2.
FTR_CORR_F4_SANLF CALL FUNCTION 'FTR_CORR_F4_SANLF' CHANGING c_sanlf = sop_sanl-low.
FTR_CORR_F4_SANLF CALL FUNCTION 'FTR_CORR_F4_SANLF' CHANGING c_sanlf = sop_sanl-high.
FTR_CORR_F4_SGSART CALL FUNCTION 'FTR_CORR_F4_SGSART' CHANGING c_sgsart = sop_sgsa-low.
FTR_CORR_F4_SGSART CALL FUNCTION 'FTR_CORR_F4_SGSART' CHANGING c_sgsart = sop_sgsa-high.
FTR_CORR_F4_SFHAART CALL FUNCTION 'FTR_CORR_F4_SFHAART' CHANGING c_sfhaart = sop_sfha-low.
FTR_CORR_F4_SFHAART CALL FUNCTION 'FTR_CORR_F4_SFHAART' CHANGING c_sfhaart = sop_sfha-high.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.