RFVDKWGOF01 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 RFVDKWGOF01 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Form-Routinen für Detailansicht der Verträge
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING layout = 'X_65_255'.
SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING layout = 'X_58_170'.
SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING layout = 'X_65_132'.
SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING layout = 'X_44_120'.
SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING layout = 'X_65_80'.
FSBP_DBREAD_BUS020_EXT CALL FUNCTION 'FSBP_DBREAD_BUS020_EXT' EXPORTING i_partner = nummer IMPORTING e_but000 = lwa_but000 e_address = lwa_address EXCEPTIONS partner_not_found = 1 address_not_found = 2 OTHERS = 3.
FSBP_READ_BP1030 CALL FUNCTION 'FSBP_READ_BP1030' EXPORTING i_partner = nummer * I_COMP_RE = * I_READ_FROM_DB = ' ' * I_XMEMORY = ' ' * I_XWA = ' ' IMPORTING e_bp1030 = lwa_bp1030 * TABLES * T_BP1030 = EXCEPTIONS partner = 1 wrong_parameters = 2 data_for_data_not_act = 3 not_found = 4 OTHERS = 5.
BUP_BUT0IS_SELECT_WITH_PARTNER CALL FUNCTION 'BUP_BUT0IS_SELECT_WITH_PARTNER' EXPORTING iv_partner = nummer TABLES et_but0is = l_tab_but0is EXCEPTIONS not_found = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = lv_repid i_callback_user_command = l_user_comm_formname is_layout = l_str_layout it_fieldcat = lt_fc_cat it_excluding = l_extab it_events = l_tab_events TABLES t_outtab = gt_itab EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-cprog i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'HANDLE_USER_COMMAND' is_layout = st_layout it_fieldcat = l_tab_field_catalog it_sort = it_sort it_events = it_events TABLES t_outtab = gt_whr_bestand EXCEPTIONS program_error = 1 OTHERS = 2.
TH_REDISPATCH CALL FUNCTION 'TH_REDISPATCH'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVDKWGOF01 - Form-Routinen für Detailansicht der Verträge RFVDKWGO - Reference List GBA Para.14 Securities and Loans RFVDKWGO - Reference List GBA Para.14 Securities and Loans RFVDKWGFLAGTOP - documentation and ABAP source code RFVDKWGFLAG - Maintain GBA Reporting Indicator RFVDKWGFLAG - Maintain GBA Reporting Indicator