F9050F01 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 F9050F01 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 F9050F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WLF_CWB_CLAIM_LIST call function 'WLF_CWB_CLAIM_LIST' exporting i_titlebar = 'LI0' i_mode = s_mode i_variant = s_disvar i_report = s_report tables t_komwbrc = gt_komwbrc exceptions program_error = 1 others = 2.
WLF_CWB_WBRCCF_READ_FOR_WBRC call function 'WLF_CWB_WBRCCF_READ_FOR_WBRC' exporting i_claimnumber =
-claimnumber tables t_komwbrccf = lt_komwbrccf exceptions others = 0.
WLF_CWB_CLAIM_LIST_DETAIL call function 'WLF_CWB_CLAIM_LIST_DETAIL' exporting i_titlebar = 'LI0' i_mode = s_mode i_variant = s_disvar i_report = s_report tables t_komwbrc = gt_komwbrc t_komwbrccf = lt_komwbrccf exceptions program_error = 1 others = 2.
WLF_REPID_LIST_OUTPUT_WDTYP call function 'WLF_REPID_LIST_OUTPUT_WDTYP' exporting i_wdtyp = cl_wzre_con=>wdtyp-sr importing e_repid = l_repid.
WLF_PRINT_REGU_LIST call function 'WLF_PRINT_REGU_LIST' exporting i_titlebar = 'LI0' i_mode = s_mode i_variant = s_disvar i_report = l_repid tables t_komlfk = gt_komlfk exceptions program_error = 1 others = 2.
WLF_CWB_CLAIM_AB_LIST call function 'WLF_CWB_CLAIM_AB_LIST' exporting i_titlebar = 'LI2' i_mode = s_mode i_variant = s_disvar i_report = s_report tables t_komwbrc = gt_komwbrc t_komlfk = gt_komlfk exceptions program_error = 1 others = 2.
WLF_CWB_WBRCCF_ARRAY_READ call function 'WLF_CWB_WBRCCF_ARRAY_READ' exporting i_refresh_buffer = 'X' tables t_komwbrccf = lt_komwbrccf t_wbrc_key = lt_wbrc_key exceptions others = 0.
WLF_WBRK_ARRAY_READ_2 call function 'WLF_WBRK_ARRAY_READ_2' tables t_komlfk = gt_komlfk t_wbrk_key = lt_wbrk_key exceptions others = 0.
WLF_ADJUST_SIGN_LIST_OUTPUT call function 'WLF_ADJUST_SIGN_LIST_OUTPUT' changing ct_komlfk = gt_komlfk.
WLF_CWB_CLAIM_LIST_COMBINED call function 'WLF_CWB_CLAIM_LIST_COMBINED' exporting i_titlebar = 'LI0' i_mode = s_mode i_variant = s_disvar it_komlfk = gt_komlfk it_komwbrccf = lt_komwbrccf i_report = s_report changing ct_komwbrc = gt_komwbrc exceptions program_error = 1 others = 2.
WLF_CWB_SET_VARIANT_HANDLE call function 'WLF_CWB_SET_VARIANT_HANDLE' exporting i_listtype = l_listtype importing e_handle = l_variant-handle.
WLF_REPID_LIST_OUTPUT_WDTYP call function 'WLF_REPID_LIST_OUTPUT_WDTYP' exporting i_wdtyp = cl_wzre_con=>wdtyp-sr importing e_repid = l_variant-report e_variant_handle = l_variant-handle.
REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = l_variant i_save = 'A' importing es_variant = l_variant exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.