RFTBUD03 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 RFTBUD03 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
UCD3 - Delete matched partner
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_TEST = Test Run
Title: SAP BP Conver.Tool: Deletion Report for Reconciled (Duplicated) SAP BP
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FTBU_CONVERT_MAIN_LOCAL CALL FUNCTION 'FTBU_CONVERT_MAIN_LOCAL' EXPORTING i_test = par_test * I_CHECK = i_run = 'X' * I_PROTOKOLL_NAME = i_protokoll_show = 'X' * I_PROTOKOLL_DETAIL = i_projekt = '0001' i_tabname = 'RFTBUD03' * I_CON_PACK = '00100' IMPORTING e_flag_no = flag_no EXCEPTIONS ztpkt = 1 OTHERS = 2 .
FTBU_CONVERT_SET_COUNTER CALL FUNCTION 'FTBU_CONVERT_SET_COUNTER' EXPORTING * I_COUNTER_READ = counter_read * I_COUNTER_OK = counter_ok i_flag_read = 'X'.
FTBU_CONVERT_MAIN_LOCAL_SAVE CALL FUNCTION 'FTBU_CONVERT_MAIN_LOCAL_SAVE' .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFTBUD03 - SAP BP Conver.Tool: Deletion Report for Reconciled (Duplicated) SAP BP RFTBUD03 - SAP BP Conver.Tool: Deletion Report for Reconciled (Duplicated) SAP BP RFTBUD01_2 - Deletion report: Delete CBP completely RFTBUD01_2 - Deletion report: Delete CBP completely RFTBUD01 - Deletion Report: CBPs from Conversion and Converted TRBP Fields RFTBUD01 - Deletion Report: CBPs from Conversion and Converted TRBP Fields