MP00214DEPS 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 MP00214DEPS 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.
INCLUDE MP059540_NAVIGATE.
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting * DDIC_STRUCTURE = ' ' retfield = 'VARGU' * PVALKEY = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' tables value_tab = lt_value_tab * FIELD_TAB = * RETURN_TAB = * DYNPFLD_MAPPING = exceptions parameter_error = 1 no_values_found = 2 others = 3.
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting tclas = 'A' pernr = v_pernr infty = '0002' begda = '18000101' endda = '99991231' bypass_buffer = 'X' importing subrc = l_errorcode tables infty_tab = lt_p0002 exceptions infty_not_found = 1 others = 2.
RP_EDIT_NAME call function 'RP_EDIT_NAME' exporting format = '01' langu = lt_p0002-sprsl molga = '01' pp0002 = lt_p0002 * PP0021 = ' ' * PP0148 = ' ' importing edit_name = c_name retcode = l_errorcode exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.