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

RPCDMFB3 SAP ABAP INCLUDE - Include RPCDMFB3







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


INCLUDES used within this REPORT RPCDMFB3

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:

WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' "#EC * EXPORTING mask = mask mode = mode IMPORTING filename = p_file EXCEPTIONS inv_winsys = 1 no_batch = 2 selection_cancel = 3 selection_error = 4 OTHERS = 5.

HR_99S_UPLOAD CALL FUNCTION 'HR_99S_UPLOAD' EXPORTING p_initial_directory = space p_filename = l_file p_fsdialog = space TABLES data_tab = p_tab EXCEPTIONS upload_error = 1 OTHERS = 2.

HR_BE_DMFA_CREATE_TEMSE CALL FUNCTION 'HR_BE_DMFA_CREATE_TEMSE' EXPORTING im_tab_temse = p_tab im_appl = l_appl im_message = space im_test = 'X' IMPORTING ex_temse = l_temse ex_returncode = returncode.

HR_BE_DMFA_CREATE_TEMSE CALL FUNCTION 'HR_BE_DMFA_CREATE_TEMSE' EXPORTING im_tab_temse = g_tab_uform im_appl = g_form->appl im_message = space IMPORTING ex_temse = l_temse ex_returncode = returncode.

WS_EXECUTE CALL FUNCTION 'WS_EXECUTE' "#EC * EXPORTING document = 'X' program = r_uform EXCEPTIONS OTHERS = 1.

HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = 'HRPAYBE_DMFA01' IMPORTING is_implemented = is_implemented CHANGING instance = dmfa_exit.

HR_BE_EGOV_XML_TO_TABLE CALL FUNCTION 'HR_BE_EGOV_XML_TO_TABLE' EXPORTING im_appl = g_form->appl im_date = g_form->gen_date im_tab_xml = p_tab_uform IMPORTING ex_tab = tab_uform ex_returncode = returncode.

HR_BE_DMCA_CONV_TEMSE_TO_TABLE CALL FUNCTION 'HR_BE_DMCA_CONV_TEMSE_TO_TABLE' EXPORTING im_tab_uform = tab_uform im_appl = g_form->appl im_date = g_form->gen_date IMPORTING ex_tab_employee = tab_employee ex_tab_employer = tab_employer ex_returncode = returncode CHANGING ex_tab_error = p_tab_error.

HR_BE_DMFA_XML_CALLBACK_DATE CALL FUNCTION 'HR_BE_DMFA_XML_CALLBACK_DATE' EXPORTING im_xml_daq = xml_daq.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING * CLIENT = SY-MANDT logical_filename = c_logical_file * PARAMETER_1 = ' ' * PARAMETER_2 = ' ' * PARAMETER_3 = ' ' * WITH_FILE_EXTENSION = ' ' * USE_BUFFER = ' ' * ELIMINATE_BLANKS = 'X' * IMPORTING * VALIDATION_ACTIVE = * TS_ALIAS = changing physical_filename = lv_physical_name EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3 .

HR_99S_APPEND_ERROR_LIST CALL FUNCTION 'HR_99S_APPEND_ERROR_LIST' EXPORTING arbgb = 'HRPAYBE_DMFA' msgty = 'W' msgno = '017' msgv1 = p_servfile msgv2 = p_msg 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 RPCDMFB3 or its description.