Data Element list used by SAP ABAP Function Module HR_BPS_CALC_NEGATIVE_BALANCE (Calculate benefit request negative points and amount)
SAP ABAP Function Module
HR_BPS_CALC_NEGATIVE_BALANCE (Calculate benefit request negative points and amount) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BEN_AREA | Benefit area | SOURCE VALUE(BENEFITAREA) LIKE T5UB3-BAREA |
|
| 2 | BEN_CURR | Benefit Currency Key | SOURCE VALUE(EXCESSAMTCURR) LIKE P0718-CURRE |
|
| 3 | BEN_CURR | Benefit Currency Key | SOURCE VALUE(LOCAL_CURRENCY) LIKE P0718-CURRE DEFAULT 'USD ' |
|
| 4 | BEN_CURR | Benefit Currency Key | SOURCE VALUE(DEDUCTAMTCURR) LIKE P0718-CURRE |
|
| 5 | BPS_EXAMT | Excess amount | SOURCE VALUE(EXCESSAMOUNT) LIKE P0718-EXAMT |
|
| 6 | BPS_EXPTS | Excess points | SOURCE VALUE(EXCESSPOINTS) LIKE P0718-EXPTS |
|
| 7 | BPS_RBPTS | Purchase points | SOURCE VALUE(PURCHASEPOINTS) LIKE P0718-RBPTS |
|
| 8 | BPS_RBPTS | Purchase points | SOURCE VALUE(PURCHASEDPOINTS) LIKE P0718-RBPTS DEFAULT 0 |
|
| 9 | BPS_RDAMT | Deduction amount | SOURCE VALUE(DEDUCTAMOUNT) LIKE P0718-RDAMT |
|
| 10 | BPS_RDPTS | Deduction points | SOURCE VALUE(DEDUCTPOINTS) LIKE P0718-RDPTS |
|
| 11 | BPS_RDPTS | Deduction points | SOURCE VALUE(DEDUCTEDPOINTS) LIKE P0718-RDPTS DEFAULT 0 |
|
| 12 | BPS_RQOPT | Benefit request type option | SOURCE VALUE(REQUESTOPTION) LIKE T74_BPS12-RQOPT |
|
| 13 | BPS_RQTYP | Benefit request type | SOURCE VALUE(REQUESTTYPE) LIKE T74_BPS12-RQTYP |
|
| 14 | P_PERNR | Personnel Number | SOURCE VALUE(EMPLOYEENUMBER) LIKE PERNR-PERNR |