SAP Reports / Programs

RPUBPS03 SAP ABAP Report - Create obligatory benefit request







RPUBPS03 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Create obligatory benefit request This report lets you create an obligatory benefit request in the Benefit Request infotype (0718) for a number of employees...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 RPUBPS03 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

HRBPS0003 - Create obligatory request


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 RPUBPS03. "Basic submit
SUBMIT RPUBPS03 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUBPS03 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: BENAREA = D Benefit area
Selection Text: DEDPTS = D Deduction points
Selection Text: PAYDATE = D Date of origin
Selection Text: REFERX = Reference
Selection Text: REQAMT = D Amount
Selection Text: REQCUR =
Selection Text: REQOPTN = D Request type option
Selection Text: REQTYPE = D Request type
Selection Text: RQDASU = D Address subtype
Selection Text: RQDGNG = D Number of gifts
Selection Text: RQDMCD = D Confirmed exam date
Selection Text: RQDMPD = D Preferred exam.date
Selection Text: RQDPUR = D Request purpose
Selection Text: STATUS = D Request status
Selection Text: TESTRUN = Test run (no update)
Title: Create obligatory benefit request
Text Symbol: T01 = All candidates for the request within the scope you specified.
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: 036 = Exce.pts
Text Symbol: 035 = Excess amount
Text Symbol: 034 = Purc.pts
Text Symbol: 033 = Deduc. amount
Text Symbol: 032 = Reimb. amount
Text Symbol: 031 = Ded. pts
Text Symbol: 001 = Selection criteria
Text Symbol: 002 = General information for benefit request
Text Symbol: 003 = Save option
Text Symbol: 004 = Request amount
Text Symbol: 005 = Personnel No.
Text Symbol: 006 = Name
Text Symbol: 007 = Account
Text Symbol: 008 = Request type
Text Symbol: 009 = Request option





Text Symbol: 010 = Request date
Text Symbol: 011 = Date of origin
Text Symbol: 012 = Request amount
Text Symbol: 013 = Curr.
Text Symbol: 014 = Request status
Text Symbol: 015 = Initial balance
Text Symbol: 016 = Current balance
Text Symbol: 017 = Available points
Text Symbol: 018 = Create obligatory benefit request
Text Symbol: 019 = Special columns
Text Symbol: 020 = The control could not be created
Text Symbol: 021 = Select all
Text Symbol: 022 = Deselect all
Text Symbol: 023 = Update
Text Symbol: 026 = Do you want to leave the list?
Text Symbol: 027 = Detailed information for benefit request
Text Symbol: 028 = Num.of gift
Text Symbol: 029 = Pref. exam.date
Text Symbol: 030 = Confm exam.date


INCLUDES used within this REPORT RPUBPS03

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