SAP Reports / Programs

MP089640 SAP ABAP INCLUDE - User-defined Subprograms







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


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 MP089640. "Basic submit
SUBMIT MP089640 AND RETURN. "Return to original report after report execution complete
SUBMIT MP089640 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MP089640

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:

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.



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