SAP Reports / Programs

RPCSPYS0_CE SAP ABAP Report - SPV Yearly Pension (PA-91) - Prepare Data







RPCSPYS0_CE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to prepare the data that you need to report to the National Government Employee Pensions Board (SPV) that is relevant for the PA-91 pension agreement...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 RPCSPYS0_CE 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 RPCSPYS0_CE. "Basic submit
SUBMIT RPCSPYS0_CE AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSPYS0_CE 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: P_BPLAN = Benefit Plan
Selection Text: P_DIRECT = Direct Update - Without ALV
Selection Text: P_FORM = Form Name
Selection Text: P_PLTYP = Plan Type
Selection Text: P_YEAR = Reported Year
Title: SPV Yearly Pension (PA-91) - Prepare Data
Text Symbol: 001 = Filter
Text Symbol: 002 = Pension Plan
Text Symbol: 003 = Table has been updated
Text Symbol: 004 = Error while updating table
Text Symbol: 005 = SPV Yearly Pension
Text Symbol: FR0 = Program Control
Text Symbol: FR1 = Configuration
Text Symbol: I01 = This action could update existing entries and insert a new one. Do you want continue?
Text Symbol: I02 = Compare and Update


INCLUDES used within this REPORT RPCSPYS0_CE

INCLUDE RPCREPS0_CE.
INCLUDE RPCBENS0_CE.


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_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = '23ANS' struc_content = ls_pme01 kind_of_error = space IMPORTING back = ls_conty-conty EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = '23YPC' struc_content = ls_pme01 kind_of_error = space IMPORTING back = lv_df_pocod EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = '23YCC' struc_content = ls_pme01 kind_of_error = space IMPORTING back = lv_df_eecatg EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = '23PTC' struc_content = ls_pme01 kind_of_error = space IMPORTING back = ls_parttime-parttime EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-i02 text_question = text-i01 text_button_1 = 'Yes' text_button_2 = 'No' default_button = '1' IMPORTING answer = lv_answer.



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