Data Element list used by SAP ABAP Function Module RP_GR_RESET_CUMULATIVE_AMOUNTS (Reset cumulative amounts)
SAP ABAP Function Module
RP_GR_RESET_CUMULATIVE_AMOUNTS (Reset cumulative amounts) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | P_GRNACPRP | Garnishment: amount paid in current payroll period | SOURCE VALUE(ACPRP) LIKE GRDBT_INT-ACPRP DEFAULT 0 |
|
| 2 | P_GRNAMTOD | Garnishment: amount paid from beginning of month to date | SOURCE VALUE(AMTOD) LIKE GRDBT_INT-AMTOD DEFAULT 0 |
|
| 3 | P_GRNAYTOD | Garnishment: amount paid from beginning of year to date | SOURCE VALUE(AYTOD) LIKE GRDBT_INT-AYTOD DEFAULT 0 |
|
| 4 | P_GRNBABRP | Begin date of payroll period for garnishment payroll | SOURCE VALUE(BABRP) LIKE GRALL_INT-BABRP |
|
| 5 | P_GRNGCPRP | Garnishment: gross summed over current payroll period | SOURCE VALUE(GCPRP) LIKE GRDBT_INT-GCPRP DEFAULT 0 |
|
| 6 | P_GRNGMTOD | Garnishment: gross summed month to date | SOURCE VALUE(GMTOD) LIKE GRDBT_INT-GMTOD DEFAULT 0 |
|
| 7 | P_GRNLABRD | Last payroll date for garnishment | SOURCE VALUE(LABRD) LIKE GRALL_INT-LABRD |
|
| 8 | P_GRNNCPRP | Garnishment: net summed over current payroll period | SOURCE VALUE(NCPRP) LIKE GRDBT_INT-NCPRP DEFAULT 0 |
|
| 9 | P_GRNNMTOD | Garnishment: net summed month to date | SOURCE VALUE(NMTOD) LIKE GRDBT_INT-NMTOD DEFAULT 0 |
|
| 10 | P_GRNPABRD | Payroll date for garnishment | SOURCE VALUE(PABRD) LIKE GRALL_INT-PABRD |
|