RFTBUC03 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 RFTBUC03 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: PAR_HEXA = Hexadecimal Occupation Key
Selection Text: PAR_TEST = Test Run
Title: Setup Additional Customizing Tables
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FTBU_0001_IMPORT_DATA CALL FUNCTION 'FTBU_0001_IMPORT_DATA' EXPORTING i_test = par_test * I_CHECK = * I_RUN = * I_PROTOKOLL_NAME = * I_PROTOKOLL_SHOW = * I_PROTOKOLL_DETAIL = i_projekt = '0001' * I_TABNAME = * I_CON_PACK = '00100' * EXCEPTIONS * ZTPKT = 1 * OTHERS = 2 .
FTBU_0001_IMPORT_DATA_II CALL FUNCTION 'FTBU_0001_IMPORT_DATA_II' EXPORTING i_hexa = par_hexa EXCEPTIONS ztpkt = 1 OTHERS = 2.
FTBU_CONVERT_MAIN CALL FUNCTION 'FTBU_CONVERT_MAIN' EXPORTING i_test = par_test * I_CHECK = i_run = gv_run * I_PROTOKOLL_NAME = i_protokoll_show = 'X' i_protokoll_detail = ' ' i_projekt = '0001' i_tabname = 'RFTBUC03' * I_CON_PACK = '00100' * EXCEPTIONS * ZTPKT = 1 * OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.