SAP Reports / Programs | Logistics - General | Logistics Basic Data(LO-MD) SAP LO

FRE_CALCULATE_PLIFZF03 SAP ABAP INCLUDE - Include FRE_CALCULATE_PLIFZF03







FRE_CALCULATE_PLIFZF03 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_CALCULATE_PLIFZF03 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_CALCULATE_PLIFZF03. "Basic submit
SUBMIT FRE_CALCULATE_PLIFZF03 AND RETURN. "Return to original report after report execution complete
SUBMIT FRE_CALCULATE_PLIFZF03 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_CALCULATE_PLIFZF03


INCLUDES used within this REPORT FRE_CALCULATE_PLIFZF03

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:

CHANGE_POINTERS_READ CALL FUNCTION 'CHANGE_POINTERS_READ' EXPORTING creation_date_high = p_chgd_t creation_date_low = p_chgd_f creation_time_high = p_chgt_t creation_time_low = p_chgt_f message_type = gc_mestype TABLES change_pointers = lt_bdcp EXCEPTIONS error_in_date_interval = 1 error_in_time_interval = 2 OTHERS = 3.

FRE_PLIFZ_CP_SPLIT CALL FUNCTION 'FRE_PLIFZ_CP_SPLIT' EXPORTING it_bdcp = lt_bdcp ip_relif = p_relif it_t001w_dc = pt_t001w_dc IMPORTING et_cpid_eina = pt_cpid_eina et_cpid_eine = pt_cpid_eine et_cpid_lfa1 = pt_cpid_lfa1 et_cpid_marc = pt_cpid_marc et_cpid_wrf3 = pt_cpid_wrf3 et_cpid_route = pt_cpid_route et_cpid_tchain = pt_cpid_tchain et_cpid_not_relevant = lt_cpid_not_rel et_cpid_marc_gi_pr_time = pt_cpid_marc_gi_pr_time EXCEPTIONS nothing_to_do = 1.

FRE_MD_PLIFZ_DELTA CALL FUNCTION 'FRE_MD_PLIFZ_DELTA' EXPORTING ip_relif = pi_relif ip_no_tchain = pi_no_tchain ip_level = pi_level ip_split = pi_split TABLES xt_eina_eine_relif = px_t_eina_eine_relif it_cpid_eina = pi_t_cpid_eina it_cpid_eine = pi_t_cpid_eine it_cpid_lfa1 = pi_t_cpid_lfa1 it_cpid_marc = pi_t_cpid_marc it_cpid_wrf3 = pi_t_cpid_wrf3 it_cpid_route = pi_t_cpid_route it_cpid_tchain = pi_t_cpid_tchain it_cpid_marc_gi_pr_time = pi_t_cpid_marc_gi_pr_time it_wrf3_max = pi_t_wrf3_max "#EC ENHOK it_wrf3_all = pi_t_wrf3_all "#EC ENHOK it_t001w_dc = pi_t_t001w_dc "#EC ENHOK it_t001w_all = pi_t_t001w_all "#EC ENHOK EXCEPTIONS no_data = 1 internal_error = 2 OTHERS = 3.

FRE_MD_PLIFZ_DELTA CALL FUNCTION 'FRE_MD_PLIFZ_DELTA' STARTING NEW TASK gs_dialog-taskname DESTINATION IN GROUP p_svrgr PERFORMING return_info_delta ON END OF TASK EXPORTING ip_relif = pi_relif ip_no_tchain = pi_no_tchain ip_paral = pi_paral ip_level = pi_level ip_split = pi_split TABLES xt_eina_eine_relif = px_t_eina_eine_relif it_cpid_paral = lt_cpid_data it_wrf3_max = pi_t_wrf3_max "#EC ENHOK it_wrf3_all = pi_t_wrf3_all "#EC ENHOK it_t001w_dc = pi_t_t001w_dc "#EC ENHOK it_t001w_all = pi_t_t001w_all "#EC ENHOK EXCEPTIONS resource_failure = 1 system_failure = 2 communication_failure = 3 OTHERS = 4.

FRE_MD_PLIFZ_DELTA CALL FUNCTION 'FRE_MD_PLIFZ_DELTA' EXPORTING ip_relif = pi_relif ip_no_tchain = pi_no_tchain ip_paral = pi_paral ip_level = pi_level ip_split = pi_split TABLES xt_eina_eine_relif = px_t_eina_eine_relif it_cpid_paral = lt_cpid_data it_wrf3_max = pi_t_wrf3_max "#EC ENHOK it_wrf3_all = pi_t_wrf3_all "#EC ENHOK it_t001w_dc = pi_t_t001w_dc "#EC ENHOK it_t001w_all = pi_t_t001w_all "#EC ENHOK EXCEPTIONS internal_error = 1 message_error = 2 OTHERS = 3.

FRE_MD_PLIFZ_INIT CALL FUNCTION 'FRE_MD_PLIFZ_INIT' EXPORTING ip_relif = pi_relif ip_no_tchain = pi_no_tchain ip_paral = pi_paral ip_level = pi_level TABLES xt_eina_eine_relif = px_t_eina_eine_relif it_eine = pi_t_eine "#EC ENHOK it_wrf3_max = pi_t_wrf3_max "#EC ENHOK it_wrf3_all = pi_t_wrf3_all "#EC ENHOK it_t001w_dc = pi_t_t001w_dc "#EC ENHOK it_t001w_all = pi_t_t001w_all "#EC ENHOK EXCEPTIONS internal_error = 1 message_error = 2 OTHERS = 3.

FRE_MD_PLIFZ_INIT CALL FUNCTION 'FRE_MD_PLIFZ_INIT' STARTING NEW TASK gs_dialog-taskname DESTINATION IN GROUP p_svrgr PERFORMING return_info_init ON END OF TASK EXPORTING ip_relif = pi_relif ip_no_tchain = pi_no_tchain ip_paral = pi_paral ip_level = pi_level TABLES xt_eina_eine_relif = px_t_eina_eine_relif it_eine = lt_eine "#EC ENHOK it_wrf3_max = pi_t_wrf3_max "#EC ENHOK it_wrf3_all = pi_t_wrf3_all "#EC ENHOK it_t001w_dc = pi_t_t001w_dc "#EC ENHOK it_t001w_all = pi_t_t001w_all "#EC ENHOK EXCEPTIONS resource_failure = 1 system_failure = 2 communication_failure = 3 OTHERS = 4.

FRE_MD_PLIFZ_INIT CALL FUNCTION 'FRE_MD_PLIFZ_INIT' EXPORTING ip_relif = pi_relif ip_no_tchain = pi_no_tchain ip_paral = pi_paral ip_level = pi_level TABLES xt_eina_eine_relif = px_t_eina_eine_relif it_eine = lt_eine "#EC ENHOK it_wrf3_max = pi_t_wrf3_max "#EC ENHOK it_wrf3_all = pi_t_wrf3_all "#EC ENHOK it_t001w_dc = pi_t_t001w_dc "#EC ENHOK it_t001w_all = pi_t_t001w_all "#EC ENHOK EXCEPTIONS internal_error = 1 message_error = 2 OTHERS = 3.

FRE_MD_PLIFZ_INIT CALL FUNCTION 'FRE_MD_PLIFZ_INIT' EXPORTING ip_relif = pi_relif ip_no_tchain = pi_no_tchain ip_paral = pi_paral ip_level = pi_level TABLES xt_eina_eine_relif = px_t_eina_eine_relif it_marc = pi_t_marc "#EC ENHOK it_wrf3_max = pi_t_wrf3_max "#EC ENHOK it_wrf3_all = pi_t_wrf3_all "#EC ENHOK it_t001w_dc = pi_t_t001w_dc "#EC ENHOK it_t001w_all = pi_t_t001w_all "#EC ENHOK EXCEPTIONS internal_error = 1 message_error = 2 OTHERS = 3.

FRE_MD_PLIFZ_INIT CALL FUNCTION 'FRE_MD_PLIFZ_INIT' STARTING NEW TASK gs_dialog-taskname DESTINATION IN GROUP p_svrgr PERFORMING return_info_init ON END OF TASK EXPORTING ip_relif = pi_relif ip_no_tchain = pi_no_tchain ip_paral = pi_paral ip_level = pi_level TABLES xt_eina_eine_relif = px_t_eina_eine_relif it_marc = lt_marc "#EC ENHOK it_wrf3_max = pi_t_wrf3_max "#EC ENHOK it_wrf3_all = pi_t_wrf3_all "#EC ENHOK it_t001w_dc = pi_t_t001w_dc "#EC ENHOK it_t001w_all = pi_t_t001w_all "#EC ENHOK EXCEPTIONS resource_failure = 1 system_failure = 2 communication_failure = 3 OTHERS = 4.

FRE_MD_PLIFZ_INIT CALL FUNCTION 'FRE_MD_PLIFZ_INIT' EXPORTING ip_relif = pi_relif ip_no_tchain = pi_no_tchain ip_paral = pi_paral ip_level = pi_level TABLES xt_eina_eine_relif = px_t_eina_eine_relif it_marc = lt_marc "#EC ENHOK it_wrf3_max = pi_t_wrf3_max "#EC ENHOK it_wrf3_all = pi_t_wrf3_all "#EC ENHOK it_t001w_dc = pi_t_t001w_dc "#EC ENHOK it_t001w_all = pi_t_t001w_all "#EC ENHOK EXCEPTIONS internal_error = 1 message_error = 2 OTHERS = 3.



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_CALCULATE_PLIFZF03 or its description.