SAP Reports / Programs

RPUBPS02 SAP ABAP Report - Display general information regarding requests and account balance







RPUBPS02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display general information regarding requests and account balance...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 RPUBPS02 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

HRBPS0002 - Display general request information


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 RPUBPS02. "Basic submit
SUBMIT RPUBPS02 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUBPS02 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: STATUS = D Request status
Selection Text: BENAREA = D Benefit area
Title: Display general information regarding requests and account balance
Text Symbol: S06 = Ready for payroll
Text Symbol: S05 = Rejected/Cancelled
Text Symbol: S04 = Approved
Text Symbol: S03 = In process by HR clerk
Text Symbol: S02 = In process by manager
Text Symbol: S01 = In process by employee
Text Symbol: 035 = Curr.
Text Symbol: 034 = Account begin date
Text Symbol: 033 = Claims from non-acct Req.
Text Symbol: 032 = Special columns
Text Symbol: 031 = -
Text Symbol: 030 = Genernal information regarding requests and point account.
Text Symbol: 029 = Available points
Text Symbol: 028 = Current balance
Text Symbol: 027 = Sum possibly charged
Text Symbol: 026 = Sum actually charged
Text Symbol: 025 = Initial balance
Text Symbol: 024 = Request status
Text Symbol: 023 = Purchase points
Text Symbol: 022 = Deduction points
Text Symbol: 021 = Deduction amount
Text Symbol: 020 = Reimbursement amount
Text Symbol: 019 = Request amount
Text Symbol: 018 = Request date
Text Symbol: 017 = Request option
Text Symbol: 016 = Request type
Text Symbol: 015 = Account period
Text Symbol: 014 = Account
Text Symbol: 013 = Name
Text Symbol: 012 = Personnel No.
Text Symbol: 005 = to
Text Symbol: 004 = Selection period
Text Symbol: 002 = Benefit area
Text Symbol: 001 = Selection criteria


INCLUDES used within this REPORT RPUBPS02

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