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