CNV_NCE_NROBJ_LST SAP (NCE work structure for list of number range objects) Structure details

Dictionary Type: Structure
Description: NCE work structure for list of number range objects




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




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

CNV_NCE_NROBJ_LST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "NCE work structure for list of number range objects" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CNV_NCE_NROBJ_LST TYPE CNV_NCE_NROBJ_LST.

The CNV_NCE_NROBJ_LST table consists of various fields, each holding specific information or linking keys about NCE work structure for list of number range objects data available in SAP. These include TABNAME (Table Name), FIELDNAME (Field Name), ROLLNAME (Data element (semantic domain)), DOMNAME (Domain name).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CNV_NCE_NROBJ_LST structure 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
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
DOMNAMEDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
TABLETYPEType of table (header, index or archive table) CNV_NCE_BAS_TABLETYPECHAR1CNV_NCE_BAS_TABLETYPE
NR_CASENumber range object design type NRCASECHAR1CHAR1
DTELSOBJSubobject data element NRSOBJNAMCHAR30DDOBJNAME
NRTABGroup table name NRTABCHAR30Assigned to domainAS4TAB
NRINTFLDNumber range number field name for internal number range NRINTNRCHAR30Assigned to domainFDNAME
NREXTFLDNumber range number field name for internal number range NRINTNRCHAR30Assigned to domainFDNAME
NRFLDName of the number range number field for number ranges NRNRNAMECHAR30Assigned to domainFDNAME
NRSOBJFLDNumber range table subobject field name NRNRSUBOBJCHAR30Assigned to domainFDNAME
NRELEFLDName of the number range element field NRNRELEMCHAR30Assigned to domainFDNAME
YEARINDFlag, whether number range object is to-year relevant NRYEARINDCHAR1XFELD
DOMLENDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
NUMLENLength field for number range objects CNV_NCE_OBJ_LENINT13CNV_NCE_OBJ_LEN
FIELDNAME_YEARField name with year values CNV_NCE_YEAR_FLDCHAR30CNV_NCE_YEAR_FLD
DOMSOBJDomain of subobject data element CNV_NCE_NRDOM_SOBJCHAR30CNV_NCE_NRDOM_SOBJ
NUMBER_LENGTHLength evaluated from DOMLEN CNV_NCE_NRLENNUMC2CNV_NCE_NRLEN
NUMBER_DTYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
DESCRIPTDescription of number range object CNV_NCE_NRDESCRCHAR60CNV_NCE_NRDESCR
RELEVANTNumber range object is relevant for conversion (flag) CNV_NCE_BAS_RELEVANTCHAR1X
EXCLUDEExclude from conversion CNV_NCE_BAS_EXCLUDECHAR1X

Key field Non-key field



How do I retrieve data from SAP structure CNV_NCE_NROBJ_LST using ABAP code?

As CNV_NCE_NROBJ_LST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CNV_NCE_NROBJ_LST as there is no data to select.

How to access SAP table CNV_NCE_NROBJ_LST

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