PCMASCLG 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 PCMASCLG 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.
Title: Include PCMASCLG
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_CL_READ_RGDIR_PAYRESULTS CALL FUNCTION 'HR_CL_READ_RGDIR_PAYRESULTS' EXPORTING pernr = pv_pernr begda = lv_begda endda = lv_endda abkrs = pv_abkrs iv_first_payroll = pv_orig_res TABLES paycl_result = lt_results buffer_rgdir = pt_rgdir EXCEPTIONS OTHERS = 15.
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = lc_feature_clabt struc_content = ls_pme04 IMPORTING back = lv_return 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.
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' IMPORTING hire_date = lv_hiredate fire_date = lv_firedate TABLES pp0000 = pt_p0000 "input pp0001 = pt_p0001 "input pphifi = lt_phifi. "output
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = lc_feature_9ldpy struc_content = ls_pme02 IMPORTING back = lv_return 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_pernr infty = lc_infty_2001 TABLES infty_tab = ct_p2001 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.
HR_99S_GET_PERMO CALL FUNCTION 'HR_99S_GET_PERMO' EXPORTING p_pernr = pv_pernr p_begda = pv_date p_endda = pv_date IMPORTING p_t549a = ls_t549a p_return_code = lv_returncode.
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' IMPORTING fire_date = lv_leave_date hire_date = lv_entry_date TABLES pphifi = lt_hire_fire pp0000 = pt_p0000 pp0001 = pt_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.