Data Element list used by SAP ABAP Function Module G_CATT_INSERT_NUMBER_RANGE (Create number ranges in FI-GLX)
SAP ABAP Function Module
G_CATT_INSERT_NUMBER_RANGE (Create number ranges in FI-GLX) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | NRFROM | From number | SOURCE VALUE(FROMNUMBER) LIKE INRIV-FROMNUMBER |
|
| 2 | NRIND | Internal (' ') or external ('X') number range flag | SOURCE VALUE(EXTERNIND) LIKE INRIV-EXTERNIND DEFAULT SPACE |
|
| 3 | NRLEVEL | Number range status | SOURCE VALUE(NRLEVEL) LIKE INRIV-NRLEVEL |
|
| 4 | NRNR | Number range number | SOURCE VALUE(NNRANGENR) LIKE INRIV-NRRANGENR |
|
| 5 | NROBJ | Name of number range object | SOURCE VALUE(OBJECT) LIKE TNRO-OBJECT |
|
| 6 | NRSOBJ | Number range object subobject value | SOURCE VALUE(SUBOBJECT) LIKE INRIV-SUBOBJECT |
|
| 7 | NRTO | To number | SOURCE VALUE(TONUMBER) LIKE INRIV-TONUMBER |
|
| 8 | NRYEAR | To fiscal year | SOURCE VALUE(TOYEAR) LIKE INRIV-TOYEAR |
|
| 9 | PROCIND | Processing flag (I=Insert, D=Delete,U=Update,' '=no changes) | SOURCE VALUE(PROCIND) LIKE INRIV-PROCIND |
|