N1VIEW_017_PERS SAP (i.s.h.med: Personal Setting for View Type 017) Table details

Dictionary Type: Table
Description: i.s.h.med: Personal Setting for View Type 017




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




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

N1VIEW_017_PERS is a standard SAP Table which is used to store i.s.h.med: Personal Setting for View Type 017 data and is available within R/3 SAP systems depending on the version and release level.

The N1VIEW_017_PERS table consists of various fields, each holding specific information or linking keys about i.s.h.med: Personal Setting for View Type 017 data available in SAP. These include PERSUID (i.s.h.med: ID for Personal Settings), VIEWTYPE (View Type), VIEWID (Identification of a View), USR (User Name in User Master Record).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP N1VIEW_017_PERS 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 MANDTCLNT3Assigned to domainMANDT
PERSUIDi.s.h.med: ID for Personal Settings N1SPMPERSUIDCHAR32N1UID
VIEWTYPEView Type NVIEWTYPECHAR3NVIEWTYPE
VIEWIDIdentification of a View NVIEWIDCHAR10CHAR10
USRUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
DISPLAYTYPEi.s.h.med: Display Type for View Type 017 N1SPM_DISPLAYTYPECHAR1N1SPM_DISPLAYTYPE
DIALOG_HEIGHTi.s.h.med: Height of Dialog Window N1SPM_HEIGHTNUMC4N1SPM_HEIGHT
DIALOG_WIDTHi.s.h.med: Width of Dialog Window N1SPM_WIDTHNUMC4N1SPM_WIDTH
DIALOG_TOPi.s.h.med: Top Edge of Dialog Window N1SPM_TOPNUMC4N1SPM_TOP
DIALOG_LEFTi.s.h.med: Left Edge of Dialog Window N1SPM_LEFTNUMC4N1SPM_LEFT
MINIMIZEDi.s.h.med: Dialog Window Minimized N1SPM_MINIMIZEDCHAR1XFELD
AREA1_DISPLAYi.s.h.med: Display Area (View Type 017) N1SPM_AREA1_DISPLAYCHAR1XFELD
AREA2_DISPLAYi.s.h.med: Display Area 2 (View Type 17) N1SPM_AREA2_DISPLAYCHAR1XFELD
OP_DESCRIPTIONi.s.h.med: Surgery Description N1SPM_OP_DESCRIPTIONCHAR2N1SPM_OP_DESCRIPTION

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1VIEW_017_PERS
INTO CORRESPONDING FIELDS OF WA_N1VIEW_017_PERS
WHERE...

How to access SAP table N1VIEW_017_PERS

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