SAP Reports / Programs | Payroll | Belgium(PY-BE) SAP PY

RPCDMFB2 SAP ABAP INCLUDE - Include RPCDMFB2







RPCDMFB2 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 RPCDMFB2 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 RPCDMFB2. "Basic submit
SUBMIT RPCDMFB2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCDMFB2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RPCDMFB2


INCLUDES used within this REPORT RPCDMFB2

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_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = 'HRPAYBE_DMFA_LIM' IMPORTING is_implemented = implemented CHANGING instance = user_exit.

HR_99S_APPEND_ERROR_LIST CALL FUNCTION 'HR_99S_APPEND_ERROR_LIST' EXPORTING pernr = wa_employee-pernr arbgb = 'HRPAYBE_DMFA' msgty = 'E' msgno = '004' msgv1 = l_msgv1 CHANGING ch_tab_error = p_tab_error.

HR_99S_APPEND_ERROR_LIST CALL FUNCTION 'HR_99S_APPEND_ERROR_LIST' EXPORTING pernr = wa_worker_non-pernr arbgb = 'HRPAYBE_DMFA' msgty = 'E' msgno = '026' msgv1 = wa_worker_non-pernr msgv2 = old_worker_non-pernr CHANGING ch_tab_error = p_tab_error.

HR_99S_DISPLAY_ALV CALL FUNCTION 'HR_99S_DISPLAY_ALV' "#EC * EXPORTING p_tab_fieldcat = tab_fieldcat p_report = myrepid p_pf_status = 'SET_PF_STATUS' p_user_command = 'CALLBACK' TABLES p_tab_alv = tab_alv p_tab_error = p_tab_error EXCEPTIONS error = 1 OTHERS = 2.

HR_99S_READ_T511K CALL FUNCTION 'HR_99S_READ_T511K' EXPORTING molga = p99sg_cte_molga_be constant = pbedm_c_dmfa_into_sthdl date = g_quarter-begda IMPORTING value = val_dmfst EXCEPTIONS constant_not_found = 1 OTHERS = 2.

HR_BE_DMFA_SET_STATUS_HANDLER CALL FUNCTION 'HR_BE_DMFA_SET_STATUS_HANDLER' EXPORTING im_pb2amgr = wa_pb2amgr im_appl = l_appl im_seter = 'X' im_filter = p_filter im_pydate = paydate im_tab_employee = p_tab_employee im_tab_employer = p_tab_employer IMPORTING ex_returncode = returncode CHANGING ch_tab_error = tab_error.

HR_BE_DMFA_SET_STATUS_HANDLER CALL FUNCTION 'HR_BE_DMFA_SET_STATUS_HANDLER' EXPORTING im_pb2amgr = wa_pb2amgr im_appl = l_appl im_newst = 'X' im_filter = p_filter im_pydate = paydate im_tab_employee = p_tab_employee im_tab_employer = p_tab_employer IMPORTING ex_returncode = returncode CHANGING ch_tab_error = tab_error.

HR_99S_DISPLAY_ERRORS CALL FUNCTION 'HR_99S_DISPLAY_ERRORS' TABLES p_tab_error = p_tab_error.

HR_99S_APPEND_ERROR_LIST CALL FUNCTION 'HR_99S_APPEND_ERROR_LIST' EXPORTING arbgb = 'HRPAYBE_DMFA' msgty = 'W' msgno = '001' msgv1 = p_employee-rsznr msgv2 = p_employee-pernr CHANGING ch_tab_error = p_tab_error.

HR_BE_DMFA_CREATE_TEMSE CALL FUNCTION 'HR_BE_DMFA_CREATE_TEMSE' EXPORTING im_tab_temse = p_tab_temse im_appl = g_form->appl im_message = l_message im_test = r_test im_acb2a = r_acb2a im_txb2a = r_txb2a im_filter = p_filter IMPORTING ex_temse = p_temse ex_returncode = returncode CHANGING ch_pb2amgr = p_pb2amgr ch_temse_atr = temse_atr.

HR_BE_DMFA_GET_B2AID CALL FUNCTION 'HR_BE_DMFA_GET_B2AID' EXPORTING im_tsobj = p_temse->name IMPORTING ex_b2aid = l_b2aid.

HR_BE_READ_BUKRS CALL FUNCTION 'HR_BE_READ_BUKRS' EXPORTING date = g_quarter-begda inst_group = l_c_inss regno = l_regno IMPORTING bukrs = l_bukrs EXCEPTIONS persa_not_found = 1 no_company_found = 2 no_institution_group = 3 no_relationship_sa = 4 inst_group_allows_no_relations = 5 constant_not_found = 6 OTHERS = 7.

HR_BE_READ_COMPANY CALL FUNCTION 'HR_BE_READ_COMPANY' EXPORTING imp_date = g_quarter-begda imp_comp_code = l_bukrs IMPORTING company_class = cl_company EXCEPTIONS not_found = 1 OTHERS = 2.

HR_99S_APPEND_ERROR_LIST CALL FUNCTION 'HR_99S_APPEND_ERROR_LIST' EXPORTING arbgb = 'HRPAYBE_DMFA' msgty = 'E' msgno = '023' msgv1 = l_msgv1 CHANGING ch_tab_error = p_tab_error.

HR_BE_EGOV_CONV_STRCT_TO_TEMSE CALL FUNCTION 'HR_BE_EGOV_CONV_STRCT_TO_TEMSE' EXPORTING im_form = g_form im_section = pbedm_c_natper im_wa = p_natper CHANGING ct_temse = p_tab_temse.

HR_BE_EGOV_CONV_STRCT_TO_TEMSE CALL FUNCTION 'HR_BE_EGOV_CONV_STRCT_TO_TEMSE' EXPORTING im_form = g_form im_section = pbedm_c_ocif im_wa = wa_occuinfo CHANGING ct_temse = p_tab_temse.

HR_BE_EGOV_CONV_STRCT_TO_TEMSE CALL FUNCTION 'HR_BE_EGOV_CONV_STRCT_TO_TEMSE' EXPORTING im_form = g_form im_section = pbedm_c_occu im_wa = p_occu CHANGING ct_temse = p_tab_temse.

HR_99S_APPCORRONDA CALL FUNCTION 'HR_99S_APPCORRONDA' EXPORTING p_molga = pbe04_c_belgium p_cogrp = 'DMF1' p_corr_nr = '00000001' p_val_date = c_00042_valid_date p_act_date = r_date * P_SIMULATION = IMPORTING p_aplicate = cv_new_locun EXCEPTIONS error_locking = 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 RPCDMFB2 or its description.