SAP Reports / Programs

HBRCDTA0 SAP ABAP Report - Preparation program - data exchange for several payments







HBRCDTA0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..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 HBRCDTA0 into the relevant SAP transactions such as SE38 or SE80


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 HBRCDTA0. "Basic submit
SUBMIT HBRCDTA0 AND RETURN. "Return to original report after report execution complete
SUBMIT HBRCDTA0 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: BONDT = Off-cycle date
Selection Text: LGART = Wage type
Selection Text: PAYID = Off-cycle identification
Selection Text: PAYTY = Type of payment
Selection Text: RP_DATIM = Time
Selection Text: RP_DATUM = Repeat date run
Selection Text: RP_SELST = Only assigned records
Selection Text: TEST = Test
Selection Text: UPD_PCL2 = Select transfers
Title: Preparation program - data exchange for several payments
Text Symbol: P19 = Invalid value
Text Symbol: P20 = Amount too large
Text Symbol: R40 = Program run date
Text Symbol: P18 = Entry required not entered
Text Symbol: P17 = Inconsistent data
Text Symbol: P16 = Invalid status
Text Symbol: P15 = Not found
Text Symbol: P14 = Transfer error
Text Symbol: P13 = No entry in table for argument:
Text Symbol: P07 = Invalid status
Text Symbol: P06 = Not found
Text Symbol: P05 = Error closing:
Text Symbol: 001 = Salary/wage
Text Symbol: 003 = Pens.
Text Symbol: 099 = Spec.settlem
Text Symbol: F01 = Molga $ invalid for personnel no. $ :
Text Symbol: F09 = Incomplete HR names edition for personnel no.
Text Symbol: F10 = No address indication for pers.no.
Text Symbol: F11 = No transfer data for personnel no.
Text Symbol: F12 = Work center not present in T001P f/pers.no.
Text Symbol: H03 = Errors occurred:
Text Symbol: P01 = Error opening:
Text Symbol: P02 = Entry required not entered
Text Symbol: P03 = Already exists
Text Symbol: R50 = No PCL2 data for personnel no. and payroll
Text Symbol: UW6 = CtryBank indicator Acc.(recip.)
Text Symbol: UW7 = Transaction reason txt
Text Symbol: R51 = Persons calculated and selected :





Text Symbol: R52 = Persons not selected :
Text Symbol: R53 = Transfers without errors :
Text Symbol: R54 = Transfers not run :
Text Symbol: R55 = Error in pers.no. and transfer no.
Text Symbol: R56 = Incorrect payment key
Text Symbol: R59 = Transfers already carried out
Text Symbol: UW1 = WT number Amount P RecipKey RecipText
Text Symbol: UW2 = TransfPaymt Ctry Bank number PCode Loc
Text Symbol: UW3 = V Acc.no. Transac.reason
Text Symbol: UW4 = DocNo. Clt. Transf.hour P EE Bank Account(issuing) Amount
Text Symbol: UW5 = Name (recipient) CodP Loc


INCLUDES used within this REPORT HBRCDTA0

INCLUDE RPCDTI09.
INCLUDE PCDTMBR0.


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