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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.