MP019840 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 MP019840 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: Subroutines - Infotype 0198
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_GET_EMP_REF CALL FUNCTION 'RP_GET_EMP_REF' EXPORTING ST001 = INT_P0001 TYPE = 'T' BEG_DATE = RE_BEGDA END_DATE = RE_ENDDA TX_OFF_CODE = P0198-TXOFF IMPORTING EMP_REF_NO = RE_TNOER * PAY_KEY = PAYEE_TEXT = RE_EMFNA EXCEPTIONS TABLE_ENTRY_NOT_FOUND = 1 TYPE_ERROR = 2 OTHERS = 3.
HR_IN_GET_FISCAL_PERIOD * CALL FUNCTION 'HR_IN_GET_FISCAL_PERIOD' * EXPORTING * parea1 = area * IMPORTING * pbegda = begin_date * pendda = p0198-endda * EXCEPTIONS * OTHERS = 1.
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' IMPORTING hire_date = join_date TABLES pphifi = phifi pp0000 = p0000 pp0001 = p0001 EXCEPTIONS OTHERS = 1.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = p0198-pernr infty = '0198' begda = p0198-begda endda = p0198-endda IMPORTING subrc = mysubrc TABLES infty_tab = i0198 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.
MP019840 - Subroutines - Infotype 0198 MP019830 - Input modules - Infotype 0198 MP019820 - Output modules - Infotype 0198 MP019810 - Data definitions - Infotype 0198 MP019800 - Infotype 0198 - Schedular Tax Deduction (Tax - Malaysia) MP019800 - Infotype 0198 - Schedular Tax Deduction (Tax - Malaysia)