PTRTMMX0 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 PTRTMMX0 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 = p_pernr infty = infty begda = p_begda endda = p_endda importing subrc = l_subrc tables infty_tab = pt_pinfty exceptions infty_not_found = 1 others = 2.
HR_MX_ABS_CHECK_WORKRISK call function 'HR_MX_ABS_CHECK_WORKRISK' exporting p_moabw = moabw p_subty = ls_p2001-awart p_datum = ls_p2001-endda importing p_abstr = p_ls_data-tirie.
CU_READ_RGDIR call function 'CU_READ_RGDIR' exporting persnr = p_pernr tables in_rgdir = lt_rgdir1 exceptions no_record_found = 1 others = 2.
CD_SELECT_SRTZA call function 'CD_SELECT_SRTZA' exporting record_type = 'A' tables in_rgdir = lt_rgdir1 out_rgdir = lt_rgdir2.
CD_SELECT_VOID call function 'CD_SELECT_VOID' exporting void_indicator = space tables in_rgdir = lt_rgdir2 out_rgdir = lt_rgdir1.
CD_SELECT_DATE_RANGE call function 'CD_SELECT_DATE_RANGE' exporting fpper_begda = p_begda fpper_endda = p_endda tables in_rgdir = lt_rgdir1 out_rgdir = pt_rgdir.
PYXX_SPECIFY_OBJECTS call function 'PYXX_SPECIFY_OBJECTS' tables specified_objects = lt_specified_objects.
HR_PCLX_INIT_BUFFER call function 'HR_PCLX_INIT_BUFFER'.
HR_IMPORT_RGDIR_FROM_PCLX call function 'HR_IMPORT_RGDIR_FROM_PCLX' exporting cluster_id = lc_clusterid employee_number = p_pernr tables import_rgdir = pt_rgdir exceptions no_results = 1 no_read_authority = 2 others = 3.
PYXX_READ_RGDIR_PAYRESULTS call function 'PYXX_READ_RGDIR_PAYRESULTS' exporting clusterid = lc_clusterid employeenumber = p_pernr read_only_buffer = true tables rgdir = pt_rgdir imported_periods = pt_payresult exceptions import_error = 1 others = 2.
POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting * DEFAULTOPTION = '1' textline1 = p_txtline1 * textline2 = p_txtline2 textline3 = p_txtline3 text_option1 = p_txt_option1 text_option2 = p_txt_option2 titel = p_titel * START_COLUMN = 25 * START_ROW = 6 cancel_display = space importing answer = p_answer 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.