T78NRI SAP (Prefix Numbers and Number Intervals for Standard ObjectTypes) Table details

Dictionary Type: Table
Description: Prefix Numbers and Number Intervals for Standard ObjectTypes




ABAP Code to SELECT data from T78NRI
Related tables to T78NRI
Access table T78NRI




Table field list including key, data, relationships and ABAP select examples

T78NRI is a standard SAP Table which is used to store Prefix Numbers and Number Intervals for Standard ObjectTypes data and is available within R/3 SAP systems depending on the version and release level.

The T78NRI table consists of various fields, each holding specific information or linking keys about Prefix Numbers and Number Intervals for Standard ObjectTypes data available in SAP. These include CLIENT (Client), LEAD_NR (Prefix Number), LOWNUM (Lower Limit of a Number Interval for Workflow Objects), HIGHNUM (Upper Limit of a Number Interval for Workflow Objects).. 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. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


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

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
CLIENTClient MANDTCLNT3Assigned to domainMANDT
LEAD_NRPrefix Number HR_LEAD_NRNUMC3Assigned to domainHR_LEAD_NR
LOWNUMLower Limit of a Number Interval for Workflow Objects WF_NUM_LOWNUMC5NUMC5
HIGHNUMUpper Limit of a Number Interval for Workflow Objects WF_NUM_HIGHNUMC5NUMC5
ACTIVEIndicator to Show Whether Number Interval Is Active WF_NUM_ACTIVECHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM T78NRI
INTO CORRESPONDING FIELDS OF WA_T78NRI
WHERE...

How to access SAP table T78NRI

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

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


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!