SAP Reports / Programs | Payroll | Payroll: General Parts(PY-XX) SAP PY

RPCSHS00 SAP ABAP Report - Payday Calendar







RPCSHS00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to create a payday calendar for the payroll year...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 RPCSHS00 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

PC00_M45_SHS00 - Payday 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 RPCSHS00. "Basic submit
SUBMIT RPCSHS00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSHS00 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: YEAR = Calendar year
Selection Text: SYMRUN_P = Symbol for payr.run (past)
Selection Text: SYMRUN_F = Symbol for payr.run (future)
Selection Text: SYMPAY_P = Symbol for payday (past)
Selection Text: SYMPAY_F = Symbol for payday (future)
Selection Text: PRINT_TY = Calendar type
Selection Text: PERMO = Period parameters
Selection Text: MOLGA = Country grouping
Selection Text: DATMO = Date modifier
Title: Payday Calendar
Text Symbol: U03 = Day
Text Symbol: U02 = 1st
Text Symbol: U01 = Mo.
Text Symbol: SEP = September
Text Symbol: OCT = October
Text Symbol: NOV = November
Text Symbol: MAY = May
Text Symbol: MAR = March
Text Symbol: L08 = Payroll run,
Text Symbol: L07 = in the past
Text Symbol: L06 = in the future
Text Symbol: 001 = Payday calendar for
Text Symbol: 002 = Mo Tu We Th Fr Sa Su
Text Symbol: 005 = Date :
Text Symbol: 0DI = Tu
Text Symbol: 0DO = Th
Text Symbol: 0FR = Fr
Text Symbol: 0MI = We
Text Symbol: 0MO = Mo
Text Symbol: 0SA = Sa
Text Symbol: 0SO = Su
Text Symbol: APR = April
Text Symbol: AUG = August
Text Symbol: DEC = December
Text Symbol: FEB = February
Text Symbol: JAN = January
Text Symbol: JUL = July





Text Symbol: JUN = June
Text Symbol: L01 = Period parameters
Text Symbol: L02 = Date modifier
Text Symbol: L03 = Symbols
Text Symbol: L04 = End date for period
Text Symbol: L05 = Payday,


INCLUDES used within this REPORT RPCSHS00

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:

No SAP FUNCTION MODULES are executed within this report code!



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