The Function Module CVV8_GET_NEXT_NUMBER (DDS: nächste freie Nummer aus Nummernkreisintervall ermitteln) is a standard Function Module in SAP ERP and is part of the function group CVV8 within the package CVDI.
Function Module | CVV8_GET_NEXT_NUMBER |
Short Text | DDS: nächste freie Nummer aus Nummernkreisintervall ermitteln |
Function Group | CVV8 |
Package | CVDI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_NUMRANGE_INTERVAL | LIKE | INRI-NRRANGENR | '01' | Nummer des Nummernkreises |
I_NUMRANGE_OBJECT | LIKE | INRI-OBJECT | Nummernkreisobjekt |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_NUMBER | LIKE | Nächste Nummer aus dem Nummmernintervall |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR_IN_NUMBER_RANGE | Fehler beim ziehen der nächsten Nummer aus Nkr. |
INTERVAL_NOT_FOUND | Intervall nicht gefunden |
NUMBER_RANGE_NOT_INTERN | Nummernkreis ist nicht intern |
OBJECT_NOT_FOUND | Objekt nicht in TNRO definiert |