SAP Reports / Programs | Payroll | United Kingdom(PY-GB) SAP PY

RPLABSG0_ABSENCE_OVERVIEWF01 SAP ABAP INCLUDE - Absence overview specific procesing







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


Text pool values


Title: Absence overview specific procesing


INCLUDES used within this REPORT RPLABSG0_ABSENCE_OVERVIEWF01

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:

HRGB_FILL_ABS_HEADER CALL FUNCTION 'HRGB_FILL_ABS_HEADER' EXPORTING p_pernr = p_pernr p_p0001 = p0001 p_p0002 = p0002 IMPORTING p_hdr = ls_header TABLES errors = lt_errors EXCEPTIONS OTHERS = 1.

HR_ABS_ATT_TIMES_AT_ENTRY CALL FUNCTION 'HR_ABS_ATT_TIMES_AT_ENTRY' EXPORTING pernr = p2001-pernr awart = p2001-subty begda = l_p2001_rec-begda endda = l_p2001_rec-endda IMPORTING abwtg = l_p2001_rec-abwtg abrtg = l_p2001_rec-abrtg abrst = l_p2001_rec-abrst kaltg = l_p2001_rec-kaltg hrsif = l_p2001_rec-hrsif alldf = l_p2001_rec-alldf TABLES m0000 = p0000 m0001 = p0001 m0002 = p0002 m0007 = p0007 m2001 = lt_p2001 m2002 = p2002 m2003 = p2003 times_per_day = l_times_per_day CHANGING beguz = l_p2001_rec-beguz enduz = l_p2001_rec-enduz vtken = l_p2001_rec-vtken stdaz = l_p2001_rec-stdaz EXCEPTIONS it0001_missing = 1 customizing_error = 2 error_occurred = 3 "YAYP40K054237 end_before_begin = 4. "YAYP40K054237

HR_GBSXP_T001P CALL FUNCTION 'HR_GBSXP_T001P' EXPORTING p_pernr = p_pernr p_date = p2001-begda IMPORTING p_moabw = l_moabw TABLES p_p0001 = p0001 p_error = lt_errors.

HR_GBSXP_T001P CALL FUNCTION 'HR_GBSXP_T001P' EXPORTING p_pernr = p_pernr p_date = p2001-begda IMPORTING p_moabw = l_moabw TABLES p_p0001 = lt_p0001 p_error = lt_errors.



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