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

PCSFMMX0 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

RP_GET_CURRENCY call function 'RP_GET_CURRENCY' exporting molga = p_pmx00_molga importing waers = waers exceptions others.

HR_MX_PREV_RESULTS call function 'HR_MX_PREV_RESULTS' exporting persnr = p_p_pernr_pernr datmo = t549a-datmo permo = t549a-permo cumty = tical cumno = cumno cumyr = anproc tables * rt_ant = rt_fa * crt_ant = crt_fa mxcrt_ant = mxcrt_fa t54c1_ant = t54c1_fa exceptions error_no_results = 1 error_read_t54c6 = 2 error_read_t549q = 3 others = 4.

HR_BEN_GET_F4_BENEFIT_AREA call function 'HR_BEN_GET_F4_BENEFIT_AREA' exporting * DISPLAY_MODE = ' ' reaction = 'E' importing barea = pa_barea subrc = subrc tables error_table = error_table.

HR_BEN_GET_F4_PLAN call function 'HR_BEN_GET_F4_PLAN' exporting barea = pa_barea bpcat = c_savings datum = c_beg_plan reaction = c_no_msg importing bplan = pa_bplan subrc = subrc tables error_table = error_table.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = sy-cprog dynumb = sy-dynnr tables dynpfields = dynpro_tab exceptions others = 8.

HR_MX_SEL_MOLGA call function 'HR_MX_SEL_MOLGA' exporting persnr = pernr-pernr * MOLGA = 32 begda = p_beginvp endda = p_endinvp exceptions not_found = 4.

HRCA_COMPANYCODE_GETDETAIL call function 'HRCA_COMPANYCODE_GETDETAIL' exporting companycode = p_p_bukrs * LANGUAGE = SY-LANGU importing comp_name = p_p_butxt * CITY = * COUNTRY = * CURRENCY = * LANGU = * CHRT_ACCTS = * FY_VARIANT = * FI_MANAGEMENTAREA = * JURISDICTION = * RATE_DEVIATION = * ADDRESS = exceptions not_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 PCSFMMX0 or its description.