FRE_CHECK_LOC_PROD_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_LOC_PROD_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_LOC_PROD_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FRE_CONVERT_DATE_TO_TIMESTMP CALL FUNCTION 'FRE_CONVERT_DATE_TO_TIMESTMP' EXPORTING ip_start_date = sy-datum ip_end_date = sy-datum ip_werks = lf_werks * IP_TIME_ZONE = IP_ZERO_TIME = 'X' IMPORTING * ep_start_date = lp_start_date ep_end_date = lp_start_date EXCEPTIONS conversion_error = 1 OTHERS = 2.
FRE_CONVERT_DATE_TO_TIMESTMP CALL FUNCTION 'FRE_CONVERT_DATE_TO_TIMESTMP' EXPORTING ip_start_date = sy-datum ip_end_date = sy-datum ip_werks = lf_werks IP_ZERO_TIME = 'X' IMPORTING ep_end_date = lp_start_date EXCEPTIONS conversion_error = 1 OTHERS = 2.
THUSRINFO CALL FUNCTION 'THUSRINFO' TABLES usr_tabl = lt_uinfos.
TH_SHOW_USR_DETAILS CALL FUNCTION 'TH_SHOW_USR_DETAILS' 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. "#EC *
FI_PROGRESS_INDICATOR CALL FUNCTION 'FI_PROGRESS_INDICATOR' EXPORTING percentage = lpuf_percent text = lpuf_text.
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.
AIC0_OWN_LOGSYSTEM_GET CALL FUNCTION 'AIC0_OWN_LOGSYSTEM_GET' IMPORTING e_own_logsystem = lf_logsys EXCEPTIONS OTHERS = 0.
/FRE/MD_CHK_READ_LOCPROD CALL FUNCTION '/FRE/MD_CHK_READ_LOCPROD' DESTINATION p_snddst EXPORTING if_parallel = c_parall it_matnr = lt_sel_matnr it_locno = lt_sel_werks if_logsys = lf_logsys CHANGING ct_matloc = lt_fre_matlockey.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' 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. "#EC *
RS_SUPPORT_SELECTIONS CALL FUNCTION 'RS_SUPPORT_SELECTIONS' EXPORTING report = sy-cprog variant = 'DEFAULT' EXCEPTIONS OTHERS = 0.
/FRE/MD_CHK_READ_CTRL CALL FUNCTION '/FRE/MD_CHK_READ_CTRL' DESTINATION p_snddst IMPORTING et_maint_fields = gt_maint_fields_fre et_badis = gt_badis_fre es_def_cust = gs_default_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_LOC_PROD_FORMS - Include FRE_CHECK_LOC_PROD_FORMS FRE_CHECK_LOC_PROD_FORM - Include FRE_CHECK_LOC_PROD_FORM FRE_CHECK_LOC_PROD - Determine Master Data Inconsistencies between SAP ERP and SAP F&R FRE_CHECK_LOC_PROD - Determine Master Data Inconsistencies between SAP ERP and SAP F&R FRE_CHECK_LAYOUT_MOD_TOP - Include FRE_CHECK_LAYOUT_MOD_TOP FRE_CHECK_LAYOUT_MOD_SEL_SCR - Include FRE_CHECK_LAYOUT_MOD_SEL_SCR