SAP Reports / Programs

RPUFBN71 SAP ABAP Report - Provider Report for Flexible Benefit(GB)







RPUFBN71 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You run the Provider Report for Flexible Benefits GB to output plan participation data and other relevant employee data on a given date to external benefits providers...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 RPUFBN71 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

HRFBNPROVIDER - Provider Report for Flexible Benefit


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 RPUFBN71. "Basic submit
SUBMIT RPUFBN71 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUFBN71 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: SO_PERNR = D Personnel number
Selection Text: SO_BSTAT = D 2nd Program Grouping
Selection Text: SO_BENGR = D 1st Program Grouping
Selection Text: SO_BAREA = D Benefit area
Selection Text: PA_TEST = Test Run
Selection Text: PA_OLD = Comparison Temse file index
Selection Text: PA_NEW = Temse file index
Selection Text: PA_MISCE = Miscellaneous plans
Selection Text: PA_INSUR = Insurance plans
Selection Text: PA_HEALT = Health plans
Selection Text: PA_DATUM = Report Date
Selection Text: PA_CRENR = D Provider
Selection Text: PA_CHNGO = D Changes only
Selection Text: PA_BOTH = Also display comparison data
Title: Provider Report for Flexible Benefit(GB)
Text Symbol: T01 = $1 % processed
Text Symbol: SC3 = Additional Information
Text Symbol: SC2 = Selection
Text Symbol: SC1 = Evaluation
Text Symbol: 132 = Miscellaneous Plans
Text Symbol: 131 = Insurance Plans
Text Symbol: 130 = Health Plans
Text Symbol: 120 = Field Selection
Text Symbol: 119 = Selected fields
Text Symbol: 118 = Optional fields
Text Symbol: 117 = Choose fields
Text Symbol: 054 = Coverage Amount
Text Symbol: 053 = Benefit Area
Text Symbol: 052 = ID Number
Text Symbol: 051 = Employee Name
Text Symbol: 045 = Employee
Text Symbol: 010 = First Name
Text Symbol: 011 = Last Name
Text Symbol: 012 = EE Number
Text Symbol: 013 = Home Address
Text Symbol: 014 = Home Phone No.
Text Symbol: 015 = Date of Birth
Text Symbol: 016 = Email Address





Text Symbol: 017 = Gender
Text Symbol: 018 = Job Title
Text Symbol: 019 = Entry
Text Symbol: 020 = Department
Text Symbol: 021 = Cost Center
Text Symbol: 022 = Effe. Date
Text Symbol: 023 = Date of Change
Text Symbol: 024 = Policy Number
Text Symbol: 025 = Monthly Premium
Text Symbol: 026 = Option Selected
Text Symbol: 027 = Pre-flex Salary
Text Symbol: 028 = Coverage Level
Text Symbol: 029 = Status
Text Symbol: 030 = Persons Covered
Text Symbol: 031 = Action
Text Symbol: 032 = Plan
Text Symbol: 033 = Personnel No.
Text Symbol: 034 = Date of Leaving
Text Symbol: 035 = Participating
Text Symbol: 036 = Change
Text Symbol: 037 = Termination
Text Symbol: 038 = Comparision data
Text Symbol: 040 = Status Text


INCLUDES used within this REPORT RPUFBN71

INCLUDE FBEN0D01.


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