SAP Reports / Programs

RPCLPCS0 SAP ABAP Report - HR-S: Display Cluster PCL1 - Personal Calendar - Sweden (S)







RPCLPCS0 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 RPCLPCS0 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. "Basic submit
SUBMIT RPCLPCS0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCLPCS0 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: SELYEARS = Year
Selection Text: SELPERNR = Personnel no.
Selection Text: MOD3 = Output by year
Selection Text: MOD2 = Output by month
Selection Text: MOD1 = Output by week
Selection Text: LISTE = Overview
Title: HR-S: Display Cluster PCL1 - Personal Calendar - Sweden (S)
Text Symbol: T01 = Pers.no. Year Modified by : Program
Text Symbol: M02 = ----+---------+---------------------- -----+---------+----------------------
Text Symbol: M01 = Month fm - to: Mo Tu We Th Fr Sa Su Month fm - to: Mo Tu We Th Fr Sa Su
Text Symbol: FR1 = Selection options
Text Symbol: FR0 = General selection
Text Symbol: E03 = Requested layout not supported
Text Symbol: E02 = Number of months per line not supported
Text Symbol: A17 = ?...
Text Symbol: A16 = ?...
Text Symbol: A15 = ?...
Text Symbol: A14 = ?...
Text Symbol: A13 = ?...
Text Symbol: A12 = ?...
Text Symbol: A11 = ?...
Text Symbol: A10 = ?...
Text Symbol: Y01 = Jan
Text Symbol: Y02 = Feb
Text Symbol: Y03 = Mar
Text Symbol: Y04 = Apr
Text Symbol: Y05 = May
Text Symbol: Y06 = Jun
Text Symbol: Y07 = Jul
Text Symbol: Y08 = Aug
Text Symbol: Y09 = Sep
Text Symbol: Y10 = Oct
Text Symbol: Y11 = Nov
Text Symbol: Y12 = Dec
Text Symbol: Z41 = Imported version :
Text Symbol: Z42 = PC version of current report :
Text Symbol: Z43 = Imported PC version does not match PC version of this report
Text Symbol: Z51 = Country-specific version of this calendar cannot be displayed





Text Symbol: 001 = ?...
Text Symbol: 002 = Version :
Text Symbol: 003 = Cluster PC for year
Text Symbol: 004 = created by:
Text Symbol: 005 = on
Text Symbol: 006 = at
Text Symbol: 007 = by
Text Symbol: 008 = ?...
Text Symbol: 009 = Month/day fm. to: Number Absence Hours Pay
Text Symbol: 010 = Month/day01020304050607080910111213141516171819202122232425262728293031
Text Symbol: 011 = Personnel no.
Text Symbol: 012 = ?...
Text Symbol: 013 = ?...
Text Symbol: 014 = ?...
Text Symbol: 015 = ?...
Text Symbol: 016 = ?...
Text Symbol: 017 = ?...
Text Symbol: 040 = Display Options Help
Text Symbol: 300 = ?...
Text Symbol: 301 = ?...
Text Symbol: 302 = ?...
Text Symbol: 303 = ?...
Text Symbol: 304 = ?...
Text Symbol: 305 = ?...
Text Symbol: 306 = ?...
Text Symbol: 307 = ?...
Text Symbol: 308 = ?...
Text Symbol: 309 = ?...
Text Symbol: 333 = ?...
Text Symbol: A01 = ?...
Text Symbol: A02 = ?...
Text Symbol: A03 = ?...
Text Symbol: A04 = ?...
Text Symbol: A05 = ?...
Text Symbol: A06 = ?...
Text Symbol: A07 = ?...
Text Symbol: A08 = ?...
Text Symbol: A09 = ?...


INCLUDES used within this REPORT RPCLPCS0

INCLUDE RPPPXD00. "DATABASE PCLX





INCLUDE RPPPXD10.
INCLUDE RPCLST00.
INCLUDE RPCLPC00. "DESCRIPTION CLUSTER PC
INCLUDE RPCFPCS0. "DEFINITION DE LA MEGA-STRUKTUR


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:

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING LANGUAGE = SY-LANGU POPUP_TITLE = TEXT-040 START_COLUMN = 10 START_ROW = 3 TEXT_OBJECT = 'RPCLPCF0_HELP_MOD' EXCEPTIONS TEXT_NOT_FOUND = 01.



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