SAP Reports / Programs | Payroll | Chile(PY-CL) SAP PY

PCMASCLD SAP ABAP INCLUDE - Include PCLMASC6







PCMASCLD 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 PCMASCLD into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT PCMASCLD. "Basic submit
SUBMIT PCMASCLD AND RETURN. "Return to original report after report execution complete
SUBMIT PCMASCLD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include PCLMASC6


INCLUDES used within this REPORT PCMASCLD

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

HR_99S_GET_PROC_CLASS_VALUE CALL FUNCTION 'HR_99S_GET_PROC_CLASS_VALUE' EXPORTING p_molga = calcmolga p_lgart = it-lgart p_proc_class = '81' p_keydate = aper-endda IMPORTING p_value = l_proc_class_81.

HR_ENTRY_DATE CALL FUNCTION 'HR_ENTRY_DATE' EXPORTING persnr = pernr-pernr endda = l_beg_wpbp * varky = IMPORTING entrydate = l_entrydate EXCEPTIONS entry_date_not_found = 1 pernr_not_assigned = 2 OTHERS = 3.

HR_LEAVING_DATE CALL FUNCTION 'HR_LEAVING_DATE' EXPORTING persnr = pernr-pernr endda = l_end_wpbp * varky = IMPORTING leavingdate = l_leavedate EXCEPTIONS leaving_date_not_found = 1 pernr_not_assigned = 2 OTHERS = 3.

HR_CL_READ_T7CL32 CALL FUNCTION 'HR_CL_READ_T7CL32' EXPORTING p_paygr = ls_0014-lgart p_begda = aper-begda p_endda = aper-endda CHANGING pt_t7cl32 = lt_t7cl32[] EXCEPTIONS no_entry_found_t7cl32 = 1 OTHERS = 2.

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.

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_APPL_T596J_READ CALL FUNCTION 'HR_APPL_T596J_READ' EXPORTING i_molga = calcmolga i_appl = lc_appl_grat i_lgart = ps_ot-lgart i_date = pv_forper-endda TABLES tab_sel_t596j = lt_t596j_grat EXCEPTIONS no_application = 1 no_assignment_wagetype = 2 no_wagetype_found = 3 OTHERS = 4.

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name PCMASCLD or its description.