HCNCAWS0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this program you can calculate AWS for employee (also for Ex- employee) based on Basic pay or Average of basic pay from payroll result...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 HCNCAWS0 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_M28_CAWS - Process Year End Bonus
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: PAYDT4 =
Selection Text: PAYDT3 =
Selection Text: PAYDT2 =
Selection Text: PAYDT1 =
Selection Text: OFFPY6 =
Selection Text: OFFPY5 =
Selection Text: OFFPY4 =
Selection Text: OFFPY3 =
Selection Text: OFFPY2 =
Selection Text: OFFPY1 =
Selection Text: MONT_AWS =
Selection Text: MAPPNAME = Batch input/queue
Selection Text: LLIM_AWS = Low Limit of AWS
Selection Text: LGAWS = Wage type for IT0015/IT0267
Selection Text: KIAWS = Confession
Selection Text: HLIM_AWS = High limit of AWS
Selection Text: FIX_AWS = AWS paid as a fix amount
Selection Text: EX_TUNIT =
Selection Text: EX_STICH = Based on a qualifying date
Selection Text: EX_RATE =
Selection Text: EX_LASTD = Based on termination date
Selection Text: EX_EMPLD =
Selection Text: EX_EMPEE = Calculate AWS for Ex-Employee
Selection Text: DTYP_AWS = Type of part month runding
Selection Text: DTYPTEXT =
Selection Text: BASIC =
Selection Text: AWSENDDA = AWS to be taken account until
Selection Text: AWSBEGDA = AWS to be taken account from
Selection Text: AVWAGE =
Selection Text: AVER_AWS =
Selection Text: YEAR_AWS =
Selection Text: UNIT_AWS =
Selection Text: TEST = Test on
Selection Text: STICHDAY =
Selection Text: SDAY_AWS =
Selection Text: REGPY6 =
Selection Text: REGPY5 =
Selection Text: REGPY4 =
INCLUDE PC2RXCN0.
INCLUDE PCAWSCN2_ALV. "MAIN ROUTINE
INCLUDE PCAWSCN3_ALV. "SUB ROUTINES
INCLUDE PCAWSCN1.
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 HCNCAWS0 or its description.