RFTBUP03 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 RFTBUP03 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
UCP3 - Match: Selection without 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_BPEX = External Partner Number
Selection Text: PAR_MARK = Select Automatically
Selection Text: PAR_NAME = Matchcode Name
Selection Text: PAR_SEX = Gender must be the same
Selection Text: PAR_SOR1 = Sort Field 1
Selection Text: PAR_SOR2 = Sort Field 2
Selection Text: PAR_TITL = Form of address must be same
Title: Reconcil. Report: Existing and Migrtd BPs; Select BPs to be Reconciled
Text Symbol: 001 = Select Automatically
Text Symbol: 002 = Match Criterum
Text Symbol: 003 = Other Attributes
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 = space * I_CHECK = i_run = 'X' * I_PROTOKOLL_NAME = i_protokoll_show = 'X' * I_PROTOKOLL_DETAIL = i_projekt = '0001' i_tabname = 'RFTBUP03' * I_CON_PACK = '00100' IMPORTING e_flag_no = flag_no EXCEPTIONS ztpkt = 1 OTHERS = 2 .
FTBU_CONVERT_MAIN_LOCAL_SAVE CALL FUNCTION 'FTBU_CONVERT_MAIN_LOCAL_SAVE'.
FTBU_CONVERT_MAIN_LOCAL_SAVE * CALL FUNCTION 'FTBU_CONVERT_MAIN_LOCAL_SAVE'.
FTBU_CONVERT_MAIN_LOCAL_SAVE * CALL FUNCTION 'FTBU_CONVERT_MAIN_LOCAL_SAVE'.
FTBU_CONVERT_MAIN_LOCAL_SAVE * CALL FUNCTION 'FTBU_CONVERT_MAIN_LOCAL_SAVE'.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = gs_addr1_sel * ADDRESS_GROUP = * READ_SADR_ONLY = ' ' * READ_TEXTS = ' ' IMPORTING address_value = gs_addr1_val * ADDRESS_ADDITIONAL_INFO = * RETURNCODE = * ADDRESS_TEXT = * SADR = * TABLES * ADDRESS_GROUPS = * ERROR_TABLE = * VERSIONS = EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.
ADDR_PERSONAL_GET CALL FUNCTION 'ADDR_PERSONAL_GET' EXPORTING address_personal_selection = gs_addr2_sel * READ_TEXTS = ' ' IMPORTING address_personal_value = gs_addr2_val * ADDRESS_PERSONAL_INFO = * RETURNCODE = * ADDRESS_PERSONAL_TEXT = * TABLES * PERSON_GROUPS = * ERROR_TABLE = * VERSIONS = EXCEPTIONS parameter_error = 1 address_not_exist = 2 person_not_exist = 3 version_not_exist = 4 internal_error = 5 OTHERS = 6.
FTBU_CONVERT_SET_COUNTER CALL FUNCTION 'FTBU_CONVERT_SET_COUNTER' EXPORTING * I_COUNTER_READ = 1 * I_COUNTER_OK = 1 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.
RFTBUP03 - Reconcil. Report: Existing and Migrtd BPs; Select BPs to be Reconciled RFTBUP03 - Reconcil. Report: Existing and Migrtd BPs; Select BPs to be Reconciled RFTBUP02_3 - Conversion report: Customer field (FI) in relationships (CBP) RFTBUP02_3 - Conversion report: Customer field (FI) in relationships (CBP) RFTBUP02 - Conversion Report: Treasury BP Relationships to SAP BP RFTBUP02 - Conversion Report: Treasury BP Relationships to SAP BP