SAP Reports / Programs | Payroll(PY) SAP PY

RPTTRKT0 SAP ABAP INCLUDE - Help program for calling hr_leave_entitlement







RPTTRKT0 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 RPTTRKT0 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 RPTTRKT0. "Basic submit
SUBMIT RPTTRKT0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPTTRKT0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Help program for calling hr_leave_entitlement


INCLUDES used within this REPORT RPTTRKT0

No INCLUDES are used within this REPORT code!


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_CZ_HIRE_FIRE CALL FUNCTION 'HR_CZ_HIRE_FIRE' IMPORTING FIRE_DATE = ZACAT " Posíláme datumy od kdy nás HIRE_DATE = KONEC " nástupy a výstupy zajímají TABLES PPHIFI = PHIFI " strukutura tabulky kam se načte PP0000 = P0000 " potřebné udaje o pracovníkovi PP0001 = P0001 " potřebné údaje o pracovníkovi EXCEPTIONS OTHERS = 1.

HR_CZ_LEAVE_ENTITLEMENT CALL FUNCTION 'HR_CZ_LEAVE_ENTITLEMENT' EXPORTING PERNR = PERSONEL_NUMBER BEGDA = PN-BEGDA ENDDA = PN-ENDDA TABLES URART = LEAVE_ENTITLEMENT T0000 = P0000 T0001 = P0001 T0002 = P0002 T0007 = P0007 T0008 = P0008 T0016 = P0016 T0023 = P0023 T2001 = P2001 T2002 = P2002 T2003 = P2003 T0041 = P0041.



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