FRE_CHECK_LAYOUT_MOD_FORMS_GEN 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 FRE_CHECK_LAYOUT_MOD_FORMS_GEN 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 FRE_CHECK_LAYOUT_MOD_FORMS_GEN
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FRE_ST_CHK_ANALYZE_CP CALL FUNCTION 'FRE_ST_CHK_ANALYZE_CP' STARTING NEW TASK lf_taskname DESTINATION IN GROUP p_svrgr PERFORMING return_task_analyse_cp ON END OF TASK EXPORTING if_layout = gv_lm_check if_matloc = gv_sto_check if_cpperi = p_cpperi it_art_site = lt_art_werks EXCEPTIONS resource_failure = 1 system_failure = 2 MESSAGE lf_message communication_failure = 3 MESSAGE lf_message OTHERS = 4.
FRE_ST_CHK_ANALYZE_CP CALL FUNCTION 'FRE_ST_CHK_ANALYZE_CP' EXPORTING if_layout = gv_lm_check if_matloc = gv_sto_check if_cpperi = p_cpperi it_art_site = lt_art_werks IMPORTING et_cp_key_layout = lt_cp_key_layout et_cp_key_matloc = lt_cp_key_matloc.
/FRE/ST_CHK_ANALYZE_BIF CALL FUNCTION '/FRE/ST_CHK_ANALYZE_BIF' STARTING NEW TASK lf_taskname DESTINATION p_snddst PERFORMING return_task_analyse_bif ON END OF TASK EXPORTING iv_layout = gv_lm_check iv_matloc = gv_sto_check iv_get_td_prom = gv_td_promo_check it_matloc = gt_matloc EXCEPTIONS resource_failure = 1 system_failure = 2 MESSAGE lf_message communication_failure = 3 MESSAGE lf_message OTHERS = 4.
/FRE/ST_CHK_ANALYZE_BIF CALL FUNCTION '/FRE/ST_CHK_ANALYZE_BIF' DESTINATION p_snddst EXPORTING iv_layout = gv_lm_check iv_matloc = gv_sto_check iv_get_td_prom = gv_td_promo_check it_matloc = gt_matloc IMPORTING et_bif_key_layout = lt_bif_key_layout et_bif_key_matloc = lt_bif_key_matloc.
FRE_ST_CHK_OUTPUT_INCONS CALL FUNCTION 'FRE_ST_CHK_OUTPUT_INCONS' STARTING NEW TASK ls_incons_task_new-taskname DESTINATION IN GROUP p_svrgr PERFORMING return_task_output ON END OF TASK EXPORTING if_print = gf_print is_pri_params = gs_pri_params it_incons_werks = lt_incons it_field_list = gt_field_list changing ct_spinf = lt_spinf EXCEPTIONS resource_failure = 1 system_failure = 2 MESSAGE lf_message communication_failure = 3 MESSAGE lf_message OTHERS = 4.
FRE_ST_CHK_OUTPUT_INCONS CALL FUNCTION 'FRE_ST_CHK_OUTPUT_INCONS' EXPORTING if_print = gf_print is_print_params = gs_pri_params it_incons_werks = lt_incons it_field_list = gt_field_list CHANGING ct_spinf = lt_spinf.
FRE_ST_CHK_OUTPUT_INCONS CALL FUNCTION 'FRE_ST_CHK_OUTPUT_INCONS' EXPORTING if_print = gf_print is_print_params = gs_pri_params it_field_list = gt_field_list it_incons_werks = lt_incons it_summary = gt_summary_out.
FRE_ST_CHK_OUTPUT_INCONS CALL FUNCTION 'FRE_ST_CHK_OUTPUT_INCONS' EXPORTING if_print = gf_print is_print_params = gs_pri_params it_field_list = gt_field_list it_incons_werks = lt_incons CHANGING ct_spinf = lt_spinf.
FRE_ST_CHK_OUTPUT_INCONS CALL FUNCTION 'FRE_ST_CHK_OUTPUT_INCONS' EXPORTING if_print = gf_print is_print_params = gs_pri_params it_field_list = gt_field_list it_summary = gt_summary_out.
FRE_ST_CHK_COMPARE_DATA CALL FUNCTION 'FRE_ST_CHK_COMPARE_DATA' STARTING NEW TASK lf_taskname DESTINATION IN GROUP p_svrgr PERFORMING return_task_compare ON END OF TASK EXPORTING it_field_list = gt_field_list it_layout_erp =
-layout_data_erp it_layout_fre = -layout_data_fre it_matloc_stock_erp = -stock_td_erp it_matloc_stock_fre = -stock_td_fre EXCEPTIONS resource_failure = 1 system_failure = 2 MESSAGE lf_message communication_failure = 3 MESSAGE lf_message OTHERS = 4.
FRE_ST_CHK_COMPARE_DATA CALL FUNCTION 'FRE_ST_CHK_COMPARE_DATA' EXPORTING it_field_list = gt_field_list it_layout_erp =
-layout_data_erp it_layout_fre = -layout_data_fre it_matloc_stock_erp = -stock_td_erp it_matloc_stock_fre = -stock_td_fre IMPORTING et_incons_layout = lt_incons_layout et_incons_stock_td = lt_incons_stock_td.
FRE_ST_CHK_READ_DATA CALL FUNCTION 'FRE_ST_CHK_READ_DATA' STARTING NEW TASK lf_taskname DESTINATION IN GROUP p_svrgr PERFORMING return_task_read_erp ON END OF TASK EXPORTING iv_exec_fre_badi = c_badifr is_fre_send_option = fre_send_option iv_read_layout = gv_lm_check iv_read_matloc_stock = gv_sto_check iv_read_td_prom = gv_td_promo_check iv_layout_prio = gs_client_cust-layout_prio iv_minstock_td = gv_minstock_td iv_maxstock_td = gv_maxstock_td iv_targetstock_td = gv_targetstock_td it_art_site = lt_art_werks EXCEPTIONS resource_failure = 1 system_failure = 2 MESSAGE lf_message communication_failure = 3 MESSAGE lf_message OTHERS = 4.
FRE_ST_CHK_READ_DATA CALL FUNCTION 'FRE_ST_CHK_READ_DATA' EXPORTING iv_exec_fre_badi = c_badifr is_fre_send_option = fre_send_option iv_read_layout = gv_lm_check iv_read_matloc_stock = gv_sto_check iv_read_td_prom = gv_td_promo_check iv_layout_prio = gs_client_cust-layout_prio iv_minstock_td = gv_minstock_td iv_maxstock_td = gv_maxstock_td iv_targetstock_td = gv_targetstock_td it_art_site = lt_art_werks IMPORTING et_layout =
-layout_data_erp et_matloc_stock = -stock_td_erp.
/FRE/ST_CHK_READ_DATA CALL FUNCTION '/FRE/ST_CHK_READ_DATA' STARTING NEW TASK lf_taskname DESTINATION p_snddst PERFORMING return_task_read_fre ON END OF TASK EXPORTING iv_read_layout = gv_lm_check iv_read_matloc_stock = gv_sto_check iv_read_td_prom = gv_td_promo_check iv_minstock_td = gv_minstock_td iv_maxstock_td = gv_maxstock_td iv_targetstock_td = gv_targetstock_td it_matloc = lt_matloc iv_logsys = gv_logsys " note 1364653 EXCEPTIONS resource_failure = 1 system_failure = 2 MESSAGE lf_message communication_failure = 3 MESSAGE lf_message OTHERS = 4.
/FRE/ST_CHK_READ_DATA CALL FUNCTION '/FRE/ST_CHK_READ_DATA' DESTINATION p_snddst EXPORTING iv_read_layout = gv_lm_check iv_read_matloc_stock = gv_sto_check iv_read_td_prom = gv_td_promo_check iv_minstock_td = gv_minstock_td iv_maxstock_td = gv_maxstock_td iv_targetstock_td = gv_targetstock_td it_matloc = lt_matloc iv_logsys = gv_logsys " note 1364653 IMPORTING et_layout =
-layout_data_fre et_matloc_stock = -stock_td_fre EXCEPTIONS resource_failure = 1 system_failure = 2 MESSAGE lf_message communication_failure = 3 MESSAGE lf_message OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FRE_CHECK_LAYOUT_MOD_FORMS_GEN - Include FRE_CHECK_LAYOUT_MOD_FORMS_GEN FRE_CHECK_LAYOUT_MOD_FORMS - Include FRE_CHECK_LAYOUT_MOD_FORMS FRE_CHECK_LAYOUT_MOD - Report FRE_CHECK_LAYOUT_MOD FRE_CHECK_LAYOUT_MOD - Report FRE_CHECK_LAYOUT_MOD FRE_CALCULATE_PLIFZTOP - Include FRE_CALCULATE_PLIFZTOP FRE_CALCULATE_PLIFZF03 - Include FRE_CALCULATE_PLIFZF03