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

RPCIT5M7 SAP ABAP Report - Batch input for leave entitlement based on age







RPCIT5M7 is a standard Executable ABAP Report 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 RPCIT5M7 into the relevant SAP transactions such as SE38 or SE80


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 RPCIT5M7. "Basic submit
SUBMIT RPCIT5M7 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCIT5M7 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: AUTOMATC = D Create job
Selection Text: GROUP = D Batch input session
Selection Text: G_JAHR = D Leave year
Selection Text: HOLDDATE = D Do not process session until
Selection Text: JOBNAME = D Job Name
Selection Text: KEEP = D Keep batch input session
Selection Text: MAX_DAYS = Maximum leave days
Selection Text: ONLINE = D Process btch input sess.online
Selection Text: ONLYBTI = D Only create BI session
Selection Text: STARTDAT = D Performance date
Selection Text: STARTTIM = D Execution time
Selection Text: USE_OLD = Transfer number of days
Selection Text: AGE = Age
Title: Batch input for leave entitlement based on age
Text Symbol: E05 = -
Text Symbol: E04 = -
Text Symbol: E03 = -
Text Symbol: E02 = -
Text Symbol: E01 = -
Text Symbol: C06 = New leave type
Text Symbol: C05 = Leave type
Text Symbol: BT1 = Parameters for generating batch input folder
Text Symbol: B06 = /B57 leave card
Text Symbol: B05 = /BO2 Unpaid Leave
Text Symbol: B04 = /BO0 Additional Leave §6a
Text Symbol: E06 = -
Text Symbol: B03 = /BZ8 Additional Leave
Text Symbol: 001 = CUSTOMIZING T5M8Q: vacation types assignment
Text Symbol: 002 = to PBS accumulators
Text Symbol: 003 = Infotype 5 Subtype:
Text Symbol: 004 = valid
Text Symbol: 091 = Determine leave entitlement year
Text Symbol: 092 = Specify leave type of transfer
Text Symbol: 093 = Control parameters
Text Symbol: A01 = Leave year infotype 5 subtype
Text Symbol: A91 = Specify leave entitlement year
Text Symbol: ADW = added using
Text Symbol: B01 = /BZ3 Statutory Leave §6





Text Symbol: B02 = /BZ6 Additional Leave
Text Symbol: ENT = Entries
Text Symbol: I01 = |The following batch input folder wascreatd
Text Symbol: I02 = |Error in BDC_OPEN_GROUP, error code:
Text Symbol: I03 = |Batch input folder closed successfully
Text Symbol: I05 = |Error in BDC_CLOSE_GROUP, error code :
Text Symbol: I07 = |Transaction successfully added:
Text Symbol: I08 = |Error in BDC_INSERT for transaction:
Text Symbol: X01 = Leave year infotype 5 subtype
Text Symbol: X02 = Valid
Text Symbol: X03 = -
Text Symbol: X05 = leave days to be created
Text Symbol: X06 = Take workdays / week


INCLUDES used within this REPORT RPCIT5M7

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