PCMAGMX3 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 PCMAGMX3 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_MX_INTERVAL_BETWEEN_DATES call function 'HR_MX_INTERVAL_BETWEEN_DATES' exporting i_date_start = p_fec_contr i_date_end = p_fe_fiper i_round_up = abap_true importing e_years = aniosdeantig e_days = diasalanio exceptions sequence_of_dates_not_valid = 1 error_in_calc_of_years = 2 no_entry_in_t511k = 3 others = 4.
HR_MX_INTERVAL_BETWEEN_DATES call function 'HR_MX_INTERVAL_BETWEEN_DATES' exporting i_date_start = fecha_cal i_date_end = p_fe_fiper importing e_years = aniosdeantig e_days = diasalanio exceptions sequence_of_dates_not_valid = 1 error_in_calc_of_years = 2 no_entry_in_t511k = 3 others = 4.
HR_FEATURE_BACKFIELD call function 'HR_FEATURE_BACKFIELD' exporting feature = feature struc_content =
kind_of_error = kind_of_error importing back = back exceptions dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 others = 7.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = pv_numper INFTY = '0001' TABLES INFTY_TAB = lt_p0001.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.