F111VFHL 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 F111VFHL 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: Include F111VFHL
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = con_program dynumb = l_dynnr TABLES dynpfields = f4hlp EXCEPTIONS OTHERS = 01.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING value_org = 'S' retfield = 'VNAME' pvalkey = l_f4_pvalkey window_title = l_f4_headline dynpprog = l_f4_repid dynpnr = l_f4_dynnr stepl = l_f4_line dynprofield = l_f4_field2 TABLES value_tab = lt_f4_tab_variants return_tab = lt_f4_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'SAPF111V' dynumb = '7001' TABLES dynpfields = l_t_dynpval.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'SAPF111V' dynumb = '0101' TABLES dynpfields = l_t_dynpval.
FI_PAYMENT_METHOD_F4 CALL FUNCTION 'FI_PAYMENT_METHOD_F4' EXPORTING ic_land1 = t001-land1 ic_zwels = f111v-zwels ic_display_only = flg_display IMPORTING ec_zwels = f4_zwels ec_cancel = lc_cancel.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.