PPECON_LCL_PVCON_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 PPECON_LCL_PVCON_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: Implementation LCL_PVCON
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PPEDBCON_POSV_GET call function 'PPEDBCON_POSV_GET' exporting im_msg_opt = im_msg_opt im_posvid_tab = l_posvid_tab[] importing ex_pvcon_tab = l_pvcon_tab[] exceptions others = 1.
PPEDBCON_POSV_GET_BY_CMPID call function 'PPEDBCON_POSV_GET_BY_CMPID' exporting im_msg_opt = im_msg_opt im_cmpid_tab = im_cmpid_tab[] importing ex_pvcon_tab = lt_pvcon_db[] exceptions others = 1.
PPEDBCON_POSV_GET_BY_DOCID call function 'PPEDBCON_POSV_GET_BY_DOCID' exporting im_msg_opt = im_msg_opt im_docid_tab = im_docid_tab[] importing ex_pvcon_tab = lt_pvcon_db[] exceptions others = 1.
PPEDBCON_POSV_GET call function 'PPEDBCON_POSV_GET' exporting im_msg_opt = im_msg_opt im_posvid_tab = im_posvid_tab[] importing ex_pvcon_tab = l_pvcon_tab[] exceptions others = 1.
DIMENSION_GET_FOR_UNIT call function 'DIMENSION_GET_FOR_UNIT' exporting language = sy-langu unit = im_pvcon-romei importing dimension = ex_dim_romei exceptions others = 1.
DIMENSION_GET call function 'DIMENSION_GET' exporting amount_of_substance = l_dimension-molqu electric_current = l_dimension-ecurr length = l_dimension-leng luminous_intensity = l_dimension-light mass = l_dimension-mass temperature = l_dimension-temp time = l_dimension-timex importing dimid = ex_dim_rokme exceptions others = 1.
DIMENSION_CHECK call function 'DIMENSION_CHECK' exporting dimid = ex_dim_rokme msehi = l_unit-unit exceptions others = 1.
CONVERSION_EXIT_CUNIT_INPUT call function 'CONVERSION_EXIT_CUNIT_INPUT' exporting input = ch_pvcon-qunit language = sy-langu importing output = ch_pvcon-rokme exceptions others = 0.
CONVERSION_EXIT_CUNIT_INPUT call function 'CONVERSION_EXIT_CUNIT_INPUT' exporting input = ch_pvcon-rokme importing output = ch_pvcon-rokme exceptions others = 0.
SI_UNIT_GET call function 'SI_UNIT_GET' exporting unit = l_unit-unit importing si_unit = l_si_unit-unit exceptions others = 0.
UNIT_CONVERSION_SIMPLE call function 'UNIT_CONVERSION_SIMPLE' exporting input = l_value unit_in = l_unit-unit unit_out = l_si_unit-unit importing denominator = l_si_denominator numerator = l_si_numerator exceptions others = 0.
DIMENSION_GET call function 'DIMENSION_GET' exporting amount_of_substance = l_no_dimension-molqu electric_current = l_no_dimension-ecurr length = l_no_dimension-leng luminous_intensity = l_no_dimension-light mass = l_no_dimension-mass temperature = l_no_dimension-temp time = l_no_dimension-timex importing dimid = l_dim_no exceptions others = 1.
PPECON_VSI_FORMULA_VALUES_SET call function 'PPECON_VSI_FORMULA_VALUES_SET' exporting im_roms1 = l_si_roms1 im_roms2 = l_si_roms2 im_roms3 = l_si_roms3.
EVAL_FORMULA call function 'EVAL_FORMULA' exporting formula = im_formula-formula program = 'SAPLPPELICON_RDE' routine = 'VSI_FORMULA_VALUES' importing value = lf_romen exceptions others = 1.
ROUND call function 'ROUND' exporting decimals = l_t006-andec input = l_romen_calc sign = '+' importing output = l_romen_calc exceptions others = 0.
UNIT_CONVERSION_SIMPLE call function 'UNIT_CONVERSION_SIMPLE' exporting input = im_roms unit_in = im_unit unit_out = im_si_unit importing output = ex_roms exceptions others = 1.
SI_UNIT_GET call function 'SI_UNIT_GET' exporting dimension = im_dim unit = im_unit importing si_unit = ex_unit exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.