SAP Reports / Programs | Cross-Application Components | Financial Services | Business Partner Enhancements for Financial Services(CA-FS-BP) SAP CA

RFVUBGP1 SAP ABAP Report - TR-EDT: Evaluation of Imported Business Partners







RFVUBGP1 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 RFVUBGP1 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

FNXG - List of Bus. Partners Transferred


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 RFVUBGP1. "Basic submit
SUBMIT RFVUBGP1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVUBGP1 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: S_DATUM = Transfer date
Selection Text: S_EXTPAR = External partner ID
Selection Text: S_PARTNR = Partner
Title: TR-EDT: Evaluation of Imported Business Partners
Text Symbol: 020 = List of imported loans
Text Symbol: 021 = &&&&&&& partners corrrespond to the selection criteria
Text Symbol: 025 = Original partner R/3 partner Date/time


INCLUDES used within this REPORT RFVUBGP1

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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = ALV_REPID * i_callback_user_command = alv_user_command_form IT_FIELDCAT = T_FIELDCAT IS_LAYOUT = ALV_LAYOUT IT_EVENTS = ALV_EVENTS I_SAVE = 'A' IS_VARIANT = ALV_VARIANT TABLES T_OUTTAB = I_UBBP000 EXCEPTIONS OTHERS = 4.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = T_EVENT.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = TTOP.



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 RFVUBGP1 or its description.