Data Element list used by SAP ABAP Function Module NUMBER_GET_NEXT_V1 (Assigns next free number(s))
SAP ABAP Function Module
NUMBER_GET_NEXT_V1 (Assigns next free number(s)) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | NRNR | Number range number | SOURCE VALUE(NR_RANGE_NR) LIKE INRI-NRRANGENR |
|
| 2 | NROBJ | Name of number range object | SOURCE VALUE(OBJECT) LIKE INRI-OBJECT |
|
| 3 | NRQUAN | Number of numbers to be assigned | SOURCE VALUE(QUANTITY) LIKE INRI-QUANTITY DEFAULT '1' |
|
| 4 | NRQUAN | Number of numbers to be assigned | SOURCE VALUE(QUANTITY) LIKE INRI-QUANTITY |
|
| 5 | NRRETURN | Return code | SOURCE VALUE(RETURNCODE) LIKE INRI-RETURNCODE |
|
| 6 | NRYEAR | To fiscal year | SOURCE VALUE(TOYEAR) LIKE INRI-TOYEAR DEFAULT '0000' |
|