HARCLSTR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Via this report you can view the contents of the AR cluster...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 HARCLSTR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M29_CLSTR - Tools - payroll result - 29
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: ARCHIVE = File
Selection Text: FBEG = Start For-Period
Selection Text: FEND = End of For-Period
Selection Text: LISTE = Payroll record list
Selection Text: STAND = Maintenance indicator
Selection Text: TAB_AUSW = Individual table selection
Title: Cluster AR payroll results
Text Symbol: $16 = * *
Text Symbol: $15 = * in the text pool of the selected report *
Text Symbol: $14 = * Then initialize report RPUTXT00 to maintain the new text elements
Text Symbol: $13 = * Text elements must not be maintained here but in table 52CT *
Text Symbol: $12 = * *
Text Symbol: $11 = ***************************************************************************
Text Symbol: $10 = * Caution! Caution! Caution! Caution! Caution! Caution! Caution! *
Text Symbol: $09 = ***************************************************************************
Text Symbol: $08 = * *
Text Symbol: $07 = * in the text pool of the selected report. *
Text Symbol: $06 = * Then initialize report RPUTXT00 to maintain the new text elements*
Text Symbol: $05 = * Text elements must not be maintained here but in table 52CT *
Text Symbol: $04 = * *
Text Symbol: $03 = ***************************************************************************
Text Symbol: $02 = * Caution! Caution! Caution! Caution! Caution! Caution! Caution! *
Text Symbol: $01 = ***************************************************************************
Text Symbol: $00 = Last update: 11/02/1998 22:05:15
Text Symbol: AR0 = ARRRS Arrrs
Text Symbol: AR1 = ARSES Social Insurance
Text Symbol: AR2 = ARWPBP Addit. data work centr
Text Symbol: AR3 = ARIMP Tax data
Text Symbol: AR4 = AROIMP Other employer data
Text Symbol: AR5 = ARDIMP Tax deductions
Text Symbol: AL0 = ALP Alternative pay
Text Symbol: E01 = Version imported from cluster
Text Symbol: E00 = Personnel number:
Text Symbol: DF0 = DFT Diffs. bet. seperate g./net PayrollRuns
Text Symbol: DD0 = DDNTK Deductions not made
Text Symbol: CR0 = CRT Cumulative results table
Text Symbol: C10 = C1 Cost distribution for different infotypes
Text Symbol: C00 = C0 Cost distribution
INCLUDE RPPPXD10. "COMMON PART BUFFER PCL1/PCL2
INCLUDE RPC2R1X9.
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.
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 HARCLSTR or its description.