Start of Content Area

Number range and group read and maintain services  Locate the document in its SAP Library structure

Function group SNR1

The function modules in this group perform all number range, number range interval and group read and maintenance database accesses.

Note

Function modules marked with "*" can only be used for the object types 2 and 3 and 5-8 (see illustration in number range object types).

The changes are passed in an internal table and are copied into the local memory of the function group.
Before you call this function module, you must lock the number range object in question with NUMBER_RANGE_ENQUEUE, and unlock it again with NUMBER_RANGE_DEQUEUE after writing the changes to the database.
To copy the contents of local memory to the database, call the function module NUMBER_RANGE_UPDATE_CLOSE.