SAP Reports / Programs | Cross-Application Components(CA) SAP CA

FRE_CHECK_LOC_PROD_FORMS_GEN SAP ABAP INCLUDE - Include FRE_CHECK_LOC_PROD_FORMS_GEN







FRE_CHECK_LOC_PROD_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_LOC_PROD_FORMS_GEN into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FRE_CHECK_LOC_PROD_FORMS_GEN. "Basic submit
SUBMIT FRE_CHECK_LOC_PROD_FORMS_GEN AND RETURN. "Return to original report after report execution complete
SUBMIT FRE_CHECK_LOC_PROD_FORMS_GEN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include FRE_CHECK_LOC_PROD_FORMS_GEN


INCLUDES used within this REPORT FRE_CHECK_LOC_PROD_FORMS_GEN

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

FRE_MD_CHK_COMPARE_DATA CALL FUNCTION 'FRE_MD_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 * Note 1492618 B.

FRE_MD_CHK_COMPARE_DATA CALL FUNCTION 'FRE_MD_CHK_COMPARE_DATA' EXPORTING it_field_list = gt_field_list * Note 1492618 B.

/FRE/MD_CHK_READ_DATA CALL FUNCTION '/FRE/MD_CHK_READ_DATA' STARTING NEW TASK lf_taskname DESTINATION p_snddst PERFORMING return_task_read_fre ON END OF TASK EXPORTING i_lp = c_chlp i_sales_prices = c_chsal i_listing = c_chlis i_refmod = c_chrefm i_marm = c_chmarm it_matloc = lt_matloc EXCEPTIONS resource_failure = 1 system_failure = 2 MESSAGE lf_message communication_failure = 3 MESSAGE lf_message OTHERS = 4.

/FRE/MD_CHK_READ_DATA CALL FUNCTION '/FRE/MD_CHK_READ_DATA' DESTINATION p_snddst EXPORTING i_lp = c_chlp i_sales_prices = c_chsal i_listing = c_chlis i_refmod = c_chrefm i_marm = c_chmarm it_matloc = lt_matloc IMPORTING et_matloc = -data_fre-lp et_matloctd = -data_fre-lptd et_refmodh = -data_fre-refmodh et_refmodi = -data_fre-refmodi et_marm = -data_fre-marm EXCEPTIONS OTHERS = 1.

FRE_MD_CHK_READ_DATA CALL FUNCTION 'FRE_MD_CHK_READ_DATA' STARTING NEW TASK lf_taskname DESTINATION IN GROUP p_svrgr PERFORMING return_task_read_erp ON END OF TASK EXPORTING if_lp = c_chlp if_sales_prices = c_chsal if_listing = c_chlis if_refmod = c_chrefm if_marm = c_chmarm it_badis = gt_badis_fre it_art_sites = lt_matloc if_lp_fre = c_matloc ip_vz_price_direct = p_vz_dir EXCEPTIONS resource_failure = 1 system_failure = 2 MESSAGE lf_message communication_failure = 3 MESSAGE lf_message OTHERS = 4.

FRE_MD_CHK_READ_DATA CALL FUNCTION 'FRE_MD_CHK_READ_DATA' EXPORTING if_lp = c_chlp if_sales_prices = c_chsal if_listing = c_chlis if_refmod = c_chrefm if_marm = c_chmarm it_badis = gt_badis_fre it_art_sites = lt_matloc if_lp_fre = c_matloc ip_vz_price_direct = p_vz_dir IMPORTING et_locprod = -data_erp-lp et_locprodtd = -data_erp-lptd et_refmodh = -data_erp-refmodh et_refmodi = -data_erp-refmodi et_marm = -data_erp-marm EXCEPTIONS OTHERS = 1.

FRE_MD_CHK_ANALYZE_CP CALL FUNCTION 'FRE_MD_CHK_ANALYZE_CP' STARTING NEW TASK lf_taskname DESTINATION IN GROUP p_svrgr PERFORMING return_task_analyse_cp ON END OF TASK EXPORTING if_cpperi = p_cpperi if_listing = c_chlis if_marm = c_chmarm if_refmod = c_chrefm EXCEPTIONS resource_failure = 1 system_failure = 2 MESSAGE lf_message communication_failure = 3 MESSAGE lf_message OTHERS = 4.

FRE_MD_CHK_ANALYZE_CP CALL FUNCTION 'FRE_MD_CHK_ANALYZE_CP' EXPORTING if_cpperi = p_cpperi if_listing = c_chlis if_marm = c_chmarm if_refmod = c_chrefm IMPORTING et_cp_key = lt_cp_key et_cp_key_listing = lt_cp_key_listing et_cp_key_marm = lt_cp_key_marm et_cp_key_refmod = lt_cp_key_refmod CHANGING cf_creation_date_low = gf_creation_date_low cf_creation_time_low = gf_creation_time_low EXCEPTIONS OTHERS = 1.

FRE_MD_CHK_ANALYZE_CP CALL FUNCTION 'FRE_MD_CHK_ANALYZE_CP' EXPORTING if_cpperi = p_cpperi if_listing = c_chlis if_marm = c_chmarm if_refmod = c_chrefm IMPORTING et_cp_key = lt_cp_key et_cp_key_listing = lt_cp_key_listing et_cp_key_marm = lt_cp_key_marm et_cp_key_refmod = lt_cp_key_refmod CHANGING cf_creation_date_low = gf_creation_date_low cf_creation_time_low = gf_creation_time_low EXCEPTIONS OTHERS = 1.

/FRE/MD_CHK_ANALYSE_BIF CALL FUNCTION '/FRE/MD_CHK_ANALYSE_BIF' STARTING NEW TASK lf_taskname DESTINATION p_snddst PERFORMING return_task_analyse_bif ON END OF TASK EXPORTING i_listing = c_chlis i_marm = c_chmarm i_refmod = c_chrefm irt_locno = lt_sel_werks irt_matnr = lt_sel_matnr EXCEPTIONS resource_failure = 1 system_failure = 2 MESSAGE lf_message communication_failure = 3 MESSAGE lf_message OTHERS = 4.

/FRE/MD_CHK_ANALYSE_BIF CALL FUNCTION '/FRE/MD_CHK_ANALYSE_BIF' DESTINATION p_snddst EXPORTING i_listing = c_chlis i_marm = c_chmarm i_refmod = c_chrefm irt_locno = lt_sel_werks irt_matnr = lt_sel_matnr IMPORTING et_bif_key = lt_bif_key et_bif_key_listing = lt_bif_listing et_bif_key_marm = lt_bif_marm et_bif_key_refmod = lt_bif_refmod EXCEPTIONS OTHERS = 1.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FRE_CHECK_LOC_PROD_FORMS_GEN or its description.