N1SPMLAYOUT_DIS SAP (i.s.h.med: Table for Display Parameters) Table details

Dictionary Type: Table
Description: i.s.h.med: Table for Display Parameters




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




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

N1SPMLAYOUT_DIS is a standard SAP Table which is used to store i.s.h.med: Table for Display Parameters data and is available within R/3 SAP systems depending on the version and release level.

The N1SPMLAYOUT_DIS table consists of various fields, each holding specific information or linking keys about i.s.h.med: Table for Display Parameters data available in SAP. These include AVARIANTID (Layout), LFDNR (i.s.h.med: Layout Variant - Sequence Number), ZPID (Time ID), NOT_OP (i.s.h.med: Emergency Surgery).. 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 (character-type or numeric)


SAP N1SPMLAYOUT_DIS 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
AVARIANTIDLayout SLIS_VARICHAR12SLIS_VARI
LFDNRi.s.h.med: Layout Variant - Sequence Number N1SPMLDIS_LFDNRNUMC3N1SPMLDIS_LFDNR
ZPIDTime ID N2OZPIDCHAR10Assigned to domainN2OZPID
NOT_OPi.s.h.med: Emergency Surgery N1SPM_NOT_OPCHAR1XFELD
PROV_PATIENTi.s.h.med: Provisional Patient N1SPM_PROV_PATIENTCHAR1XFELD
RP_FLAGi.s.h.med: PLANNED/ACTUAL - Flag N1SPM_RP_FLAGCHAR1N1SPM_RP_FLAG
PERCENTAGE_FROMi.s.h.med: Percentage of Overlaps N1SPM_PERCENTAGE_FROMINT25N1SPM_PERC_VARIANCE
PERCENTAGE_TOi.s.h.med: Percentage Overlaps to N1SPM_PERCENTAGE_TOINT25N1SPM_PERC_VARIANCE
FONTNAMEi.s.h.med: Font N1SPM_FONTNAMECHAR30
FONTSIZEi.s.h.med: Surgery Progress Monitor -> Font Size N1SPM_FONTSIZENUMC2NUMC2
FONTBOLDi.s.h.med: Surgery Progress Monitor -> Print Bold N1SPM_FONTBOLDCHAR1XFELD
FONTITALICi.s.h.med: Surgery Progress Monitor -> Print Italics N1SPM_FONTITALICCHAR1XFELD
FRAME_COLOURi.s.h.med: Frame Color N1SPM_FRAME_COLOURCHAR6N1SPM_COLOUR
FOREGROUND_COLi.s.h.med: Foreground Color N1SPM_FOREGROUNDCOLOURCHAR6N1SPM_COLOUR
BACKCOL_PASTi.s.h.med: Past Background Color N1SPM_BACKCOLOUR_PASTCHAR6N1SPM_COLOUR
BACKCOL_FUTUREi.s.h.med: Future Background Color N1SPM_BACKCOLOUR_FUTURECHAR6N1SPM_COLOUR
ERTIMIS-H: Time Record Created RI_ERTIMTIMS6UHRZT
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPTIMIS-H: Time of Last Change RI_UPTIMTIMS6UHRZT
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
LOTIMDeletion Time RI_LOTIMTIMS6UHRZT
LODATDate of Deletion RI_LODATDATS8RI_DATUM
LOUSRUser Who Deleted Record RI_LOUSRCHAR12USNAM
LOEKZDeletion Flag/Indicator RI_LOEKZCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1SPMLAYOUT_DIS
INTO CORRESPONDING FIELDS OF WA_N1SPMLAYOUT_DIS
WHERE...

How to access SAP table N1SPMLAYOUT_DIS

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