F9025F01 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 F9025F01 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 F9025F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WLF_RRLE_UPDATE_RRLCOND call function 'WLF_RRLE_UPDATE_RRLCOND' exporting i_rrlcg = p_rrlcg i_rrlpa = p_rrlpa i_update_kzwi = p_kzwi i_pricom = p_pricom i_enqueue = l_enqueue tables t_error_messages = lt_error_messages it_komlfk = t_komlfk it_cond_typs_all_ran = t_cond_typs_all it_cond_typs_change = t_cond_typs_change exceptions error_message = 1.
WLF_RANGES_RRLE_FROM_ALL call function 'WLF_RANGES_RRLE_FROM_ALL' exporting i_select_rrlcond = l_trrlcg-select_rrlcond tables t_rfbsk_ran = l_rfbsk t_wdtyp = lt_wdtyp t_wbeln_rl_ran = l_wbeln_rl.
WLF_GET_RRLREC_FOR_SEL_OP call function 'WLF_GET_RRLREC_FOR_SEL_OP' exporting i_rrlpa = p_rrlpa i_rrlcg = p_rrlcg tables t_wrart = p_wrart t_lfart = p_lfart t_ekorg = p_ekorg t_ekgrp = p_ekgrp t_bukrs = p_bukrs t_wfdat = l_wfdat t_wfdat_rl = p_rldat t_wbeln = p_wbeln t_rfbsk = l_rfbsk t_wdtyp = lt_wdtyp t_wbtyp = l_wbtyp t_vkorg = p_vkorg t_vtweg = p_vtweg t_spart = p_spart t_wbeln_rl = l_wbeln_rl t_rrlrec_out = lt_rrlrec_out t_xblnr = p_xblnr t_kidno = p_kidno t_zuonr = p_zuonr t_rrlrec = p_rrlrec exceptions no_record_found = 1 others = 2.
WLF_RRLE_REGU_DATA_FOR_SEL_OP call function 'WLF_RRLE_REGU_DATA_FOR_SEL_OP' exporting i_rrlpa = p_rrlpa i_rrlcg = p_rrlcg tables t_komlfk = lt_komlfk t_rrlrec = lt_rrlrec t_wrart = p_wrart t_lfart = p_lfart t_ekorg = p_ekorg t_ekgrp = p_ekgrp t_bukrs = p_bukrs t_wfdat = l_wfdat t_wfdat_rl = p_rldat t_wbeln = p_wbeln t_lftyp = l_lftyp t_wbtyp = l_wbtyp t_rfbsk = l_rfbsk t_vkorg = p_vkorg t_vtweg = p_vtweg t_spart = p_spart t_wbeln_rl = l_wbeln_rl t_xblnr = p_xblnr t_kidno = p_kidno t_zuonr = p_zuonr t_wdtyp = lt_wdtyp exceptions no_record_found = 1 others = 2.
WLF_RRLE_TRRLCG_READ call function 'WLF_RRLE_TRRLCG_READ' exporting i_rrlcg = p_rrlcg importing e_trrlcg = l_trrlcg exceptions no_input_data = 1 data_not_found = 2 others = 3.
WLF_RRLE_TRRLCGF_READ call function 'WLF_RRLE_TRRLCGF_READ' exporting i_rrlcg = p_rrlcg tables t_cond_typs = lt_cond_typs_all.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.