PCMASRU2 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 PCMASRU2 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_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = '33SUB' struc_content = pme21 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_RU_SET_SEPARATE_HWC_PERIODS CALL FUNCTION 'HR_RU_SET_SEPARATE_HWC_PERIODS'.
HR_RU_GET_PF_PERIODS CALL FUNCTION 'HR_RU_GET_PF_PERIODS' EXPORTING iv_type = as-parm4+3(1) iv_eval = as-parm3 iv_pernr = pernr-pernr iv_molga = calcmolga iv_begda = lv_eval_begda iv_endda = aper-endda iv_sdate = aper-endda IMPORTING et_pf_period = lt_period.
HR_RU_OFF_SEPARATE_HWC_PERIODS CALL FUNCTION 'HR_RU_OFF_SEPARATE_HWC_PERIODS'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.