SAP COMM_PRSRV_NREL Group Table for Number Range Object SERVICEID Table data and field list

COMM_PRSRV_NREL is a standard SAP Table which is used to store Group Table for Number Range Object SERVICEID data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The COMM_PRSRV_NREL table consists of various fields, each holding specific information or linking keys about Group Table for Number Range Object SERVICEID data available in SAP. These include CATEGORY_ID (Category ID), NR_RANGE_INT (Number Range for Internal Number Assignment), NR_RANGE_EXT (Number Range for External Number Assignment)... See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

COMM_PRSRV_NREL table Technical Details:

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP COMM_PRSRV_NREL table fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the COMM_PRSRV_NREL table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3Assigned to domainMANDT
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
NR_RANGE_INTNumber Range for Internal Number Assignment COMT_NR_RANGE_INTCHAR2CHAR2
NR_RANGE_EXTNumber Range for External Number Assignment COMT_NR_RANGE_EXTCHAR2CHAR2

Key field Non-key field



How do I retrieve data from SAP table COMM_PRSRV_NREL using ABAP code

The following ABAP code Example will allow you to do a basic selection on COMM_PRSRV_NREL to SELECT all data from the table
DATA: WA_COMM_PRSRV_NREL TYPE COMM_PRSRV_NREL.

SELECT SINGLE *
FROM COMM_PRSRV_NREL
INTO CORRESPONDING FIELDS OF WA_COMM_PRSRV_NREL
WHERE...

How to access SAP table COMM_PRSRV_NREL

Within an ECC or HANA version of SAP you can also view further information about COMM_PRSRV_NREL and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).