MP20014RU 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 MP20014RU 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 MP20014RU - Forms Infotype 2001 Russia
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting tclas = 'A' pernr = p2001-pernr infty = '0021' begda = p2001-begda endda = p2001-endda tables infty_tab = lt_0021 exceptions infty_not_found = 1 others = 2.
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = p2001-pernr infty = '3330' begda = '18000101' endda = p2001-endda tables infty_tab = lt_3330 exceptions infty_not_found = 1 others = 2.
POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'Y' diagnosetext1 = lv_diag1 diagnosetext2 = lv_diag2 textline1 = lv_text1 titel = lv_titel start_column = 20 start_row = 10 cancel_display = '' importing answer = lv_rc exceptions others = 1.
F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = lv_tabname fieldname = iv_field dynprofield = lv_dynprofield searchhelp = 'HRPADRU_2001_SCN' callback_program = sy-cprog callback_form = 'CB_F4_VALUE_REQUEST' tables return_tab = lt_return_tab exceptions field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 others = 5.
F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = lv_tabname fieldname = iv_field dynprofield = lv_dynprofield callback_program = sy-cprog callback_form = 'CB_F4_VALUE_REQUEST' tables return_tab = lt_return_tab exceptions field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 others = 5.
DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = sy-cprog dynumb = sy-dynnr tables dynpfields = lt_dynpread exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 others = 8.
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = p2001-pernr infty = '3330' begda = '18000101' endda = p2001-endda tables infty_tab = lt_3330 exceptions infty_not_found = 1 others = 2.
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = p2001-pernr infty = '2001' begda = '18000101' endda = lv_begda tables infty_tab = lt_2001 exceptions infty_not_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.