NKUK SAP (Number range for change documents) Table details

Dictionary Type: Table
Description: Number range for change documents




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




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

NKUK is a standard SAP Table which is used to store Number range for change documents data and is available within R/3 SAP systems depending on the version and release level.

The NKUK table consists of various fields, each holding specific information or linking keys about Number range for change documents data available in SAP. These include NUMKR (Number range), VONNR (From-Change Number (Interval Lower Limit)), BISNR (To Change Number (Interval Upper Limit)), STAND (Last Change Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP NKUK 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
MANDTClient MANDTCLNT3MANDT
NUMKRNumber range NUMKRCHAR2CHAR2
VONNRFrom-Change Number (Interval Lower Limit) VONANNUMC8NUM08
BISNRTo Change Number (Interval Upper Limit) BISANNUMC8NUM08
STANDLast Change Number STAND_NKUKDEC8STAND_NKUK

Key field Non-key field



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

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

SELECT SINGLE *
FROM NKUK
INTO CORRESPONDING FIELDS OF WA_NKUK
WHERE...

How to access SAP table NKUK

Within an ECC or HANA version of SAP you can also view further information about NKUK 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!