SAP Reports / Programs

RPCSSPG0_HIST SAP ABAP Report - HR-GB: Sickness History SSP 1







RPCSSPG0_HIST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Sickness History SSP 1 You will normally run this report in conjunction with the SSP 1 report...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 RPCSSPG0_HIST 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_M08_CHIST - Sickness History SSP 1 08


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 RPCSSPG0_HIST. "Basic submit
SUBMIT RPCSSPG0_HIST AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSSPG0_HIST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: HR-GB: Sickness History SSP 1
Text Symbol: 001 = Sickness History for SSP 1
Text Symbol: 002 = Employee Name.
Text Symbol: 003 = National Insurance Number.
Text Symbol: 004 = Payroll Number.
Text Symbol: 005 = Sickness Start Date
Text Symbol: 006 = Sickness End Date
Text Symbol: 007 = Number of weeks paid
Text Symbol: 008 = system-error:
Text Symbol: 009 = No SSP / SMP record found


INCLUDES used within this REPORT RPCSSPG0_HIST

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_GBSXP_PHASE1_SWITCH call function 'HR_GBSXP_PHASE1_SWITCH' importing p_phase1 = g_gbsxp_phase1.

HR_GB_FETCH_SSMP_DATA call function 'HR_GB_FETCH_SSMP_DATA' exporting persnr = p2001-pernr begda = p2001-begda endda = p2001-endda get_ssmp_weeks = 'x' importing ssmp_weeks = ssp_weeks exceptions failed_imp_cluster_pc = 1 failed_imp_rgdir = 2 failed_read_qdnum = 3 division_by_zero = 4 others = 5.



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