The Function Module NUMBER_CHECK (Number range: Checks whether number lies in the number interval) is a standard Function Module in SAP ERP and is part of the function group SNR3 within the package SZN.
Function Module | NUMBER_CHECK |
Short Text | Number range: Checks whether number lies in the number interval |
Function Group | SNR3 |
Package | SZN |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NR_RANGE_NR | LIKE | INRI-NRRANGENR | Number range number | |
NUMBER | LIKE | number to be checked | ||
NUMERIC_CHECK | LIKE | SPACE | Numeric check (only for num. intervals) | |
OBJECT | LIKE | INRI-OBJECT | Name of number range object | |
SUBOBJECT | LIKE | SPACE | Value of sub-object | |
TOYEAR | LIKE | INRI-TOYEAR | '0000' | Value of To-fiscal year |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RETURNCODE | LIKE | INRI-RETURNCODE | Return code |
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 |
---|---|
INTERVAL_NOT_FOUND | Interval not found |
NUMBER_RANGE_NOT_EXTERN | Number range is not external |
OBJECT_NOT_FOUND | Object not defined in TNRO |