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
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
Below is a list of transaction codes which are relevant to this SAP report
HRBPS0001 - Generate benefit point account(IT717
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.