MP073140 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 MP073140 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.
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 PERNR = p0731-pernr INFTY = '0000' BYPASS_BUFFER = 'X' TABLES INFTY_TAB = p0000 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = p0731-pernr INFTY = '0302' BYPASS_BUFFER = 'X' TABLES INFTY_TAB = p0302 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.
HR_CZ_COMPUTE_DATE_INTERVAL * CALL FUNCTION 'HR_CZ_COMPUTE_DATE_INTERVAL' * CHANGING * DATUM1 = l_rozh_den * DATUM2 = p0731-datod * YEARS = l_poc_let * DAYS = l_poc_dnu.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = p0731-pernr INFTY = '0731' BYPASS_BUFFER = 'X' TABLES INFTY_TAB = it731 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.
HR_CZ_COMPUTE_DATE_INTERVAL CALL FUNCTION 'HR_CZ_COMPUTE_DATE_INTERVAL' CHANGING DATUM1 = ih731-begda DATUM2 = ih731-endda YEARS = u_let DAYS = u_dnu.
HR_CZ_COMPUTE_DATE_INTERVAL CALL FUNCTION 'HR_CZ_COMPUTE_DATE_INTERVAL' CHANGING DATUM1 = wa731-datod DATUM2 = utter_day YEARS = u_let DAYS = u_dnu.
HR_READ_INFOTYPE * CALL FUNCTION 'HR_READ_INFOTYPE' * EXPORTING * PERNR = P0731-PERNR * INFTY = '0022' * BYPASS_BUFFER = 'X' * TABLES * INFTY_TAB = P0022 * EXCEPTIONS * INFTY_NOT_FOUND = 1 * OTHERS = 2.
HR_READ_INFOTYPE * CALL FUNCTION 'HR_READ_INFOTYPE' * EXPORTING * PERNR = P0731-PERNR * INFTY = '0008' * BYPASS_BUFFER = 'X' * TABLES * INFTY_TAB = P0008 * EXCEPTIONS * INFTY_NOT_FOUND = 1 * OTHERS = 2.
HR_CZ_COMPUTE_DATE_INTERVAL * CALL FUNCTION 'HR_CZ_COMPUTE_DATE_INTERVAL' * CHANGING * DATUM1 = itab-begda * DATUM2 = p0022-begda * YEARS = lroky * DAYS = ldny.
HR_CZ_COMPUTE_DATE_INTERVAL * CALL FUNCTION 'HR_CZ_COMPUTE_DATE_INTERVAL' * CHANGING * DATUM1 = itab-begda * DATUM2 = end_d * YEARS = lroky * DAYS = ldny.
RH_GET_PLVAR * call function 'RH_GET_PLVAR' * importing * plvar = l_plvar * exceptions * others = 0.
Z_PERS_GET_SYST_ATR
HRCZ_POPUP_SHOW_INTERNAL_TABLE CALL FUNCTION 'HRCZ_POPUP_SHOW_INTERNAL_TABLE' EXPORTING TITLE = TEXT-N01 IMPORTING INDEX = l_tabix TABLES VALUES = l_post_mess COLUMNS = meessage_desc EXCEPTIONS LEAVE = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-N02 TEXT_QUESTION = TEXT-N03 TEXT_BUTTON_1 = TEXT-ANO TEXT_BUTTON_2 = TEXT-NEE IMPORTING ANSWER = answ EXCEPTIONS OTHERS = 1.
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 MP073140 or its description.