Menu

SAP Function Module M60R_PB_NUMBER_GET_NEXT

Nummernkreis Nächste freie Nummer vergeben

The Function Module M60R_PB_NUMBER_GET_NEXT (Nummernkreis Nächste freie Nummer vergeben) is a standard Function Module in SAP ERP and is part of the function group M60R within the package MDPB.

Technical Information

Function Module M60R_PB_NUMBER_GET_NEXT
Short Text Nummernkreis Nächste freie Nummer vergeben
Function Group M60R
Package MDPB
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IGNORE_BUFFER LIKE SPACE Objekt-Pufferung ignorieren
NR_RANGE_NR LIKE INRI-NRRANGENR Nummernkreisnummer
OBJECT LIKE INRI-OBJECT Name des Nummernkreisobjects
QUANTITY LIKE INRI-QUANTITY '1' Anzahl der Nummern
SUBOBJECT LIKE SPACE Wert des Unterobjekts
TOYEAR LIKE INRI-TOYEAR '0000' Wert des Bis-Geschäftsjahres

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
NUMBER LIKE freie Nummer
QUANTITY LIKE INRI-QUANTITY Anzahl der Nummern
RETURNCODE LIKE INRI-RETURNCODE Returncode

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INTERVAL_NOT_FOUND Intervall nicht gefunden
INTERVAL_OVERFLOW Intervall aufgebraucht, kein Umschlag möglich
NUMBER_RANGE_NOT_INTERN Nummernkreis ist nicht intern
OBJECT_NOT_FOUND Objekt nicht in TNRO definiert
QUANTITY_IS_0 Anzahl der verlangten Nummern muß größer 0 sein
QUANTITY_IS_NOT_1 Anzahl der verlangten Nummern muß 1 sein