Data Element list used by SAP ABAP Function Module HR_CA_CALC_STANDBY_BENEFIT (Calculate standby charge for car taxable benefit, Canada)
SAP ABAP Function Module
HR_CA_CALC_STANDBY_BENEFIT (Calculate standby charge for car taxable benefit, Canada) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CHKDT | Check Date | SOURCE REFERENCE(P_DATE) LIKE SAPMPTKC-CHKDT DEFAULT SY-DATUM |
|
| 2 | PCA_AUTOCOST | Cost of automobile to employer | SOURCE REFERENCE(AUTOCOST) LIKE SAPMPTKC_CAR-AUTOCOST DEFAULT 0 |
|
| 3 | PCA_NUM_DAYS | Number of days automobile was available to employee | SOURCE REFERENCE(NUM_DAYS) LIKE SAPMPTKC_CAR-NUM_DAYS DEFAULT 365 |
|
| 4 | PCA_PERS_KM | Kilometres driven by employee for personal use | SOURCE REFERENCE(PERS_KM) LIKE SAPMPTKC_CAR-PERS_KM DEFAULT 0 |
|
| 5 | PCA_REDUCTION | Apply standby charge reduction formula | SOURCE REFERENCE(REDUCE) LIKE SAPMPTKC_CAR-REDUCTION DEFAULT '0' |
|
| 6 | PCA_STANDBY | Standby charge for car taxable benefit | SOURCE REFERENCE(STANDBY) LIKE SAPMPTKC_CAR-STANDBY |
|
| 7 | PCA_ST_CH1 | Variant 1 - Auto owned by employer | SOURCE REFERENCE(ST_CH) LIKE SAPMPTKC_CAR-ST_CH1 DEFAULT '1' |
|
| 8 | PCA_ST_OPT1 | Standby charge calculation - Option 1 | SOURCE REFERENCE(ST_OPT) LIKE SAPMPTKC_CAR-ST_OPT1 DEFAULT '1' |
|
| 9 | PCA_ST_REIMB | Reimbursement of standby charge by employee | SOURCE REFERENCE(ST_REIMB) LIKE SAPMPTKC_CAR-ST_REIMB DEFAULT 0 |
|