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

RPCDMFB1 SAP ABAP INCLUDE - Include RPCDMFBF







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


INCLUDES used within this REPORT RPCDMFB1

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:

DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = i_name value = dd07v-domvalue_l langu = sy-langu IMPORTING dd07v_wa = dd07v EXCEPTIONS not_found = 1 illegal_input = 2 OTHERS = 3.

HR_99S_GET_QUARTER CALL FUNCTION 'HR_99S_GET_QUARTER' EXPORTING im_date = r_begda IMPORTING ex_quarter = g_quarter.

HR_99S_GET_PERMO CALL FUNCTION 'HR_99S_GET_PERMO' EXPORTING p_abkrs = p0001-abkrs IMPORTING p_t549a = p_t549a p_return_code = p_returncode.

HR_99S_GET_QUARTER CALL FUNCTION 'HR_99S_GET_QUARTER' EXPORTING im_date = r_begda im_permo = p_t549a-permo IMPORTING ex_quarter = l_quarter ex_returncode = returncode.

HR_99S_HIRE_FIRE CALL FUNCTION 'HR_99S_HIRE_FIRE' EXPORTING p_pernr = pernr-pernr p_begda = l_previous p_endda = l_next p_molga = p99sg_cte_molga_be IMPORTING p_phifi = tab_phifi EXCEPTIONS no_molga = 1 no_infotype_reg = 2 error = 3 OTHERS = 4.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'BECOT' struc_content = wa_pmeb1 IMPORTING back = wa_back EXCEPTIONS OTHERS = 1.

HR_99S_APPEND_ERROR_LIST CALL FUNCTION 'HR_99S_APPEND_ERROR_LIST' EXPORTING arbgb = 'HRPAYBE_DMFA' msgty = 'W' msgno = '022' CHANGING ch_tab_error = p_tab_error.

HR_99S_APPEND_ERROR_LIST CALL FUNCTION 'HR_99S_APPEND_ERROR_LIST' EXPORTING arbgb = 'HRPAYBE_DMFA' msgty = 'W' msgno = '022' CHANGING ch_tab_error = p_tab_error.

HR_99S_APPEND_ERROR_LIST CALL FUNCTION 'HR_99S_APPEND_ERROR_LIST' EXPORTING pernr = p_pernr arbgb = 'HRPAYBE_DMFA' msgty = 'E' msgno = '006' CHANGING ch_tab_error = p_tab_error.

HR_99S_APPEND_ERROR_LIST CALL FUNCTION 'HR_99S_APPEND_ERROR_LIST' EXPORTING pernr = p_pernr arbgb = 'HRPAYBE_DMFA' msgty = 'W' msgno = '005' CHANGING ch_tab_error = p_tab_error.

HR_99S_APPEND_ERROR_LIST CALL FUNCTION 'HR_99S_APPEND_ERROR_LIST' EXPORTING pernr = p_pernr arbgb = 'HRPAYBE_DMFA' msgty = 'W' msgno = '031' CHANGING ch_tab_error = p_tab_error.

HR_99S_GET_VALUES_FIELDS CALL FUNCTION 'HR_99S_GET_VALUES_FIELDS' EXPORTING im_form = g_form im_sectn = p_sectn im_tab_sedat = p_tab_sedat im_begda = p_begda im_endda = p_endda IMPORTING ex_wa = p_wa.

HR_99S_GET_VALUES_FIELDS_TABLE CALL FUNCTION 'HR_99S_GET_VALUES_FIELDS_TABLE' EXPORTING im_form = g_form im_sectn = p_sectn im_tab_sedat = p_tab_sedat im_begda = p_begda im_endda = p_endda IMPORTING ex_tab = p_tab.

HR_99S_GET_VALUES_STRUCTURE CALL FUNCTION 'HR_99S_GET_VALUES_STRUCTURE' EXPORTING im_form = g_form im_sectn = p_sectn im_tab_sedat = p_tab_sedat im_key = p_key im_begda = p_begda im_endda = p_endda IMPORTING ex_tab = p_tab.

HR_99S_COPY_STRUC1_STRUC2 CALL FUNCTION 'HR_99S_COPY_STRUC1_STRUC2' EXPORTING p_struct1 = p_value IMPORTING p_struct2 = p_wa.

HR_BE_DMFA_EMPLOYER_CONTRIBUT CALL FUNCTION 'HR_BE_DMFA_EMPLOYER_CONTRIBUT' EXPORTING im_rsznr = wa_employer-rsznr im_date = in_daq-endda im_employer = wa_employer IMPORTING ex_returncode = returncode CHANGING ch_tab_conter = wa_employer-tab_conter ch_tab_compcar = wa_employer-tab_compcar ch_tab_error = p_tab_error ch_misc = dmfa_misc.

HR_99S_APPEND_ERROR_LIST CALL FUNCTION 'HR_99S_APPEND_ERROR_LIST' EXPORTING arbgb = 'HRPAYBE_REDUCTIONS' msgty = 'E' msgno = '022' msgv1 = msgv1 CHANGING ch_tab_error = p_tab_error.

HR_BE_READ_COMPANY_ID CALL FUNCTION 'HR_BE_READ_COMPANY_ID' EXPORTING date = p_endda inst_group = l_c_inss regno = regno persg = pernr-persg persk = pernr-persk IMPORTING company_id = p_comid.

HR_99S_APPEND_ERROR_LIST





CALL FUNCTION 'HR_99S_APPEND_ERROR_LIST' EXPORTING pernr = p_wa_uemployee-natper-pernr arbgb = 'HRPAYBE_DMFA' msgty = 'I' msgno = '014' msgv1 = l_msgv1 msgv2 = l_msgv2 msgv3 = l_msgv3 CHANGING ch_tab_error = p_tab_error.



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