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

RPLABSG0_SHAREDF07 SAP ABAP INCLUDE - Forms to build wpbp, ab, psp and read absence texts







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


Text pool values


Title: Forms to build wpbp, ab, psp and read absence texts


INCLUDES used within this REPORT RPLABSG0_SHAREDF07

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_WPBP_BUILD CALL FUNCTION 'HR_WPBP_BUILD' EXPORTING p_pernr = p_pernr begda = p_begda endda = p_endda TABLES i0000 = p_p0000 i0001 = p_p0001 i0007 = p_p0007 i0008 = p_p0008 wpbp = lt_wpbp EXCEPTIONS infty_not_defined = 1 missing_authority = 2 OTHERS = 3.

HR_AB_BUILD CALL FUNCTION 'HR_AB_BUILD' EXPORTING p_pernr = p_pernr begda = p_begda endda = p_endda molga = g_molga TABLES i2001 = lt_spells[] iwpbp = lt_wpbp[] ab = p_ab[] EXCEPTIONS customizing_error = 1 no_valid_customizing = 2 OTHERS = 3.

HR_PERSONAL_WORK_SCHEDULE CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' EXPORTING pernr = p_pernr begda = p_begda endda = p_endda TABLES i0000 = p_p0000[] i0001 = p_p0001[] i0007 = p_p0007[] i2001 = p_p2001[] perws = p_perws[] EXCEPTIONS error_occured = 1 abort_occured = 2 OTHERS = 3.

HR_COV_RECAL_AB_TIMES CALL FUNCTION 'HR_COV_RECAL_AB_TIMES' EXPORTING p_pernr = p_pernr ab = p_ab obegd = p_ab-obegd oendd = p_ab-oendd beguz = l_beguz enduz = l_enduz calc_from = p_ab-begda calc_to = p_ab-endda TABLES m0001 = p0001 pws = p_perws CHANGING abwtg = p_ab-abwtg abrtg = p_ab-abrtg abrst = p_ab-abrst kaltg = p_ab-kaltg stdaz = p_ab-stdaz.

HR_SEN_CRULE_0100_DATE CALL FUNCTION 'HR_SEN_CRULE_0100_DATE' EXPORTING id_date = p_p2001-begda id_operator = '+' is_duration = l_duration IMPORTING ed_date = l_endda EXCEPTIONS OTHERS = 1.

HR_SEN_CRULE_0100_DATE * CALL FUNCTION 'HR_SEN_CRULE_0100_DATE' * EXPORTING * id_date = p_p2001-begda * id_operator = '+' * is_duration = l_duration * IMPORTING * ed_date = p_p2001-endda * 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 RPLABSG0_SHAREDF07 or its description.