SAP Reports / Programs | Personnel Management | Personnel Administration | Denmark(PA-PA-DK) SAP PA

RPCIT5M0_AS_LAST_YEAR SAP ABAP Report - Batch Input for Leave Entitlement IT (0005): TransferValsFromPrevYear







RPCIT5M0_AS_LAST_YEAR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to copy last year's leave entitlement (vacation)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPCIT5M0_AS_LAST_YEAR into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M09_IT5_PRV_YR - Create LveEntitlements as Last Year


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPCIT5M0_AS_LAST_YEAR. "Basic submit
SUBMIT RPCIT5M0_AS_LAST_YEAR AND RETURN. "Return to original report after report execution complete
SUBMIT RPCIT5M0_AS_LAST_YEAR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: STARTTIM = D Execution time
Selection Text: STARTDAT = D Performance date
Selection Text: ONLYBTI = D Only create BI session
Selection Text: ONLINE = D Process btch input sess.online
Selection Text: KEEP = D Keep batch input session
Selection Text: JOBNAME = D Job Name
Selection Text: HOLDDATE = D Do not process session until
Selection Text: G_JAHR = D Leave year
Selection Text: GROUP = D Batch input session
Selection Text: AUTOMATC = D Create job
Title: Batch Input for Leave Entitlement IT (0005): TransferValsFromPrevYear
Text Symbol: X21 = Deduction validity
Text Symbol: X13 = who are & years old on
Text Symbol: X11 = Only relevant for persons
Text Symbol: X05 = Number of days
Text Symbol: X04 = Leave type
Text Symbol: X03 = -
Text Symbol: X02 = valid
Text Symbol: X01 = Leave year infotype 5 subtype
Text Symbol: 094 = Additional leave days
Text Symbol: 091 = Generate entitlement to
Text Symbol: 081 = Transfer entitlement from
Text Symbol: 004 = valid
Text Symbol: 003 = Infotype 5 Subtype:


INCLUDES used within this REPORT RPCIT5M0_AS_LAST_YEAR

INCLUDE RPMSEL00.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

HR_REFRESH_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPCIT5M0_AS_LAST_YEAR or its description.