SAP Reports / Programs | Payroll | Sweden | Public sector (Sweden)(PY-SE-PS) SAP PY

RPCLPCS0_CE SAP ABAP Report - Absence Overview and Entry Check







RPCLPCS0_CE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to: Display absences from payroll results or from master data Check that absences were entered in all see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPCLPCS0_CE 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 RPCLPCS0_CE. "Basic submit
SUBMIT RPCLPCS0_CE AND RETURN. "Return to original report after report execution complete
SUBMIT RPCLPCS0_CE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_VERT = Daily Table
Selection Text: P_VARIA = Layout Variant
Selection Text: P_TRANSL = Abs. Category Final
Selection Text: P_RESULT = Payroll Results
Selection Text: P_ORIG = Abs. Category Original
Selection Text: P_KLBEW = Valuation Rule
Selection Text: P_INFOTY = Infotype(s)
Selection Text: P_HORI = Monthly Mode
Selection Text: P_CONSIS = Cross Assignment Consistency
Selection Text: P_AWART = Absence Type
Title: Absence Overview and Entry Check
Text Symbol: QI7 = Non-working days during summer holidays
Text Symbol: QI6 = Error
Text Symbol: QI5 = Ok
Text Symbol: QI4 = Non-working days
Text Symbol: QI0 = Working days during summer holidays
Text Symbol: FR2 = Monthly Mode - Options
Text Symbol: FR1 = Display Mode
Text Symbol: FR0 = Data Source & Processing Mode
Text Symbol: 024 = Active
Text Symbol: 023 = Absence Type
Text Symbol: 022 = Valuation Rule
Text Symbol: 021 = Absence Category Final
Text Symbol: 020 = Absence Category Original
Text Symbol: 019 = Displayed Data
Text Symbol: 018 = Consistency Check
Text Symbol: 017 = Infotypes
Text Symbol: 016 = Payroll Results
Text Symbol: 015 = Data Source
Text Symbol: 014 = Period
Text Symbol: 013 = No
Text Symbol: 012 = Month
Text Symbol: 011 = Year
Text Symbol: 010 = Person
Text Symbol: 001 = Absence Overview


INCLUDES used within this REPORT RPCLPCS0_CE

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:

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_alv_header.

HR_SE_READ_ABS_AND_MERGE_CE CALL FUNCTION 'HR_SE_READ_ABS_AND_MERGE_CE' EXPORTING pernr = peras-pernr begda = gv_begda endda = gv_endda TABLES in_0000 = p0000 in_0001 = p0001 in_0002 = p0002 in_0007 = p0007 in_0014 = p0014 in_2001 = p2001 out_2001 = lt_2001.

HR_PERSONAL_WORK_SCHEDULE CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' EXPORTING pernr = pernr-pernr begda = gv_begda endda = gv_endda working_hours = 'X' i0001_i0007_error = '0' TABLES i0000 = p0000 i0001 = p0001 i0002 = p0002 i0007 = p0007 i2001 = p2001 i2003 = p2003 perws = ls_psp-psp EXCEPTIONS error_occured = 1 abort_occured = 2 OTHERS = 3.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = '23PGC' struc_content = ls_pme99 kind_of_error = space IMPORTING back = p_eetyp 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.



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 RPCLPCS0_CE or its description.