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

PCLFMMX0_CE SAP ABAP INCLUDE - PCLFMMX0CE







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

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_MX_OFFCYCLE_PAYID call function 'HR_MX_OFFCYCLE_PAYID' exporting i_bondt = fpago importing e_payid = ddt_wa-offcycle_id * et_payid_used = * et_payid_free = * et_payid_all = tables t_p0267 = p0267.

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.

HELP_VALUES_GET_WITH_TABLE_EXT call function 'HELP_VALUES_GET_WITH_TABLE_EXT' exporting fieldname = 'LGART' tabname = 'T512Z ' tables fields = ihelp_fields valuetab = helptab select_values = sel_values exceptions field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.

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

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING FORMAT = FORMAT LANGU = SY-LANGU MOLGA = T001P-MOLGA PP0002 = P0002 IMPORTING EDIT_NAME = EDIT_NAME RETCODE = RET_CODE.

BDC_OPEN_GROUP call function 'BDC_OPEN_GROUP' exporting client = sy-mandt group = map_name user = sy-uname keep = keep holddate = holddate.

BDC_INSERT call function 'BDC_INSERT' exporting tcode = c_pa30 "Transaction code tables dynprotab = bdcdata.

BDC_CLOSE_GROUP call function 'BDC_CLOSE_GROUP'.

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.

DEQUEUE_EPPRELE * CALL FUNCTION 'DEQUEUE_EPPRELE' * EXPORTING * PERNR = P_PERNR.

ENQUEUE_EPPRELE * call function 'ENQUEUE_EPPRELE' * exporting * pernr = p_pernr.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = w_text exceptions others = 1.

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.

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.

CD_HIGHEST_PAYDT CALL FUNCTION 'CD_HIGHEST_PAYDT' IMPORTING HIGHEST_PAYDT = p_ultfe_pago TABLES RGDIR = RGDIR EXCEPTIONS NO_RECORD_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 PCLFMMX0_CE or its description.