RPLSPPS2 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 an enhancement to the existing
If you would like to execute this report or see the full code listing simply enter RPLSPPS2 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M23_LSPP - SPP monthly insurance events
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.
Selection Text: TESTRUN = Test run
Selection Text: SELPLTYP = Dept 1 benefits plan type
Selection Text: SELPLTD2 = Dept 2 benefits plan type
Selection Text: SELORGNO = Organization number
Selection Text: SAL_DECR = Annual salary decrease
Selection Text: PA_VARIA = ALV Display Variant
Selection Text: FORML = Rules for annual salary
Selection Text: CH_BTRTL = Summary of personnel areas
Selection Text: BPLAN = Restrict to benefit plans
Selection Text: AVE_3 = Divide variable payment by 3
Title: SPP monthly insurance events
Text Symbol: E24 = Function not possible
Text Symbol: E23 = Warning
Text Symbol: E20 = Not allowed in batch
Text Symbol: E11 = File cannot be read (completely)
Text Symbol: E10 = Data conversion error
Text Symbol: E09 = Front end function cannot be performed in batch
Text Symbol: E08 = Invalid value for parameter FILETYPE
Text Symbol: E07 = Invalid table structure
Text Symbol: E06 = invalid parameter BIN FILESIZE
Text Symbol: E05 = File cannot be written
Text Symbol: E04 = File cannot be opened
Text Symbol: E03 = Following presentation server file was created :
Text Symbol: ALV = List Viewer Layout
Text Symbol: 077 = Alternative Pens. Sol. at prev ER
Text Symbol: 076 = Parental leave Begin date
Text Symbol: 075 = Reason for Leaving
Text Symbol: 074 = Old Cost center
Text Symbol: E25 = File :
Text Symbol: Q00 = Data written to following TemSe object
Text Symbol: Q01 = Error when opening TemSe object
Text Symbol: Q02 = Error when writing TemSe object
Text Symbol: Q03 = Error when closing TemSe object
Text Symbol: Q05 = Error when reading TemSe object
Text Symbol: Q06 = Data read from following TemSe object :
Text Symbol: Q10 = Error when opening sequential file.
Text Symbol: Q11 = Error when writing sequential file
Text Symbol: Q12 = Error when closing sequential file
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_SE_GET_PERIOD_BEGDA_ENDDA CALL FUNCTION 'HR_SE_GET_PERIOD_BEGDA_ENDDA' EXPORTING payroll_area = pnpxabkr period = report_period IMPORTING period_begda = report_begda period_endda = report_endda.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = gs_layout it_fieldcat = gt_fieldcat[] i_save = 'X' "KK#1088112 is_variant = g_is_variant "KK#1088112 it_events = gt_events[] is_print = gs_print TABLES t_outtab = spp_info_all.
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 RPLSPPS2 or its description.