MPTFMLAF02 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 MPTFMLAF02 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_TMW_READ_INFOTYPE CALL FUNCTION 'HR_TMW_READ_INFOTYPE' EXPORTING EMPLOYEENUM = p_pernr * FROMDATE = '18000101' * TODATE = '99991231' ITLIST = l_itlist * RECORD_STATUS = 0 * NO_AUTHCHECK = ' ' IMPORTING INFOTYPE_DATA = l_tprelp MESSAGETAB = l_messagetab RETCD = l_retcd.
HR_TELEPHONE_CALL CALL FUNCTION 'HR_TELEPHONE_CALL' EXPORTING pernr = call_pernr.
HR_TMW_BUFFER_FREE CALL FUNCTION 'HR_TMW_BUFFER_FREE'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MPTFMLAF02 - documentation and ABAP source code MPTFMLAF01 - documentation and ABAP source code MPTFMLA02 - documentation and ABAP source code MPT50_LTD_SET_SEL_INTERVALS - MPT50LTDSETSELINTERVALS MPT50_LTC_SET_SEL_INTERVALS - MPT50LTCSETSELINTERVALS MPT50_LCL_SET_SEL_INTERVALS - MPT50LCLSETSELINTERVALS