SAP Reports / Programs

RPCSSPG0_EXLN SAP ABAP Report - HR-GB: Sickness Exclusion History







RPCSSPG0_EXLN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for SSP/SMP Exclusions The SSP/SMP exclusions report will identify all employees who have been excluded from SSP or SMP for the selection criteria you specify...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_EXLN 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_CEXLN - Exclusions 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_EXLN. "Basic submit
SUBMIT RPCSSPG0_EXLN AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSSPG0_EXLN 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 Exclusion History
Text Symbol: 001 = 1 : IMPORT Cluster PC Failed
Text Symbol: 002 = 2 : IMPORT RGDIR Failed
Text Symbol: 003 = 3 : Read QDNUM Failed
Text Symbol: 004 = 4 : Division by Zero
Text Symbol: 009 = : other system error


INCLUDES used within this REPORT RPCSSPG0_EXLN

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_excls = 'x' importing ssmp_weeks = ssp_weeks ssmp_excls = ssmp_excls piw_start = piw_start excl_start = excl_start exceptions failed_imp_cluster_pc = 1 failed_imp_rgdir = 2 failed_read_qdnum = 3 division_by_zero = 4 others = 5.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = g_repid i_callback_user_command = g_user_command i_structure_name = 'GBSSPEXCLN_STRUCT' i_save = chkd is_variant = gs_variant importing e_exit_caused_by_caller = g_exit_caused_by_caller es_exit_caused_by_user = gs_exit_caused_by_user tables t_outtab = gt_outtab exceptions program_error = 1 others = 2.

RP_EDIT_NAME call function 'RP_EDIT_NAME' exporting pp0002 = p0002 molga = t001p-molga langu = sy-langu format = '01' importing edit_name = hname retcode = ret_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 RPCSSPG0_EXLN or its description.