MP004541 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 MP004541 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!
PCLO_READ_T506P CALL FUNCTION 'PCLO_READ_T506P' EXPORTING PF_ZAHLA = pf_zahla PF_MOLGA = pf_molga IMPORTING PSX_T506P = ls_t506p EXCEPTIONS NO_ENTRY_FOUND_T506P = 1 OTHERS = 2.
PCLO_READ_T506W CALL FUNCTION 'PCLO_READ_T506W' EXPORTING PF_LGART = ls_t506p-lgart PF_MOLGA = pf_molga IMPORTING PSX_T506W = psx_t506w EXCEPTIONS NO_ENTRY_FOUND_T506W = 1 OTHERS = 2.
HR_INITIALIZE_BUFFER CALL FUNCTION 'HR_INITIALIZE_BUFFER' EXPORTING tclas = 'A' pernr = pf_pernr.
CU_READ_RGDIR_NEW CALL FUNCTION 'CU_READ_RGDIR_NEW' EXPORTING persnr = pf_pernr check_read_authority = space IMPORTING molga = lfx_molga TABLES in_rgdir = ltx_rgdir EXCEPTIONS OTHERS = 1.
CA_READ_RGDIR_NEW CALL FUNCTION 'CA_READ_RGDIR_NEW' EXPORTING persnr = pf_pernr CHECK_READ_AUTHORITY = space IMPORTING MOLGA = lfx_molga tables ca_rgdir = lta_rgdir EXCEPTIONS OTHERS = 1.
CD_READ_LAST_RESULT_IN_RGDIR CALL FUNCTION 'CD_READ_LAST_RESULT_IN_RGDIR' IMPORTING ptx_rgdir_nv = lsx_rgdir TABLES pt_rgdir = ltx_rgdir.
PYXX_READ_PAYROLL_RESULT CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT' EXPORTING clusterid = lfx_relid employeenumber = pf_pernr sequencenumber = lsx_rgdir-seqnr read_only_international = 'X' arc_group = lsx_rgdir-arc_group check_read_authority = ' ' CHANGING payroll_result = lsx_result EXCEPTIONS OTHERS = 1.
PCLO_GET_VALUE_DATE_PAYMENT CALL FUNCTION 'PCLO_GET_VALUE_DATE_PAYMENT' "GWY839032 EXPORTING PF_ZAHLA = pt_savp-zahla PF_PAYMENT_BEGDA = pt_savp-zahld PF_PAYMENT_ENDDA = pt_savp-endda PF_MOLGA = lfx_molga PF_ABKRS = ltx_rgdir-abkrs * PF_ABKRS_BEGDA = '19000101' * PF_ABKRS_ENDDA = '99991231' PF_PAPER = ls_paper IMPORTING PFX_VALUE_DATE = lf_payment_value_date EXCEPTIONS ERROR = 1 PAYMENT_NOT_IN_PERIOD = 2 OTHERS = 3.
VRM_GET_VALUES CALL FUNCTION 'VRM_GET_VALUES' EXPORTING id = pf_point EXCEPTIONS id_not_found = 4.
HR_F4_GET_TABLES CALL FUNCTION 'HR_F4_GET_TABLES' EXPORTING infty = '0078' molga = pf_molga IMPORTING value_tab = value_tab.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = pf_point values = lt_f4_zahla[] EXCEPTIONS id_illegal_name = 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.