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
Below is a list of transaction codes which are relevant to this SAP report
FNXG - List of Bus. Partners Transferred
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVUBGP1 - TR-EDT: Evaluation of Imported Business Partners RFVUBGP1 - TR-EDT: Evaluation of Imported Business Partners RFVUBDOC - TR_EDT: Display IMG Documentation RFVUBDOC - TR_EDT: Display IMG Documentation RFVUBDAS - TR-EDI: Evaluation of Imported Loans RFVUBDAS - TR-EDI: Evaluation of Imported Loans