SAP Reports / Programs | Payroll(PY) SAP PY

RPCLPCH0 SAP ABAP Report - Display and change Hungarian personal calendar







RPCLPCH0 is a standard Executable ABAP Report 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 RPCLPCH0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

HRPAYHUTR07 - SI component: change pers. calendar
PC00_M21_DKAR - Change personal calendar


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 RPCLPCH0. "Basic submit
SUBMIT RPCLPCH0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCLPCH0 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: $ELES = Changeable personal calendar
Selection Text: $INPEV = In test mode, year of change
Selection Text: SELYEARS = Display year
Selection Text: SELPERNR = Personal ID
Selection Text: LISTE = Period selection from list
Selection Text: $UZEMSZ = Productive run
Selection Text: $INPHO = month
Title: Display and change Hungarian personal calendar
Text Symbol: WU5 = Master data change date to set is earlier than allowed in the control rec.
Text Symbol: WU4 = Master data change date to set is after the existing.
Text Symbol: WU3 = Pers. nr. blocked.
Text Symbol: WU2 = Organizational assignment (IT0001) missing.
Text Symbol: WU1 = Pers.nr does not exist
Text Symbol: WU6 = Master data change date to set is earlier than allowed (IT0003-PRDAT).
Text Symbol: Y02 = Feb
Text Symbol: Y01 = Jan
Text Symbol: WU9 = Contr.record blocked.
Text Symbol: WU8 = InternError
Text Symbol: WU7 = Error by reading control record.
Text Symbol: 011 = Pers.no.
Text Symbol: 010 = Mo/day 01020304050607080910111213141516171819202122232425262728293031
Text Symbol: 009 = Month/day from to No. Abs.code Hours
Text Symbol: 004 = Created:
Text Symbol: 003 = PC cluster :
Text Symbol: E02 = Many months cannot be displayed in a line.
Text Symbol: WU0 = You cannot change the date of first mast. data change
Text Symbol: T01 = PersNo.Year
Text Symbol: M02 = Month from to Mon. Tue. Wed. Thur. Fri. Sat. Sunday
Text Symbol: M01 = Month from to Mo Tu Th We Fr Sa Su
Text Symbol: E03 = Incorrect display mode
Text Symbol: Y09 = Sep
Text Symbol: Z51 = There is no personal calendar for the country.
Text Symbol: Z43 = Imported PC version differs from the present one.
Text Symbol: Z42 = Running program PC version
Text Symbol: Y10 = Oct
Text Symbol: Y11 = Nov
Text Symbol: Y12 = Dec
Text Symbol: Z41 = Imported PC version :





Text Symbol: Y08 = Aug
Text Symbol: Y03 = Mar
Text Symbol: Y07 = Jul
Text Symbol: Y06 = Jun
Text Symbol: Y05 = May
Text Symbol: Y04 = Apr


INCLUDES used within this REPORT RPCLPCH0

INCLUDE RPPPXD10.
INCLUDE RPCLST00.
INCLUDE RPCLPCH2.
INCLUDE RPCLPCHR.


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_HU_MOVE_STRUC1_TO_STRUC2 CALL FUNCTION 'HR_HU_MOVE_STRUC1_TO_STRUC2' EXPORTING p_struct1 = ncale IMPORTING p_struct2 = pcalh.

HR_HU_MOVE_STRUC1_TO_STRUC2 CALL FUNCTION 'HR_HU_MOVE_STRUC1_TO_STRUC2' EXPORTING P_STRUCT1 = pool_tmp IMPORTING P_STRUCT2 = pool.

HR_HU_MOVE_STRUC1_TO_STRUC2 CALL FUNCTION 'HR_HU_MOVE_STRUC1_TO_STRUC2' EXPORTING p_struct1 = ncale IMPORTING p_struct2 = pcalh.

HR_HU_MOVE_STRUC1_TO_STRUC2 CALL FUNCTION 'HR_HU_MOVE_STRUC1_TO_STRUC2' EXPORTING p_struct1 = ncale IMPORTING p_struct2 = pcalh.

HR_HU_MOVE_STRUC1_TO_STRUC2 CALL FUNCTION 'HR_HU_MOVE_STRUC1_TO_STRUC2' EXPORTING p_struct1 = pcalh IMPORTING p_struct2 = ncale.

HR_HU_MOVE_STRUC1_TO_STRUC2 CALL FUNCTION 'HR_HU_MOVE_STRUC1_TO_STRUC2' EXPORTING p_struct1 = pcalh IMPORTING p_struct2 = ncale.



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