NSV_P01_NWPLACE SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

NSV_P01_NWPLACE is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The NSV_P01_NWPLACE table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include WPLACETYPE (Type of the Work Environment), WPLACEID (Identification of the Work Environment), SPRAS (Language Key), TITEL_INACTIV (Hide Title of Work Environment?).. 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: Not classified


SAP NSV_P01_NWPLACE table view 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
WPLACETYPEType of the Work Environment NWPLACETYPECHAR3NWPLACETYPE
WPLACEIDIdentification of the Work Environment NWPLACEIDCHAR40CHAR40
SPRASLanguage Key LANGULANG1ISOLASPRAS
TITEL_INACTIVHide Title of Work Environment? NTITEL_INACTIVCHAR1XFELD
OWNERPerson who Created Work Environment ISH_WPLACE_OWNERCHAR12XUBNAME
TXTName of Work Environment NWPLACETXTCHAR50N1WCHAR50
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
FACHLOEAspect Valid for Patient Department N1POFACHLOECHAR8NORGALPHAORGID
PROGRAMMIDAspects Valid from a Specific Program N1POREPIDCHAR40PROGNAME
CASETYPEAspect Valid for a Certain Case Type N1POCASETYPECHAR1FALLART
PODESIGNPatient Organizer Design N1PODESIGNCHAR3N1PODESIGN
REPORTAABAP Program Name REPIDCHAR40PROGNAME
HANDLEMgt. ID for repeated calls from the same program SLIS_HANDLCHAR4CHAR4
LOG_GROUPLogical group name SLIS_LOGGRCHAR4CHAR4
USERNAMEUser name for user-specific storage SLIS_USERCHAR12SYCHAR12
AVARIANTIDLayout SLIS_VARICHAR12SLIS_VARI
TYPEType (internal use) SLIS_TYPECHAR1CHAR1
SYMBOLIcon for an Aspect in the Patient Organizer N1POHIESYMBOLCHAR4ICON
HEADER_CLASSClass for Header N1POHEADCLASSCHAR30N1POCLASS

Key field Non-key field



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

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

SELECT SINGLE *
FROM NSV_P01_NWPLACE
INTO CORRESPONDING FIELDS OF WA_NSV_P01_NWPLACE
WHERE...

How to access SAP table NSV_P01_NWPLACE

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