SAP Reports / Programs

HPLCREZ1 SAP ABAP Report - Leave holdings utilization







HPLCREZ1 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 HPLCREZ1 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 HPLCREZ1. "Basic submit
SUBMIT HPLCREZ1 AND RETURN. "Return to original report after report execution complete
SUBMIT HPLCREZ1 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: P_SRURL = Technical wage for holdings
Selection Text: P_ROK = Leave for year:
Selection Text: P_DETAL = Detailed print
Title: Leave holdings utilization
Text Symbol: 002 = Paramets.
Text Symbol: 001 = Wrong CC assingment


INCLUDES used within this REPORT HPLCREZ1

INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPC2CD09.
INCLUDE RPPPXM00.
INCLUDE RPC2RX09.
INCLUDE PCFVPPL0.
INCLUDE PC2RXPL0.
INCLUDE RPC1PC00.
INCLUDE RPTABS23.


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_TIM_REPORT_ABSENCE_DATA_INI CALL FUNCTION 'HR_TIM_REPORT_ABSENCE_DATA_INI' EXPORTING OPTION_STRING = OPTION_S TRIG_STRING = TRIG_S ALEMP_FLAG = SW_ALEMP INFOT_FLAG = 'X' TEXT_FLAG = SW_TEXT SEL_MODUS = SW_APA IMPORTING ORG_NUM = FDPOS_LINES TABLES FIELD_SEL = FIELDNAMETAB_M "sel org fields FIELDTAB = FDTAB EXCEPTIONS OTHERS = 1.

HR_TIM_REPORT_ABSENCE_DATA CALL FUNCTION 'HR_TIM_REPORT_ABSENCE_DATA' EXPORTING PERNR = PERNR-PERNR BEGDA = PN-BEGDA ENDDA = PN-ENDDA IMPORTING SUBRC = MY1SUBRC TABLES ABSENCES = ABSENCES_IT ORG_FIELDS = ORGS EMP_FIELDS = EMPL AWART_SEL_P = ANART_S[] AWART_SEL_A = AWART_S[] ABSTP_SEL = ABSTP_S[] I0000 = P0000 I0001 = P0001 I0002 = P0002 I0007 = P0007 I2001 = P2001 I2002 = P2002 I2003 = P2003 PSP = PSP EXCEPTIONS OTHERS = 1.



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