CNV_20201_NR_OBJ SAP (Number range objects - characteristics) Table details

Dictionary Type: Table
Description: Number range objects - characteristics




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




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

CNV_20201_NR_OBJ is a standard SAP Table which is used to store Number range objects - characteristics data and is available within R/3 SAP systems depending on the version and release level.

The CNV_20201_NR_OBJ table consists of various fields, each holding specific information or linking keys about Number range objects - characteristics data available in SAP. These include DOM_SUBOBJ (Domäne of subobject), DTELSOBJ (Subobject data element), ACTIVE ('Active' indicator for no. range obj.), DOMLEN (Domain of number range object).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNV_20201_NR_OBJ 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
OBJECTName of number range object NROBJCHAR10Assigned to domainNROBJ
DOM_SUBOBJDomäne of subobject CNV_20201_NRDOM_SOBJCHAR30Assigned to domainDOMNAME
DTELSOBJSubobject data element NRSOBJNAMCHAR30DDOBJNAME
ACTIVE'Active' indicator for no. range obj. CNV_20201_NRACTIVECHAR1CNV_20201_NRACTIVE
DOMLEN Domain of number range object0
LENGTHLength CNV_20201_LENNUMC2NUM2
DATATYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
TABNAME Name of value or reference table for number range object0
FD_SUBOBJ Field name for subobject0
FD_OBJECT Field name of number range object0
FD_YEAR Field name for fiscal year0
YEAR_INDICATORFlag, whether number range object is to-year relevant NRYEARINDCHAR1XFELD
DESCRIPTDescription of number range object CNV_20201_NRDESCRCHAR50TEXT50
FD_SUBSUBOBJ Field name for subsubobject0
TRANSACTIONCUA interface code NRCODECHAR20CHAR20
CONVFUNCName of the used routine CNV_FUNCCHAR30CNV_FUNC
SPECIAL_HANDLING special determination of max. numbers0

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNV_20201_NR_OBJ
INTO CORRESPONDING FIELDS OF WA_CNV_20201_NR_OBJ
WHERE...

How to access SAP table CNV_20201_NR_OBJ

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