PCRORIN0 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 PCRORIN0 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: Recovery of rounded off amount
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_IN_GET_SAL_PERIOD call function 'HR_IN_GET_SAL_PERIOD' EXPORTING indate = aper-endda pay_area = aper-abkrs cum_yr = roropt IMPORTING sal_year_begda = cumty_begda EXCEPTIONS period_mod_not_found = 1 act_year_period_not_found = 2 cal_year_period_not_found = 3 sal_year_begda_not_found = 4 sal_year_endda_not_found = 5 others = 6.
HR_IN_ROUND_AMT call function 'HR_IN_ROUND_AMT' EXPORTING amount = pcurbal rndoff = prndoff rndlmt = prndtyp IMPORTING retamt = ppayrnd.
CD_READ_LAST_RESULT_IN_RGDIR call function 'CD_READ_LAST_RESULT_IN_RGDIR' IMPORTING ptx_rgdir_nv = tmp_rgdir TABLES pt_rgdir = tmp_rgdir.
CD_READ_PREVIOUS_ORIGINAL call function 'CD_READ_PREVIOUS_ORIGINAL' EXPORTING in_record = tmp_rgdir IMPORTING out_record = tmp_rgdir TABLES rgdir = tmp_rgdir EXCEPTIONS no_record_found = 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.