N1SPMLAYOUT_GEN SAP (i.s.h.med:Table for Layout Variants) Table details

Dictionary Type: Table
Description: i.s.h.med:Table for Layout Variants




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




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

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

The N1SPMLAYOUT_GEN table consists of various fields, each holding specific information or linking keys about i.s.h.med:Table for Layout Variants data available in SAP. These include AVARIANTID (Layout), ROW1_SHOW_PL_OP (i.s.h.med: Display Planned Surgeries), ROW1_SHOW_ST_OP (i.s.h.med: Display Started Surgeries), ROW1_TMSTP_DISPL (i.s.h.med: Durations to be Displayed).. 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)


SAP N1SPMLAYOUT_GEN 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
ROW1_SHOW_PL_OPi.s.h.med: Display Planned Surgeries N1SPM_SHOW_PLANNED_OPCHAR1XFELD
ROW1_SHOW_ST_OPi.s.h.med: Display Started Surgeries N1SPM_SHOW_STARTED_OPCHAR1XFELD
ROW1_TMSTP_DISPLi.s.h.med: Durations to be Displayed N1SPM_ROW1_TMSTP_TO_DISPLAYCHAR1N1SPM_ROW1_TMSTP_TO_DISPLAY
ROW2_SHOW_PL_OPi.s.h.med: Display Planned Surgeries N1SPM_SHOW_PLANNED_OPCHAR1XFELD
ROW2_SHOW_ST_OPi.s.h.med: Display Started Surgeries N1SPM_SHOW_STARTED_OPCHAR1XFELD
ROW2_TMSTP_DISPLi.s.h.med: Durations to be Displayed N1SPM_ROW2_TMSTP_TO_DISPLAYCHAR1N1SPM_ROW2_TMSTP_TO_DISPLAY
SHOW_DETAIL_GRIDi.s.h.med: Activate Tabular Details Display N1SPM_SHOW_DETAILSCHAR1XFELD
OP_DESCRIPTIONi.s.h.med: Surgery Description N1SPM_OP_DESCRIPTIONCHAR2N1SPM_OP_DESCRIPTION
REF_SCR_ACT_TLi.s.h.med: Do Not Move Timeline upon Refresh N1SPM_SCR_WITH_ACT_TLCHAR1XFELD
REF_AUTO_SCROLLi.s.h.med: Automatic Scrolling N1SPM_AUTO_SCROLLCHAR1XFELD
DIFF_BTW_TIMEi.s.h.med: Interval Between two Time Displays in Minutes N1SPM_DIFF_BTW_TIMENUMC3N1SPM_DIFF_BTW_TIME
DIFF_BTW_TLi.s.h.med: Interval Between two Timelines N1SPM_DIFF_BTW_TLNUMC3N1SPM_DIFF_BTW_TL
SCRWIDTHi.s.h.med: Display Width in Minutes N1SPM_SCRWIDTHNUMC4N1SPM_SCRWIDTH
MIN_IN_PASTi.s.h.med: Number of Minutes into Past N1SPM_MINUTES_IN_PASTNUMC4N1SPM_MINUTES_IN_PAST
MARK_CONS_HOURi.s.h.med: Select Opening Hours N1SPM_MARK_CONS_HOURSCHAR1XFELD
COLOUR_CONS_HOURi.s.h.med: Color for Opening Times N1SPM_COLOUR_CONS_HOURSCHAR6N1SPM_COLOUR
COLOUR_ACT_TLi.s.h.med: Colour of Curent Timeline N1SPM_COLOUR_ACT_TLCHAR6N1SPM_COLOUR
POB_NUM_OF_ROWSi.s.h.med: Number of Rows/Screen Page N1SPM_NUMBER_OF_ROWSNUMC2N1SPM_NUMBER_OF_ROWS
POB_DESCRIPTIONi.s.h.med: Field Label for OUs or Rooms N1SPM_POB_DESCRIPTIONCHAR1N1SPM_POB_DESCRIPTION
POB_PRC_OF_UTILi.s.h.med: Display Utilization in Percent N1SPM_PERC_OF_UTILIZATIONCHAR1XFELD
MAX_FULLSCREENi.s.h.med: Fullscreen Mode Display N1SPM_MAX_FULLSCREENNUMC1N1SPM_MAX_FULLSCREEN
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1SPMLAYOUT_GEN
INTO CORRESPONDING FIELDS OF WA_N1SPMLAYOUT_GEN
WHERE...

How to access SAP table N1SPMLAYOUT_GEN

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