MP089640 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 MP089640 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!
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' "QNOK003869 EXPORTING "QNOK003869 COMPANYCODE = T500P-BUKRS "QNOK003869 IMPORTING "QNOK003869 COUNTRY = LAND "QNOK003869 EXCEPTIONS "QNOK003869 NOT_FOUND = 1 "QNOK003869 OTHERS = 2. "QNOK003869
HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting display = display "XFYP30K089336 fieldname = fnam tabname = tnam importing * SELECT_VALUE = CHD_VALUE select_value = selected_value "QICPH0K001265 tables fields = ihelp_fields valuetab = helptab exceptions field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.
CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING persnr = p0896-pernr TABLES in_rgdir = l_rgdir EXCEPTIONS OTHERS = 0.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0896-pernr infty = '0896' begda = lv_beg_receipt_date endda = lv_end_receipt_date TABLES infty_tab = lt_p0896 EXCEPTIONS OTHERS = 0.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pv_pernr infty = '0001' begda = pv_period endda = pv_period TABLES infty_tab = lt0001 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0896-pernr infty = '0000' TABLES infty_tab = lt_0000 EXCEPTIONS OTHERS = 0.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0896-pernr infty = '0001' TABLES infty_tab = lt_0001 EXCEPTIONS OTHERS = 0.
HR_PT_HIRE_FIRE CALL FUNCTION 'HR_PT_HIRE_FIRE' IMPORTING hire_date = pv_hire_date TABLES pp0000 = lt_0000 pp0001 = lt_0001 EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.