NWVIEWVAR SAP (View Types in Work Stations) Table details

Dictionary Type: Table
Description: View Types in Work Stations




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




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

NWVIEWVAR is a standard SAP Table which is used to store View Types in Work Stations data and is available within R/3 SAP systems depending on the version and release level.

The NWVIEWVAR table consists of various fields, each holding specific information or linking keys about View Types in Work Stations data available in SAP. These include VIEWTYPE (View Type), FUGR (Function Group), FUGR_PROGNAME (Name of Main Program of Function Group), GUI_STATUS (GUI Status).. 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: Can be enhanced (character-type)


SAP NWVIEWVAR 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
VIEWTYPEView Type NVIEWTYPEVARCHAR3NVIEWTYPEVAR
FUGRFunction Group NFUGRCHAR30Assigned to domainFUNCNAME
FUGR_PROGNAMEName of Main Program of Function Group NFUGR_PROGNAMECHAR30Assigned to domainFUNCNAME
GUI_STATUSGUI Status NGUI_STATUSCHAR20GUI_STATUS
DYNNRDynpro Number of Subscreen ISH_DYNNR_SHRCHAR4ALPHAISH_DYNNR
VP_AVARFunction Module NFUMODCHAR30Assigned to domainFUNCNAME
VP_SVARFunction Module NFUMODCHAR30Assigned to domainFUNCNAME
VP_VIEWSPEC_FUNCFunction Module NFUMODCHAR30Assigned to domainFUNCNAME
VP_CONVERT_SVARFunction Module NFUMODCHAR30Assigned to domainFUNCNAME
VP_DATETIME_FIXFunction Module NFUMODCHAR30Assigned to domainFUNCNAME
UPDATE_NWVIEW_SFunction Module NFUMODCHAR30Assigned to domainFUNCNAME
DP_VIEWFunction Module NFUMODCHAR30Assigned to domainFUNCNAME
WP_VIEWFunction Module NFUMODCHAR30Assigned to domainFUNCNAME
WP_VIEW_REFRESHFunction Module NFUMODCHAR30Assigned to domainFUNCNAME
WP_VIEW_FUNCFunction Module NFUMODCHAR30Assigned to domainFUNCNAME
WP_VIEW_PRINTFunction Module NFUMODCHAR30Assigned to domainFUNCNAME
WP_VIEW_GET_ROWSFunction Module NFUMODCHAR30Assigned to domainFUNCNAME
WP_VIEW_CHK_ACTFunction Module NFUMODCHAR30Assigned to domainFUNCNAME
WP_VIEW_FREEFunction Module NFUMODCHAR30Assigned to domainFUNCNAME
WP_ALV_FIELD_GRPFunction Module NFUMODCHAR30Assigned to domainFUNCNAME
REPORTABAP Program Name REPIDCHAR40PROGNAME
FIELDCAT_STRUCTStructure for Field Catalog NFCATSTRUCTURECHAR30OBJECTNAME
FIELDCAT_TABTYPTable Type for Field Catalog NFCATTABTYPCHAR30OBJECTNAME
STD_VIEWIdentification of a View NVIEWIDCHAR10CHAR10
NWVIEW_STable of Special View Data NNWVIEW_SCHAR30OBJECTNAME
VNWVIEW_SUpdate Structure of Special View Data NVNWVIEW_SCHAR30OBJECTNAME
WP_VIEW_TRANSPFunction Module NFUMODCHAR30Assigned to domainFUNCNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM NWVIEWVAR
INTO CORRESPONDING FIELDS OF WA_NWVIEWVAR
WHERE...

How to access SAP table NWVIEWVAR

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