SAP Reports / Programs

RPSBENU2 SAP ABAP Report - Benefits: Annual Return/Report of Employee Benefit Plan (ERISA 5500)







RPSBENU2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report is to provide answers to part of Items 7, 21, and 32 of Form 5500 (Annual Return/Report of Employee Benefit Plan), based on the information available in the system...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 RPSBENU2 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

P000_M10_ERISA - ERISA 5500


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 RPSBENU2. "Basic submit
SUBMIT RPSBENU2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPSBENU2 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: 5OWNER =
Selection Text: BAREAT = Benefit Area
Selection Text: BPLANT = Benefit Plan
Selection Text: CLIM_ASL = Minimum Annual Taxable Comp.
Selection Text: FEA7A = Name Of Feature
Selection Text: FEA7E = Name Of Feature
Selection Text: FEA7H = Name Of Feature
Selection Text: FRINGE =
Selection Text: PENSION =
Selection Text: RBWTY = Wage types
Selection Text: TBEGDA = Plan Year Begin Date
Selection Text: TENDDA = Plan Year End Date
Selection Text: TOP20EX =
Selection Text: WELFARE =
Title: Benefits: Annual Return/Report of Employee Benefit Plan (ERISA 5500)
Text Symbol: 21J = j - Number of nonexcludable employees. Subtract line 21i from 21h
Text Symbol: 21L = l - Number of nonexcludable employees (line 21j) who are highly compensated
Text Symbol: 21M = m - Number of nonexcludable employees (line 21j) who benefit under the plan
Text Symbol: 21N = n - Number of nonexcludable employees (line 21m) who are highly compensated
Text Symbol: 31A = (A) Employers
Text Symbol: 31B = (B) Participants
Text Symbol: 321 = (1) Received or receivable from:
Text Symbol: 32A = a - Contributions:
Text Symbol: 7A0 = a - Active participants:
Text Symbol: 7A1 = (1) Number fully vested
Text Symbol: 7A2 = (2) Number partially vested
Text Symbol: 7A3 = (3) Number nonvested
Text Symbol: 7A4 = (4) Total
Text Symbol: 7B0 = b - Retired or separated participants receiving benefits
Text Symbol: 7C0 = c - Retired or separated participants entitled to future benefits
Text Symbol: 7D0 = d - Subtotal. Add lines 7a(4), 7b, and 7c
Text Symbol: 7E0 = e - Deceased participants whose beneficiaries are receiving
Text Symbol: 7E1 = or are entitled to receive benefits
Text Symbol: 7F0 = f - Total. Add lines 7d and 7e
Text Symbol: 7H0 = h - Number of participants that terminated employment during the
Text Symbol: 7H1 = plan year with accrued benefits that were less than 100% vested
Text Symbol: E01 = Plan year spreads over two years.
Text Symbol: E02 = No record found in RGDIR





Text Symbol: E03 = No record found in cluster RU
Text Symbol: E04 = Compensation is negative
Text Symbol: E05 = Minimum annual salary not found
Text Symbol: E06 = Infotype General Benefits Data not found
Text Symbol: 001 = Benefit Restriction
Text Symbol: 002 = Plan Information
Text Symbol: 003 = Fringe Benefit Plan
Text Symbol: 004 = Welfare Benefit Plan
Text Symbol: 005 = Pension Benefit Plan
Text Symbol: 006 = Date Selection
Text Symbol: 007 = Information related To Item 7
Text Symbol: 008 = Define Active Participants
Text Symbol: 009 = Define Deceased Participants
Text Symbol: 010 = Define Terminated Participants
Text Symbol: 011 = Information related to Item 21
Text Symbol: 012 = Identify retired or separated participants receiving benefits
Text Symbol: 013 = Define excludable employees
Text Symbol: 014 = Methods for identifying Highly Compensated Employees
Text Symbol: 015 = 5% Company Owner or Compensation exceeds limit entered above
Text Symbol: 017 = Top 20% Employees whose Compensation exceeds above limit plus 5% Owner
Text Symbol: 018 = The following employees cannot be processed:
Text Symbol: 019 = Total
Text Symbol: 020 = Description
Text Symbol: 022 = Benefit Area:
Text Symbol: 023 = Benefit Plan:
Text Symbol: 024 = Plan Year Begin Date:
Text Symbol: 025 = Plan Year End Date :
Text Symbol: 029 = Methods for identifying Highly Compensated Employees:
Text Symbol: 030 = 5% Company Owner or Compensation exceeds
Text Symbol: 031 = Top 20% Compensated and Compensation exceeds
Text Symbol: 033 = The following are Highly Compensated Employees:
Text Symbol: 034 = Name
Text Symbol: 035 = Pers.no.
Text Symbol: 036 = C.Owner
Text Symbol: 037 = Compensation
Text Symbol: 038 = The following employees cannot be processed:
Text Symbol: 039 = Error
Text Symbol: 040 = ITEM 7
Text Symbol: 041 = ITEM 21





Text Symbol: 042 = ITEM 32
Text Symbol: 097 = Items 7, 21
Text Symbol: 098 = General Information
Text Symbol: 099 = Population
Text Symbol: 100 = Minimum Annual Taxable Compensation
Text Symbol: 21H = h - Total number of employees of the employer
Text Symbol: 21I = i - Total number of employees excludable


INCLUDES used within this REPORT RPSBENU2

INCLUDE BENU2D00_ALV. "DATA DEFINITION


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