SAP Reports / Programs

HIDCAWS0 SAP ABAP Report - Indonesia Bonus (AWS) calculation







HIDCAWS0 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 HIDCAWS0 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_M34_CAWS - Generate Annual Wage Supplement


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 HIDCAWS0. "Basic submit
SUBMIT HIDCAWS0 AND RETURN. "Return to original report after report execution complete
SUBMIT HIDCAWS0 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: AVERAGE =
Selection Text: AVWAGE =
Selection Text: AWSBEGDA = AWS to be taken account from
Selection Text: AWSENDDA = AWS to be taken account until
Selection Text: BASIC =
Selection Text: DTYPTEXT =
Selection Text: DTYP_AWS = Type of part month runding
Selection Text: EX_EMPEE = Calculate AWS for Ex-Employee
Selection Text: EX_EMPLD =
Selection Text: EX_LASTD = Based on termination date
Selection Text: EX_RATE =
Selection Text: EX_STICH = Based on a qualifying date
Selection Text: EX_TUNIT =
Selection Text: FIX_AWS = AWS paid as a fix amount
Selection Text: HLIM_AWS = High limit of AWS
Selection Text: KIAWS = Confession
Selection Text: LGAWS = Wage type for IT0015/IT0267
Selection Text: LLIM_AWS = Low Limit of AWS
Selection Text: YEAR_AWS =
Selection Text: UNIT_AWS =
Selection Text: TEST = Test on
Selection Text: STICHDAY =
Selection Text: SDAY_AWS =
Selection Text: RATE_AWS = Factor to calculate AWS
Selection Text: RAAWS = Race
Selection Text: PRORATEW = Proration by working days
Selection Text: PRORATEP = Proration by no. of month
Selection Text: PRORATEC = Proration by calendar days
Selection Text: PROBNPAY =
Selection Text: PROBMPAY =
Selection Text: PROBLPAY =
Selection Text: PROBHIRE =
Selection Text: PROBCFRM =
Selection Text: MONT_AWS =
Selection Text: MAPPNAME = Batch input/queue
Title: Indonesia Bonus (AWS) calculation
Text Symbol: 084 = Base Salary for AWS
Text Symbol: 083 = Inactive





Text Symbol: 082 = Active
Text Symbol: 081 = Country Grouping
Text Symbol: 080 = Rec. in Infotype
Text Symbol: 079 = on
Text Symbol: 078 = Infotype
Text Symbol: 077 = Generation Type
Text Symbol: 076 = Leave Screen
Text Symbol: 075 = Do you want to save?
Text Symbol: 074 = for pay period
Text Symbol: 073 = not found
Text Symbol: 072 = No Payroll result found
Text Symbol: 071 = Wage Type
Text Symbol: 070 = Average in Pay period
Text Symbol: 069 = Offcycle
Text Symbol: 085 = Part-month rounding or Factor is zero
Text Symbol: 086 = Reason for AWS
Text Symbol: 087 = does not currently belong to CC/EG/ESG--
Text Symbol: 801 = Key
Text Symbol: AAA = Key
Text Symbol: E01 = Error list
Text Symbol: E03 = Type
Text Symbol: E04 = Error text
Text Symbol: ENM = Employee Name
Text Symbol: FB2 = selected
Text Symbol: FB3 = Possible reasons
Text Symbol: FB4 = Possible absence types
Text Symbol: PER = Pers.no.
Text Symbol: STA = Emp. Status
Text Symbol: T01 = AWS to be taken account from
Text Symbol: T02 = to
Text Symbol: 034 = AWS Amount before adjusting with Limitation
Text Symbol: 033 = Factor of active period to AWS period
Text Symbol: 032 = Number of month/days/hours of AWS
Text Symbol: 031 = Basic pay in month
Text Symbol: 030 = AWS Amount
Text Symbol: 029 = General proration rule
Text Symbol: 028 = Types of absence excluded
Text Symbol: 027 = Date of Basic Salary
Text Symbol: 026 = Proration by calendar days





Text Symbol: 025 = Proration by working days
Text Symbol: 024 = No prorated AWS for Ex-employee if ...
Text Symbol: 023 = Based on termination date
Text Symbol: 022 = PSP not generated
Text Symbol: 021 = Number of personnel numbers has AWS
Text Symbol: 020 = Number of personnel numbers selected
Text Symbol: 019 = error at indirect evaluation
Text Symbol: 018 = check infotype
Text Symbol: 017 = don't belong to
Text Symbol: 016 = am last day of AWS period
Text Symbol: 015 = Employee is not active
Text Symbol: 014 = Factor to calc. AWS f. Ex-Emp.
Text Symbol: 013 = Type of part month runding
Text Symbol: 012 = Proration by no. of month
Text Symbol: 011 = AWS to be paid in period
Text Symbol: 010 = Based on a qualifying date
Text Symbol: 009 = No entry in table :
Text Symbol: 008 = Proration Rule
Text Symbol: 007 = Factor of actual payment
Text Symbol: 006 = Race / Religion
Text Symbol: 005 = Limit on AWS
Text Symbol: 004 = %
Text Symbol: 003 = Factor to calculate AWS
Text Symbol: 002 = AWS calculation Parameters
Text Symbol: 001 = Payment Information
Text Symbol: 068 = Reg.Payroll
Text Symbol: 067 = Average of Basic Salary
Text Symbol: 066 = Basic Salary
Text Symbol: 065 = Part Month pro-rate in detail
Text Symbol: 064 = To
Text Symbol: 063 = From
Text Symbol: 062 = Hours
Text Symbol: 061 = Days
Text Symbol: 060 = Months
Text Symbol: 059 = AWS for Ex-Employee
Text Symbol: 058 = ist not hourly-rated.
Text Symbol: 057 = Payment Date
Text Symbol: 056 = Time Unit
Text Symbol: 055 = AWS base



Text Symbol: 054 = is monthly-rated.
Text Symbol: 053 = AWS calculated, but paid upon confirmation
Text Symbol: 052 = AWS calculated and paid as usual
Text Symbol: 051 = no AWS calculated now
Text Symbol: 050 = If probation period has not completed by AWS period,
Text Symbol: 049 = Terminated by employer on grounds of dismissal.
Text Symbol: 048 = Probation period not finished.
Text Symbol: 047 = Calculation rule for Ex-employee
Text Symbol: 046 = " is created.
Text Symbol: 045 = Batch Input "
Text Symbol: 044 = AWS Overview
Text Symbol: 043 = Total Amount to be Paid
Text Symbol: 042 = from confirmation date
Text Symbol: 041 = from hire date
Text Symbol: 040 = Prorated AWS will be calculated
Text Symbol: 039 = Probation period
Text Symbol: 038 = during AWS period
Text Symbol: 037 = AWS for employee terminated
Text Symbol: 036 = % of calculated AWS to be paid
Text Symbol: 035 = AWS Amount after adjusting with Limitation


INCLUDES used within this REPORT HIDCAWS0

INCLUDE RPCAWSRD_ALV. "DATA DEFINITION
INCLUDE RPCAWSRM_ALV. "MAIN ROUTINE
INCLUDE RPCAWSRI_ALV. "SUB ROUTINES


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