SAPMDEPS_PHINT_PAI 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 SAPMDEPS_PHINT_PAI 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!
HRPBSDEVA_VA_BEZUG_AUF_URTEIL CALL FUNCTION 'HRPBSDEVA_VA_BEZUG_AUF_URTEIL' EXPORTING it_p0785_prelp = gt_i0785_refpernr.
HRPBSDEVA_PREP_VA_P_FELDER CALL FUNCTION 'HRPBSDEVA_PREP_VA_P_FELDER' EXPORTING it_p0785_prelp = gt_i0785_refpernr i_bezug_auf_urteil = q0322-bezug_auf_urteil i_begda = p0322-begda CHANGING c_ehenummer = p0322-ehenummer c_datum_urteil_vom = p0322-datum_urteil_vom.
HR_CHECK_CURRENCY_DELIMITED CALL FUNCTION 'HR_CHECK_CURRENCY_DELIMITED' EXPORTING waers = p0322-zuschlag_witwe_w begda = p0322-begda endda = p0322-endda.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.