SAP Reports / Programs | Payroll | The Netherlands | Reporting(PY-NL-RP) SAP PY

RPCMZGN0 SAP ABAP INCLUDE - documentation and ABAP source code







RPCMZGN0 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 RPCMZGN0 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 RPCMZGN0. "Basic submit
SUBMIT RPCMZGN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCMZGN0 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 RPCMZGN0

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_PERSONAL_WORK_SCHEDULE CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' EXPORTING pernr = pernr-pernr begda = p_begda endda = p_endda TABLES i0000 = p0000_empty i0001 = p0001 i0002 = p0002 i0007 = p0007 i2001 = p2001 i2002 = p2002 i2003 = p2003 perws = pws EXCEPTIONS error_occured = 1 abort_occured = 2 OTHERS = 3.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING no_popup = 'X' no_print = ' ' EXCEPTIONS invalid_linesize = 1 OTHERS = 2.

HR_ABS_ATT_TIMES CALL FUNCTION 'HR_ABS_ATT_TIMES' EXPORTING pernr = pernr-pernr awart = p2001-subty begda = p_begda endda = p_endda beguz = space06 enduz = space06 vtken = p2001-vtken stdaz = p2001-stdaz alldf = p2001-alldf TABLES m0001 = p0001 pws = pws times_per_day = times_per_day EXCEPTIONS it0001_missing = 1 customizing_error = 2 error_occurred = 3 end_before_begin = 4 missing_pws = 5 OTHERS = 6.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING no_popup = 'X' no_print = ' ' EXCEPTIONS invalid_linesize = 1 OTHERS = 2.

HR_NL_PW_GET_RELATED_ILLNESSES CALL FUNCTION 'HR_NL_PW_GET_RELATED_ILLNESSES' EXPORTING pernr = pernr-pernr intbegda = aper-pbegd intendda = aper-pendd param = c_model "KHSnote1026815 molga = calcmolga TABLES itabill = p_it_ill EXCEPTIONS error_reading_infotype = 1 no_records_2001 = 2 OTHERS = 3.

HR_NL_PW_GET_RELATED_ILLNESSES CALL FUNCTION 'HR_NL_PW_GET_RELATED_ILLNESSES' EXPORTING pernr = pernr-pernr intbegda = aper-pbegd intendda = aper-pendd param = c_model molga = calcmolga TABLES itabill = p_it_ill EXCEPTIONS error_reading_infotype = 1 no_records_2001 = 2 OTHERS = 3.



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