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

RPCIT5M0_SUMMER_PERIOD SAP ABAP Report - Batch Input for Leave Entitlement Infotype (0005): Summer Period







RPCIT5M0_SUMMER_PERIOD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report generates the number of extra vacation days that the employee gets depending on how many vacation days the employee has taken within the summer period...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_SUMMER_PERIOD 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_SUMMER - Create Leave Entlmnts acc.to SummVac


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_SUMMER_PERIOD. "Basic submit
SUBMIT RPCIT5M0_SUMMER_PERIOD AND RETURN. "Return to original report after report execution complete
SUBMIT RPCIT5M0_SUMMER_PERIOD 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: URART_SO = Leave types to take into cons.
Selection Text: TRFST_SO = D Pay scale level
Selection Text: TRFGR_SO = D Pay scale group
Selection Text: TRFGB_SO = D Pay Scale Area
Selection Text: TRFAR_SO = D Pay scale type
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 Infotype (0005): Summer Period
Text Symbol: X21 = Deduction validity
Text Symbol: X14 = PS level
Text Symbol: X13 = Pay scale group
Text Symbol: X12 = Pay Scale Area
Text Symbol: X11 = Pay scale type
Text Symbol: X07 = Consider days worked per week
Text Symbol: X06 = Summer period definition
Text Symbol: X04 = Leave type
Text Symbol: X03 = -
Text Symbol: X02 = Valid
Text Symbol: X01 = Leave year infotype 5 subtype
Text Symbol: 094 = Selection criteria for additional leave days
Text Symbol: 091 = Entitlement and deduction
Text Symbol: 081 = PS structure selection
Text Symbol: 004 = valid
Text Symbol: 003 = Infotype 5 Subtype:


INCLUDES used within this REPORT RPCIT5M0_SUMMER_PERIOD

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'.

HR_DK_GET_LEAVE_ENTITLEMENT CALL FUNCTION 'HR_DK_GET_LEAVE_ENTITLEMENT' EXPORTING empl = &pernr begda = su_begda endda = su_endda TABLES urlaubs_anspruch = valid_it5.



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_SUMMER_PERIOD or its description.