SAP Reports / Programs | Payroll(PY) SAP PY

HROCBT40 SAP ABAP Report - External deductions







HROCBT40 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter HROCBT40 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_M61_CBT40 - External deductions


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 HROCBT40. "Basic submit
SUBMIT HROCBT40 AND RETURN. "Return to original report after report execution complete
SUBMIT HROCBT40 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: VALU16 = Range of valuation
Selection Text: TITLE2 = Secondary report title
Selection Text: SUBTOT = Subtotals
Selection Text: REKAP = Print Recapitulation
Selection Text: P_LVTEMP = Display variant
Selection Text: P_ALV = Output into ALV table
Selection Text: PAR_LINE = Key cols in item area w/o rept
Selection Text: H_COUNT = Key cols in header
Selection Text: DETAIL = Print Items
Selection Text: CNT_RES = Key cols for counter reset
Selection Text: CNT_KEY = Key cols for counter
Selection Text: CNT_INC = Key cols for counter incremen.
Title: External deductions
Text Symbol: R10 = Original Remainder
Text Symbol: R11 = Actual Rremainder
Text Symbol: R12 = AlreadyPaid
Text Symbol: R13 = Regular Installment
Text Symbol: R14 = Regular Interest
Text Symbol: R15 = Postponed Installment
Text Symbol: R16 = Postponed Interest
Text Symbol: R17 = Installment
Text Symbol: R18 = Interest
Text Symbol: R19 = Fee
Text Symbol: R20 = Name
Text Symbol: R21 = Address
Text Symbol: R22 = Account SAP
Text Symbol: R23 = Acount IBAN
Text Symbol: R24 = Reference
Text Symbol: R25 = Contract
Text Symbol: R26 = Comment
Text Symbol: R27 = Regular Total
Text Symbol: R28 = Postponed Total
Text Symbol: R29 = Total
Text Symbol: R30 = Total transfer
Text Symbol: R31 = Region
Text Symbol: TT1 = Report parameters
Text Symbol: TT2 = Output parameters
Text Symbol: TT3 = Other output





Text Symbol: B01 = Address
Text Symbol: B02 = Account SAP
Text Symbol: B03 = Account IBAN
Text Symbol: B04 = Reference
Text Symbol: B05 = Contract
Text Symbol: B06 = Comment
Text Symbol: B07 = Region
Text Symbol: C01 = Orig.Remai
Text Symbol: C02 = Act.Remai
Text Symbol: C03 = AlreadyPaid
Text Symbol: C04 = Reg.Instal.
Text Symbol: C05 = Reg.Inter.
Text Symbol: C06 = Reg.Total
Text Symbol: C07 = Pos.Instal.
Text Symbol: C08 = Pos.Inter.
Text Symbol: C09 = Pos.Total
Text Symbol: C10 = Installment
Text Symbol: C11 = Interest
Text Symbol: C12 = Fee
Text Symbol: C13 = Total
Text Symbol: C14 = Total.Trans
Text Symbol: C15 = Installment
Text Symbol: C16 = Interest
Text Symbol: C17 = Total
Text Symbol: C18 = Act.Remai
Text Symbol: C19 = AlreadyPaid
Text Symbol: E01 = Display length of selected parameters exceed 255 characters.
Text Symbol: H02 = Bal. Before
Text Symbol: H03 = Required
Text Symbol: H04 = Deducted
Text Symbol: H05 = Not Deduct.
Text Symbol: H06 = Bal. After
Text Symbol: R01 = Payee information
Text Symbol: R02 = Balances before
Text Symbol: R03 = Required amount
Text Symbol: R04 = Deducted amount
Text Symbol: R05 = Not deducted amount
Text Symbol: R06 = Balances after


INCLUDES used within this REPORT HROCBT40

INCLUDE HROLXXL6.





INCLUDE HROLXXL7.
INCLUDE HROLXXL1.


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_RO_READ_PYRES_INTERVAL CALL FUNCTION 'HR_RO_READ_PYRES_INTERVAL' EXPORTING pernr = pernr-pernr mode = 'S' begda = pn-begda endda = pn-endda * bondt = bondt * payty = payty * payid = payid tprun = '' tpall = '' TABLES runs = runs myrg = myrg rtdet = rtdet.



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