SAP Reports / Programs | Personnel Management | Personnel Administration | Canada(PA-PA-CA) SAP PA

RPMSPFK0 SAP ABAP INCLUDE - Sick Plan - Form routines







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


INCLUDES used within this REPORT RPMSPFK0

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_READ_INFOTYPE call function 'HR_READ_INFOTYPE' EXPORTING pernr = re_pernr infty = re_infty begda = re_begda endda = re_endda IMPORTING subrc = subrc TABLES infty_tab = re_pnnnn EXCEPTIONS infty_not_found = 1.

HR_PERSONAL_WORK_SCHEDULE call function 'HR_PERSONAL_WORK_SCHEDULE' exporting pernr = il_p2001-pernr begda = spbegda endda = spendda * kug = space * REFRESH = 'X' working_hours = 'X' * SWITCH_ACTIV = * MODIFY_ENTRIES = 'X' * I0001_I0007_ERROR = '0' * IMPORTING * WARNING_OCCURED = tables i0000 = p0000 i0001 = p0001 i0002 = p0002 i0007 = p0007 * I0049 = i2001 = p2001 i2002 = p2002 i2003 = p2003 perws = xpsp exceptions error_occured = 1 abort_occured = 2 others = 3.

COMPUTE_YEARS_BETWEEN_DATES call function 'COMPUTE_YEARS_BETWEEN_DATES' EXPORTING first_date = hire-entrda second_date = re_p2001_begda modify_interval = '+' IMPORTING years_between_dates = hire-compse_y EXCEPTIONS sequence_of_dates_not_valid = 4.

HR_MONTHS_BETWEEN_TWO_DATES CALL FUNCTION 'HR_MONTHS_BETWEEN_TWO_DATES' EXPORTING I_DATUM_BIS = re_p2001_begda " I_DATUM_VON = hire-entrda I_KOMPLET_MONATE = 'X' IMPORTING E_MONATE = l_months. "

COMPUTE_YEARS_BETWEEN_DATES call function 'COMPUTE_YEARS_BETWEEN_DATES' EXPORTING first_date = cal_hire second_date = re_p2001_begda modify_interval = '+' IMPORTING years_between_dates = hire-compse_cy EXCEPTIONS sequence_of_dates_not_valid = 4.

HR_DELETE_QUODED_BUFFER call function 'HR_DELETE_QUODED_BUFFER' EXPORTING docnr = il_p2001-docnr TABLES t2006x = p_b2006x2 t2007x = m2007ix EXCEPTIONS duplicate_delete = 1 no_entry = 2.

HR_REFRESH_ERROR_LIST call function 'HR_REFRESH_ERROR_LIST'.

HR_PROCESS_ABSENCE_ATTENDANCE call function 'HR_PROCESS_ABSENCE_ATTENDANCE' exporting pernr = p_p2001-pernr awart = p_p2001-awart begda = p_p2001-begda endda = p_p2001-endda * switch_hrsif = '1' conti = 1 "quota deduction required variante = 1 importing * abwtg = * abrtg = * abrst = * kaltg = * hrsif = alldf = p_p2001-alldf result = process_result * message_occured = process_message_flag tables m0000 = p0000 m0001 = p0001 m0002 = p0002 m0007 = p0007 m2001 = p2001 m2002 = m2002 m2003 = p2003 "EBUF-B2003-DAT "fill it! m2006_opera = t2006_opera * m2007_opera = * ENTITLEMENT = * DEDUCTION = bquoded = tquoded changing beguz = p_p2001-beguz enduz = p_p2001-enduz vtken = p_p2001-vtken stdaz = p_p2001-stdaz docnr = p_p2001-docnr exceptions error = 1 others = 2.

HR_GET_ERROR_LIST call function 'HR_GET_ERROR_LIST' TABLES error = hr_error errortexts = errortexts EXCEPTIONS no_errors = 1 others = 2.

HR_INSERT_QUODED_BUFFER call function 'HR_INSERT_QUODED_BUFFER' TABLES new_quoded = tquoded.



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