PPEFLOXPL_LRES_IMPL 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 PPEFLOXPL_LRES_IMPL 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: PPEFLOXPL: LRES Methods for Line Resources Implementation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UNIT_OF_MEASURE_ISO_TO_SAP CALL FUNCTION 'UNIT_OF_MEASURE_ISO_TO_SAP' EXPORTING iso_code = 'SEC' IMPORTING sap_code = g_unit_second EXCEPTIONS OTHERS = 0.
UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = l_br_time_orig_f unit_in = l_planres-br_tunit unit_out = g_unit_second IMPORTING output = l_br_time_second EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPEFLOXPL_LRES_IMPL - PPEFLOXPL: LRES Methods for Line Resources Implementation PPEFLOXPL_LRES_DEF - PPEFLOXPL: LRES Methods for Line Resources Definition PPEFLOXPL_LBAL_IMPL - PPEFLOXPL: LBAL Explosion of Line Balances for Implementation of Lines PPEFLOXPL_LBAL_DEF - PPEFLOXPL: LBAL Explosion of Line Balances for Definition of Lines PPEFILT_ATTR_UI_GEN - Generation Report for Filtering by Attribute Value PPEFILT_ATTR_UI_GEN - Generation Report for Filtering by Attribute Value