SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

RFVD_CHK_INIT_PVA_F01 SAP ABAP INCLUDE - Include RFVD_CHK_INIT_PVA_F01







RFVD_CHK_INIT_PVA_F01 is a standard ABAP INCLUDE 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 RFVD_CHK_INIT_PVA_F01 into the relevant SAP transactions such as SE38 or SE80


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 RFVD_CHK_INIT_PVA_F01. "Basic submit
SUBMIT RFVD_CHK_INIT_PVA_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_CHK_INIT_PVA_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RFVD_CHK_INIT_PVA_F01


INCLUDES used within this REPORT RFVD_CHK_INIT_PVA_F01

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:

TPM_TRG_VAL_AREA_INITIALIZED CALL FUNCTION 'TPM_TRG_VAL_AREA_INITIALIZED' EXPORTING im_product_group = '002' im_company_code = u_bukrs * im_accounting_code = l_acc im_valuation_area = u_va IMPORTING ex_val_area_initialized = l_flag_initialized EXCEPTIONS wrong_import_parameter = 1 tr_acc_code_invalid = 2 tr_acc_code_not_found = 3 company_code_not_found = 4 OTHERS = 5.

LOAN_FLOWS_SUPPLY CALL FUNCTION 'LOAN_FLOWS_SUPPLY' EXPORTING i_bukrs = u_bukrs read_posted_records = 'X' i_ranl = u_ranl i_wrk_vdarl = u_wrk_vdarl no_storno = ' ' read_scheduled_records = ' ' * I_DVALUT_UNTIL = '99991231' TABLES o_vdbeki = c_tab_beki o_vdbepi = c_tab_bepi o_vzzbepp = c_tab_bepp EXCEPTIONS ranl_not_found = 1 i_dvalut_until_too_early = 2 OTHERS = 3.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = it_list_top_of_page.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'VDCHK_FLOWS_OI' CHANGING ct_fieldcat = tab_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'VZZBEPP' CHANGING ct_fieldcat = tab_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = tab_events.

FVD_TRLE_DISTRIBUTOR_IF CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' EXPORTING i_vdbeki = l_tab_beki i_vdbepi = l_tab_bepi i_protocol_handler = g_protocol_handler i_flg_simul = l_flg_simu i_flg_log = '1' i_flg_distribute = 'X' EXCEPTIONS error_func_create = 1 error_func_extract = 2 error_euro_conversion = 4 OTHERS = 5.

FVD_TRLE_DISTRIBUTOR_IF CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' EXPORTING i_vdbeki = l_tab_beki i_vdbepi = l_tab_bepi i_protocol_handler = g_protocol_handler i_flg_simul = l_flg_simu i_flg_log = '1' i_flg_distribute = 'X' EXCEPTIONS error_func_create = 1 error_func_extract = 2 error_euro_conversion = 4 OTHERS = 5.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_repid * I_GRID_TITLE = * I_GRID_SETTINGS = * IS_LAYOUT = it_fieldcat = it_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' * IS_VARIANT = it_events = it_events * IS_PRINT = TABLES t_outtab = u_tab_flows_oi EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_repid * I_GRID_TITLE = * I_GRID_SETTINGS = * IS_LAYOUT = it_fieldcat = it_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' * IS_VARIANT = it_events = it_events * IS_PRINT = TABLES t_outtab = u_tab_flows EXCEPTIONS program_error = 1 OTHERS = 2.



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