SN1TER SAP (Appointments) Structure details

Dictionary Type: Structure
Description: Appointments




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




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

SN1TER is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Appointments" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SN1TER TYPE SN1TER.

The SN1TER table consists of various fields, each holding specific information or linking keys about Appointments data available in SAP. These include TRZ01 (Separator), STATE (Appointment status), TRZ02 (Separator), TERDT (Date of Appointment (Scheduled, Desired Date)).. 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: Can be enhanced (character-type)


SAP SN1TER structure 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
IDPlanning Object Identification, Appointment N1IDNUMC3N1ID
TRZ01Separator N1TRENZCHAR1N1TRENZ
STATEAppointment status N1STATECHAR2N1STATE
TRZ02Separator N1TRENZCHAR1N1TRENZ
TERDTDate of Appointment (Scheduled, Desired Date) N1TERDTCHAR10N1TERDT
TRZ03Separator N1TRENZCHAR1N1TRENZ
TERZTAppointment Time N1TERZTCHAR5N1TERZT
TRZ04Separator N1TRENZCHAR1N1TRENZ
PLDTEPlanned duration of appointment (minutes) N1PLDTENUMC3N1PLDTE
TRZ05Separator N1TRENZCHAR1N1TRENZ
NFDKZDuration can be changed N1NFDKZCHAR1XFELD
TRZ06Separator N1TRENZCHAR1N1TRENZ
LSTTXService Text N1LSTTXCHAR80N1LSTTX
TRZ07Separator N1TRENZCHAR1N1TRENZ
LNRLSIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
TRZ08Separator N1TRENZCHAR1N1TRENZ
ANZKZService displayed in appointment field N1ANZKZCHAR1XFELD
TRZ09Separator N1TRENZCHAR1N1TRENZ
PATNAPatient name N1PATNACHAR80N1INFO
TRZ10Separator N1TRENZCHAR1N1TRENZ
INFO1Information (user-defined text) N1INFOCHAR80N1INFO
TRZ11Separator N1TRENZCHAR1N1TRENZ
INFO1IDObject ID which is displayed in the Infotext field N1INFOIDCHAR10N1INFOID
TRZ12Separator N1TRENZCHAR1N1TRENZ
INFO1ANUser-defined text info displayed N1INFOANCHAR1XFELD
TRZ13Separator N1TRENZCHAR1N1TRENZ
INFO2Information (user-defined text) N1INFOCHAR80N1INFO
TRZ14Separator N1TRENZCHAR1N1TRENZ
INFO2IDObject ID which is displayed in the Infotext field N1INFOIDCHAR10N1INFOID
TRZ15Separator N1TRENZCHAR1N1TRENZ
INFO2ANUser-defined text info displayed N1INFOANCHAR1XFELD
TRZ16Separator N1TRENZCHAR1N1TRENZ
INFO3Information (user-defined text) N1INFOCHAR80N1INFO
TRZ17Separator N1TRENZCHAR1N1TRENZ
INFO3IDObject ID which is displayed in the Infotext field N1INFOIDCHAR10N1INFOID
TRZ18Separator N1TRENZCHAR1N1TRENZ
INFO3ANUser-defined text info displayed N1INFOANCHAR1XFELD
TRZ19Separator N1TRENZCHAR1N1TRENZ
INFO4Information (user-defined text) N1INFOCHAR80N1INFO
TRZ20Separator N1TRENZCHAR1N1TRENZ
INFO4IDObject ID which is displayed in the Infotext field N1INFOIDCHAR10N1INFOID
TRZ21Separator N1TRENZCHAR1N1TRENZ
INFO4ANUser-defined text info displayed N1INFOANCHAR1XFELD
TRZ22Separator N1TRENZCHAR1N1TRENZ
UEBLKOverlap indicator N1UEBLKCHAR1XFELD
TRZ23Separator N1TRENZCHAR1N1TRENZ
DBAKTAction After Accepting Appointment N1DBAKTCHAR2N1DBAKT
TRZ24Separator N1TRENZCHAR1N1TRENZ
KONSKPassed consistency check N1KONSKCHAR1N1KONSK
TRZ25Separator N1TRENZCHAR1N1TRENZ
FIXZKFixed Time Indicator N1FIXZKCHAR1N1FIXZK
TRZ26Separator N1TRENZCHAR1N1TRENZ
FARBEColor N1FARBECHAR1N1FARBE
TRZ27Separator N1TRENZCHAR1N1TRENZ
PATMANDTClient MANDTCLNT3Assigned to domainMANDT
TRZ28Separator N1TRENZCHAR1N1TRENZ
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT

Key field Non-key field



How do I retrieve data from SAP structure SN1TER using ABAP code?

As SN1TER is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SN1TER as there is no data to select.

How to access SAP table SN1TER

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