SAP Reports / Programs

RPUBPS01 SAP ABAP Report - Generate benefit point account for employee







RPUBPS01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Create benefit points in the Benefit Point Account infotype (0717)...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 RPUBPS01 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

HRBPS0001 - Generate benefit point account(IT717


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 RPUBPS01. "Basic submit
SUBMIT RPUBPS01 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUBPS01 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: TESTRUN = Test run
Selection Text: CARRY_Y = Calculate carry over points
Selection Text: BPACC = Point account
Selection Text: BENAREA = Benefit area
Selection Text: ACCTY = Account type
Title: Generate benefit point account for employee
Text Symbol: 037 = on
Text Symbol: 036 = Benefit area is
Text Symbol: 035 = reject the EE
Text Symbol: 034 = No benefit area defined in IT0171 for
Text Symbol: 033 = There is a record in P0717, reject the EE
Text Symbol: 032 = Special columns
Text Symbol: 029 = Personnel number lock
Text Symbol: 028 = Execute status
Text Symbol: 027 = Overwrite
Text Symbol: 026 = Do not overwrite
Text Symbol: 025 = EE has record in selected period
Text Symbol: 024 = Processing data, please wait...
Text Symbol: 023 = Account type
Text Symbol: 022 = Account begin date
Text Symbol: 021 = Carry over lock status
Text Symbol: 020 = Initial balance
Text Symbol: 019 = Additional points
Text Symbol: 018 = Basic points
Text Symbol: 017 = Carry over points
Text Symbol: 016 = Remaining points
Text Symbol: 015 = Account period
Text Symbol: 014 = Point account
Text Symbol: 013 = Name
Text Symbol: 012 = Personnel No.
Text Symbol: 011 = -
Text Symbol: 010 = Account period
Text Symbol: 009 = Generating benefit point account
Text Symbol: 008 = EE has point for selected period
Text Symbol: 007 = No
Text Symbol: 006 = Yes
Text Symbol: 005 = Carry over points from previous period
Text Symbol: 004 = End date





Text Symbol: 003 = Point account start date
Text Symbol: 002 = Benefit area
Text Symbol: 001 = Selection criteria


INCLUDES used within this REPORT RPUBPS01

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:

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