RFVUBDAS 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 RFVUBDAS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FNXU - List of Imported Loans
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_RANL = Loan number
Selection Text: S_RANALT = Oringal borrower
Selection Text: S_DATUM = Transfer date
Selection Text: S_BUKRS = Company code
Title: TR-EDI: Evaluation of Imported Loans
Text Symbol: 025 = Original loan R/3 loan Time
Text Symbol: 021 = &&&&&&& loans correspond to the selection criteria
Text Symbol: 020 = List of imported loans
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FVD_DB_VDARL_GET_MULT CALL FUNCTION 'FVD_DB_VDARL_GET_MULT' EXPORTING i_tab_vdarl_key = l_tab_vdarl_key IMPORTING e_tab_vdarl = l_tab_vdarl EXCEPTIONS no_contract_found = 1 not_all_contract_found = 2 OTHERS = 3.
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 it_events = alv_events i_save = 'A' is_variant = alv_variant TABLES t_outtab = i_vddast 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.