PPELIBAL_PRRES_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 PPELIBAL_PRRES_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: PPELIBAL: PRRES Implementation Local Class LCL_PRRES
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PVSCUST_PRTYPE_READ CALL FUNCTION 'PVSCUST_PRTYPE_READ' EXPORTING im_applrel_type = ppet9_applrel_type-bal im_prel_type = ppet_prel_type-p with_hide_pxtypes = ppet_true IMPORTING ex_prtype_name_tab = l_prtype_name_tab EXCEPTIONS OTHERS = 0.
PVSDBBAL_PRRES_READ_BY_PRGUID CALL FUNCTION 'PVSDBBAL_PRRES_READ_BY_PRGUID' EXPORTING im_prelid_tab = l_prelid_tab IMPORTING ex_prres_tab = l_db_prres_tab.
PVSDBBAL_PRRES_READ_BY_LINEBAL CALL FUNCTION 'PVSDBBAL_PRRES_READ_BY_LINEBAL' EXPORTING im_lbguid = im_lbguid IMPORTING ex_prres_tab = ex_prres_tab.
PVSDBBAL_PRRES_READ_BY_PRGUID CALL FUNCTION 'PVSDBBAL_PRRES_READ_BY_PRGUID' EXPORTING im_lbguid = im_lbguid im_prelid_tab = im_prelid_tab IMPORTING ex_prres_tab = ex_prres_tab.
CPPERES_PNRES_READ CALL FUNCTION 'CPPERES_PNRES_READ' EXPORTING im_pntype = ls_pnodid-pntype IMPORTING es_pntype = ls_pntype EXCEPTIONS unknown_pnode_type = 1 OTHERS = 2.
CPPERES_PNRES_READ CALL FUNCTION 'CPPERES_PNRES_READ' EXPORTING im_pntype = ls_pnodid-pntype IMPORTING es_pntype = ls_pntype EXCEPTIONS unknown_pnode_type = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPELIBAL_PRRES_IMPL - PPELIBAL: PRRES Implementation Local Class LCL_PRRES PPELIBAL_PRRES_DEF - PPELIBAL: PRRES Definition Local Class LCL_PRRES PPELIBAL_PRBAL_IMPL - PPELIBAL: PRBAL Implementation Local Class LCL_PRBAL PPELIBAL_PRBAL_DEF - PPELIBAL: PRBAL Definition Local Class LCL_PRBAL PPELIBAL_MODMIXP_IMPL - PPELIBAL: MODMIXP Implementation Local Class LCL_MODMIXP PPELIBAL_MODMIXP_DEF - PPELIBAL: MODMIXP Definition Local Class LCL_MODMIXP