FRE_CHECK_LAYOUT_MOD_FORMS 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 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_SUPPORT_SELECTIONS CALL FUNCTION 'RS_SUPPORT_SELECTIONS' EXPORTING report = sy-cprog variant = 'DEFAULT' EXCEPTIONS OTHERS = 0.
/FRE/ST_CHK_READ_CTRL CALL FUNCTION '/FRE/ST_CHK_READ_CTRL' DESTINATION p_snddst IMPORTING et_maint_fields = gt_maint_fields_fre es_client_cust = gs_client_cust EXCEPTIONS resource_failure = 1 system_failure = 2 MESSAGE lf_message communication_failure = 3 MESSAGE lf_message OTHERS.
AIC0_OWN_LOGSYSTEM_GET CALL FUNCTION 'AIC0_OWN_LOGSYSTEM_GET' IMPORTING e_own_logsystem = gv_logsys EXCEPTIONS OTHERS = 0.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' "#EC * EXPORTING mode = 'CURRENT' no_dialog = 'X' IMPORTING out_parameters = gs_pri_params EXCEPTIONS archive_info_not_found = 1 invalid_print_params = 2 invalid_archive_params = 3 OTHERS = 4.
FI_PROGRESS_INDICATOR CALL FUNCTION 'FI_PROGRESS_INDICATOR' EXPORTING percentage = lpuf_percent text = lpuf_text.
THUSRINFO CALL FUNCTION 'THUSRINFO' TABLES usr_tabl = lt_uinfos.
TH_SHOW_USR_DETAILS CALL FUNCTION 'TH_SHOW_USR_DETAILS' "#EC * EXPORTING term_id =
-tid TABLES tech_info = lt_techinfos EXCEPTIONS th_unknown_opcode = 1 th_mismatch_in_info_structure = 2 th_cant_read_tid = 3 th_tid_irregular_value = 4 th_slot_free = 5 th_techinfo_not_available = 6 th_mismatch_in_info_strucnew = 7 th_mismatch_in_opcode = 8 th_unknown = 9 OTHERS = 10.
SPBT_INITIALIZE CALL FUNCTION 'SPBT_INITIALIZE' EXPORTING group_name = lf_groupname IMPORTING max_pbt_wps = lf_max_pbt_wps free_pbt_wps = lf_free_pbt_wps EXCEPTIONS invalid_group_name = 1 internal_error = 2 pbt_env_already_initialized = 3 currently_no_resources_avail = 4 no_pbt_resources_found = 5 cant_init_different_pbt_groups = 6 OTHERS = 7.
FRE_ST_CHK_OUTPUT_INCONS CALL FUNCTION 'FRE_ST_CHK_OUTPUT_INCONS' EXPORTING if_print = sy-batch is_print_params = gs_pri_params it_summary = gt_summary_out.
/FRE/ST_CHK_READ_DATA CALL FUNCTION '/FRE/ST_CHK_READ_DATA' DESTINATION p_snddst EXPORTING iv_read_layout = gv_lm_check iv_read_stock_td = 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 EXCEPTIONS resource_failure = 1 system_failure = 2 MESSAGE lf_message communication_failure = 3 MESSAGE lf_message OTHERS = 4.
GET_R3_EXTENSION_SWITCH CALL FUNCTION 'GET_R3_EXTENSION_SWITCH' EXPORTING i_structure_package = 'EA-RETAIL' IMPORTING e_active = pcv_check_td_promo EXCEPTIONS not_existing = 1 object_not_existing = 2 no_extension_object = 3 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 - 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 FRE_CALCULATE_PLIFZF02 - Include FRE_CALCULATE_PLIFZF02