Data Element list used by SAP ABAP Function Module HR_BPS_CALC_REIMB_AND_DEDUCT (Calculate benefit request points and amount)
SAP ABAP Function Module
HR_BPS_CALC_REIMB_AND_DEDUCT (Calculate benefit request 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(DEDUCTAMTCURR) LIKE P0718-CURRE |
|
| 3 | BEN_CURR | Benefit Currency Key | SOURCE VALUE(REIMBURSEAMTCURR) LIKE P0718-CURRE |
|
| 4 | BEN_CURR | Benefit Currency Key | SOURCE VALUE(REIMBURSEDAMTCUR) LIKE P0718-CURRE DEFAULT 'USD ' |
|
| 5 | BEN_CURR | Benefit Currency Key | SOURCE VALUE(EXCESSAMTCURR) LIKE P0718-CURRE |
|
| 6 | BEN_CURR | Benefit Currency Key | SOURCE VALUE(REQUESTAMTCURR) LIKE P0718-RQCUR DEFAULT 'USD ' |
|
| 7 | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | SOURCE VALUE(NAGTIVEBANLANCE) TYPE BOOLEAN |
|
| 8 | BPS_EXAMT | Excess amount | SOURCE VALUE(EXCESSAMOUNT) LIKE P0718-EXAMT |
|
| 9 | BPS_EXPTS | Excess points | SOURCE VALUE(EXCESSPOINTS) LIKE P0718-EXPTS |
|
| 10 | BPS_RBAMT | Reimbursement amount | SOURCE VALUE(REIMBURSEDAMOUNT) LIKE P0718-RBAMT DEFAULT 0 |
|
| 11 | BPS_RBAMT | Reimbursement amount | SOURCE VALUE(REIMBURSEAMOUNT) LIKE P0718-RBAMT |
|
| 12 | BPS_RBPTS | Purchase points | SOURCE VALUE(PURCHASEPOINTS) LIKE P0718-RBPTS |
|
| 13 | BPS_RBPTS | Purchase points | SOURCE VALUE(PURCHASEDPOINTS) LIKE P0718-RBPTS DEFAULT 0 |
|
| 14 | BPS_RDAMT | Deduction amount | SOURCE VALUE(DEDUCTAMOUNT) LIKE P0718-RDAMT |
|
| 15 | BPS_RDPTS | Deduction points | SOURCE VALUE(FIXDEDUCTPOINTS) LIKE P0718-RDPTS DEFAULT 0 |
|
| 16 | BPS_RDPTS | Deduction points | SOURCE VALUE(DEDUCTPOINTS) LIKE P0718-RDPTS |
|
| 17 | BPS_RDPTS | Deduction points | SOURCE VALUE(DEDUCTEDPOINTS) LIKE P0718-RDPTS DEFAULT 0 |
|
| 18 | BPS_RQAMT | Request amount | SOURCE VALUE(REQUESTAMOUNT) LIKE P0718-RQAMT DEFAULT 0 |
|
| 19 | BPS_RQOPT | Benefit request type option | SOURCE VALUE(REQUESTOPTION) LIKE T74_BPS12-RQOPT |
|
| 20 | BPS_RQTYP | Benefit request type | SOURCE VALUE(REQUESTTYPE) LIKE T74_BPS12-RQTYP |
|
| 21 | P_PERNR | Personnel Number | SOURCE VALUE(EMPLOYEENUMBER) LIKE PERNR-PERNR |