SAP Reports / Programs

HBRPAYR0 SAP ABAP Report - Payroll Monthly Report







HBRPAYR0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a monthly journal of payroll results, that discriminates every fund used in branches and/or construction sites and in the company's cost centers...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 HBRPAYR0 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

PC00_M37_CLJN - Analytical data 37


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 HBRPAYR0. "Basic submit
SUBMIT HBRPAYR0 AND RETURN. "Return to original report after report execution complete
SUBMIT HBRPAYR0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


PAYROLL MONTHLY REPORT
Selection Text: P_IMMED = Direct output
Selection Text: OFFCYCLE = Off-cycle
Selection Text: OBRA = Construction site
Selection Text: NORMAL = Monthly payroll
Selection Text: FILIA = Branch
Selection Text: CCENTER = Cost center
Title: Payroll Monthly Report
Text Symbol: 090 = Current period
Text Symbol: 089 = Amount
Text Symbol: 088 = Descript.
Text Symbol: 087 = COMPANY:
Text Symbol: 085 = Wage type code
Text Symbol: 084 = WType
Text Symbol: 083 = List wage type
Text Symbol: 081 = Gain value
Text Symbol: 080 = Discount value
Text Symbol: 079 = Base value
Text Symbol: 078 = Payroll situation
Text Symbol: 075 = CostCent
Text Symbol: 074 = CS:
Text Symbol: 073 = Branch:
Text Symbol: 072 = CNPJ:
Text Symbol: 071 = No.of dependents for child allowance
Text Symbol: 070 = No.of dependents for incTx
Text Symbol: 068 = Situat.
Text Symbol: 101 = List wage types
Text Symbol: 500 = Error displaying list (flush)
Text Symbol: 501 = Error creating container
Text Symbol: 502 = Error creating TREE object
Text Symbol: 510 = Impossible ti create wage type list
Text Symbol: 511 = HOURLY/MONTHLY PAID PERSONNEL -
Text Symbol: 514 = (C.N.P.J.):
Text Symbol: X02 = Additional selec.
Text Symbol: X03 = Data to process
Text Symbol: X04 = Special payment
Text Symbol: X05 = Mnth.payroll
Text Symbol: X06 = to be paid on





Text Symbol: X07 = Detail level - Sums
Text Symbol: X08 = Company
Text Symbol: X09 = Comp.and branch/c.sit
Text Symbol: X10 = Company, branch/c.site and cost center
Text Symbol: X11 = Company, branch/c.site, cost center and employee
Text Symbol: X12 = Reason
Text Symbol: 067 = Department
Text Symbol: 027 = Branch total:
Text Symbol: 026 = Cost center total:
Text Symbol: 025 = Retired:
Text Symbol: 024 = Military service:
Text Symbol: 023 = Leave w/o remun.:
Text Symbol: 022 = Remunerated leave:
Text Symbol: 021 = Maternity leave:
Text Symbol: 020 = Welfare Absence:
Text Symbol: 019 = Work accident:
Text Symbol: 018 = Leave:
Text Symbol: 017 = Dismissed:
Text Symbol: 016 = Active:
Text Symbol: 015 = Salaried EE:
Text Symbol: 014 = Child allow.no.depends.:
Text Symbol: 013 = ITax No.Dependents
Text Symbol: 012 = Salary
Text Symbol: 011 = Bases
Text Symbol: 010 = TCODE TOT:
Text Symbol: 009 = No.of EEs
Text Symbol: 008 = Discounts
Text Symbol: 007 = Gains
Text Symbol: 006 = Unit
Text Symbol: 066 = Wage
Text Symbol: 064 = Dismiss.
Text Symbol: 063 = Hiring
Text Symbol: 062 = Date of birth
Text Symbol: 061 = Family dep.
Text Symbol: 060 = IT.dep.
Text Symbol: 053 = Type absence
Text Symbol: 050 = Activ
Text Symbol: 049 = Net
Text Symbol: 048 = Details





Text Symbol: 047 = Unidentified employee details
Text Symbol: 046 = Selection period
Text Symbol: 045 = Issued in
Text Symbol: 036 = Payroll result
Text Symbol: 035 = Companies sorted by TaxNo.
Text Symbol: 034 = Cmpnies.
Text Symbol: 033 = Dismiss.:
Text Symbol: 032 = Hiring:
Text Symbol: 031 = C.CENTR:
Text Symbol: 030 = CSITE
Text Symbol: 029 = BRANCH:
Text Symbol: 028 = Work total:


INCLUDES used within this REPORT HBRPAYR0

INCLUDE PCFTBBR0.
INCLUDE PCREPBZ0.


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:

HR_OC_F4_POPUP_OCRSN CALL FUNCTION 'HR_OC_F4_POPUP_OCRSN' EXPORTING molga = pbr99_molga IMPORTING ocrsn = ocrsn.



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