NWCV_LICENCE SAP (License Query) Table details

Dictionary Type: Table
Description: License Query




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




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

NWCV_LICENCE is a standard SAP Table which is used to store License Query data and is available within R/3 SAP systems depending on the version and release level.

The NWCV_LICENCE table consists of various fields, each holding specific information or linking keys about License Query data available in SAP. These include EINRI (Institution), NWCV_OBJECT (License Sales Description), NWCV_DATE_TO (Date), NWCV_HASHKEY (License Key).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP NWCV_LICENCE 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 MANDTCLNT3T000MANDT
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
NWCV_OBJECTLicense Sales Description NWCV_OBJECT_SALECHAR20NWCV_LICSALENWCV_OBJECT_SALE
NWCV_DATE_TODate DATUMDATS8DATUM
NWCV_HASHKEYLicense Key NWCV_HASHKEYCHAR32

Key field Non-key field



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

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

SELECT SINGLE *
FROM NWCV_LICENCE
INTO CORRESPONDING FIELDS OF WA_NWCV_LICENCE
WHERE...

How to access SAP table NWCV_LICENCE

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