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
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
Below is a list of transaction codes which are relevant to this SAP report
HRBPS0003 - Create obligatory request
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: 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
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.
RPUBPS03 - Create obligatory benefit request RPUBPS03 - Create obligatory benefit request RPUBPS02 - Display general information regarding requests and account balance RPUBPS02 - Display general information regarding requests and account balance RPUBPS01 - Generate benefit point account for employee RPUBPS01 - Generate benefit point account for employee