SAP Reports / Programs | Payroll | Mexico(PY-MX) SAP PY

PCRFMMX0 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

SELECT_OPTIONS_RESTRICT call function 'SELECT_OPTIONS_RESTRICT' EXPORTING program = g_program restriction = lt_restriction EXCEPTIONS others = 0.

HR_ENTRY_DATE call function 'HR_ENTRY_DATE' EXPORTING persnr = pernr-pernr rclas = p_rclas IMPORTING entrydate = p_date TABLES entry_dates = l_hida EXCEPTIONS entry_date_not_found = 1 others = 2.

HR_MX_SDI_SELECT_P0372 CALL FUNCTION 'HR_MX_SDI_SELECT_P0372' EXPORTING p_endda = pv_endda TABLES pp0372 = p0372 pp0372_sel = lt_p0372_sel.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_comment.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = pv_feature_name struc_content = ps_pme02 IMPORTING back = cv_back_value EXCEPTIONS OTHERS = 7.

HR_99S_GET_EVAL_CLASS_VALUE CALL FUNCTION 'HR_99S_GET_EVAL_CLASS_VALUE' EXPORTING p_molga = pmx00_molga p_lgart = ls_it0008_rep-lga p_eval_class = lc_period_eval_class p_keydate = pv_endda IMPORTING p_value = lv_wt_type.

HR_T510_READ CALL FUNCTION 'HR_T510_READ' EXPORTING molga = pmx00_molga trfar = ps_p0008-trfar trfgb = ps_p0008-trfgb trfkz = lv_trfkz trfgr = ps_p0008-trfgr trfst = ps_p0008-trfst lgart = pv_lgart date = ps_p0008-endda IMPORTING w510 = ls_t510 EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.



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