F9040F01 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 F9040F01 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 F9040F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WLF_NEW_PRICING_PARALLEL call function 'WLF_NEW_PRICING_PARALLEL' exporting it_komlfk_sr = gt_komlfk_sr i_group_name = s_group i_package_size = s_psize i_enqueue = 'X' i_new_pricing = s_wbart * I_PROZESS = * I_SUBPROZESS = i_wp_percentage = s_wpperc i_depro = s_depro it_komlfk_sl = gt_komlfk_sl it_komlfk_iv = gt_komlfk_inv it_komlfk_rl = gt_komlfk_rl changing ct_error_messages = lt_error_messages exceptions pbt_error = 1 fatal_error = 2 system_failure = 3 others = 4.
WLF_PRINT_ERROR_MESSAGES_LIST call function 'WLF_PRINT_ERROR_MESSAGES_LIST' tables t_error_messages = lt_error_messages exceptions program_error = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.