SAP Reports / Programs | Financials | Financial Supply Chain Management | Business Partner(FIN-FSCM-TRM-BF-BP) SAP FIN

RFTBUP03 SAP ABAP Report - Reconcil. Report: Existing and Migrtd BPs; Select BPs to be Reconciled







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

UCP3 - Match: Selection without partner


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFTBUP03. "Basic submit
SUBMIT RFTBUP03 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBUP03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RFTBUP03

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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' .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFTBUP03 or its description.