SAP Reports / Programs | Financials | Financial Supply Chain Management | Treasury and Risk Management(FIN-FSCM-TRM) SAP FIN

RFVDKWGOF01 SAP ABAP INCLUDE - Form-Routinen für Detailansicht der Verträge







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


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


Text pool values


Title: Form-Routinen für Detailansicht der Verträge


INCLUDES used within this REPORT RFVDKWGOF01

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:

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'.



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