SAP Reports / Programs

HINCANN0 SAP ABAP Report - Payroll Annual Display - India







HINCANN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Annual report for displaying payroll results...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 HINCANN0 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_M40_ANN - Payroll annual display - India


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 HINCANN0. "Basic submit
SUBMIT HINCANN0 AND RETURN. "Return to original report after report execution complete
SUBMIT HINCANN0 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: WAGETYPE = Wage Type(s)
Selection Text: OFFCYCLE = Include Offcycle Results
Selection Text: GTOTALS = Totals Required
Title: Payroll Annual Display - India
Text Symbol: NER = There are no errors
Text Symbol: E02 = Payroll for $ does not exist
Text Symbol: E01 = Error
Text Symbol: 220 = Payroll Annual Display - India
Text Symbol: 219 = Excludes Offcycle Results
Text Symbol: 218 = Includes Offcycle Results
Text Symbol: 217 = March
Text Symbol: 216 = February
Text Symbol: 215 = January
Text Symbol: 214 = Totals
Text Symbol: 213 = December
Text Symbol: 212 = November
Text Symbol: 211 = October
Text Symbol: 210 = September
Text Symbol: 209 = August
Text Symbol: 208 = July
Text Symbol: 207 = June
Text Symbol: 206 = May
Text Symbol: 205 = April
Text Symbol: 204 = Wage Description
Text Symbol: 203 = Wage Types
Text Symbol: 202 = Pers.No.
Text Symbol: 201 = Payroll Annual Display
Text Symbol: 101 = Additional Data
Text Symbol: 100 = Field selection
Text Symbol: 034 = processed
Text Symbol: 033 = Records
Text Symbol: 004 = Sort Sequence
Text Symbol: 003 = HR field selection
Text Symbol: 002 = Selected fields
Text Symbol: 001 = Selectable fields


INCLUDES used within this REPORT HINCANN0

No INCLUDES are used within this REPORT code!


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