PPPLFC1 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 PPPLFC1 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING input = lt_bdbatch-erfmg kzmeinh = yx matnr = lt_bdbatch-matnr meinh = lt_bdbatch-erfme meins = lt_bdbatch-meins IMPORTING output = l_menge EXCEPTIONS conversion_not_found = 1 input_invalid = 2 material_not_found = 3 meinh_not_found = 4 meins_missing = 5 no_meinh = 6 output_invalid = 7 overflow = 8 OTHERS = 9.
BF_SET_LOC_ENQ_TAB CALL FUNCTION 'BF_SET_LOC_ENQ_TAB' EXPORTING vbeln = pt_gm_tab-kdauf posnr = pt_gm_tab-kdpos pspnr = pt_gm_tab-ps_psp_pnr TABLES l_bdbatch = lt_bdbatch.
CO_WB_MAINTAIN_GOODS_MOVEMENTS CALL FUNCTION 'CO_WB_MAINTAIN_GOODS_MOVEMENTS' TABLES t_comp_tab = pt_gm_tab CHANGING c_control = lv_control EXCEPTIONS nothing_to_do = 1 OTHERS = 2.
CO_WB_DATA_RESET CALL FUNCTION 'CO_WB_DATA_RESET'.
BF_RESET_LOC_ENQ_TAB CALL FUNCTION 'BF_RESET_LOC_ENQ_TAB'.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING diagnosetext1 = text-012 textline1 = text-011 titel = text-013 cancel_display = space IMPORTING answer = lv_answer. "#EC *
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPPLFC1 - documentation and ABAP source code PPPLDB1 - documentation and ABAP source code PPPI_WRITE_VERSION_TOP - PPPIWRITEVERSIONTOP PPPI_WRITE_VERSION_PDF_TOP - PPPIWRITEVERSIONPDFTOP PPPI_WRITE_VERSION_PDF_F01 - PPPIWRITEVERSIONPDFF01 PPPI_WRITE_VERSION_PDF - Batch Record: Print Program, Version Data