PCSUBRU0_CHECK_YEAR 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 PCSUBRU0_CHECK_YEAR 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: Include PCSUBRU0_CHECK_YEAR
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FIMA_DAYS_AND_MONTHS_AND_YEARS * CALL FUNCTION 'FIMA_DAYS_AND_MONTHS_AND_YEARS' * EXPORTING * I_DATE_FROM = hire_date * I_DATE_TO = aper-begda * I_FLG_SEPARATE = ' ' * IMPORTING * E_DAYS = STG_D * E_MONTHS = months * E_YEARS = STG_Y * 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.
PCSUBRU0_CHECK_YEAR - Include PCSUBRU0_CHECK_YEAR PCSUBRU0_CHECK_BOL - Include PCSUBRU0_CHECK_BOL PCSUBRU0_CE - Include PCSUBRU0_CE PCSUBRU0_CALC_AVERA_PERSON_CE - Include PCSUBRU0_CALC_AVERA_PERSON_CE PCSUBRU0_AVERA_ADJUST_BASES - Include PCSUBRU0_AVERA_ADJUST_BASES PCSUBRU0_ADJUST_V0 - Include PCSUBRU0_ADJUST_V0