SAP Reports / Programs

MP20014RU SAP ABAP INCLUDE - Include MP20014RU - Forms Infotype 2001 Russia







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


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 MP20014RU. "Basic submit
SUBMIT MP20014RU AND RETURN. "Return to original report after report execution complete
SUBMIT MP20014RU 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 MP20014RU - Forms Infotype 2001 Russia


INCLUDES used within this REPORT MP20014RU

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:

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.



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