N1ZSLST SAP (IS-H*Med: Extra services) Table details

Dictionary Type: Table
Description: IS-H*Med: Extra services




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




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

N1ZSLST is a standard SAP Table which is used to store IS-H*Med: Extra services data and is available within R/3 SAP systems depending on the version and release level.

The N1ZSLST table consists of various fields, each holding specific information or linking keys about IS-H*Med: Extra services data available in SAP. These include EINRI (Institution), RGART (Rule Type for Extra Services), FALAR (IS-H: Case Type), TARIF (IS-H: Service Catalog Identification Key).. 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 N1ZSLST 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 MANDTCLNT3T000MANDT
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
RGARTRule Type for Extra Services N1_RA_ZLCHAR2N1_RA_ZL
FALARIS-H: Case Type FALLARTCHAR1FALLART
TARIFIS-H: Service Catalog Identification Key TARIDCHAR2TNK01ALPHATARIDTAK
LEISTService in Service Catalog TARLSCHAR10NTPKALPHATARLSTAL
SAMSTAGIndicator for Saturday Tariff N1_SAMSTAGCHAR1XFELD
SONNTAGIndicator for Sunday Tariff N1_SONNTAGCHAR1XFELD
FEIERTAGIndicator Showing Public Holiday Surcharge N1_FEIERCHAR1XFELD
NACHTIndicator for Night Tariff N1_NACHTCHAR1XFELD
ZEITVONTime From N1_ZEITVCHAR5TIME5
ZEITBISTime To N1_ZEITBCHAR5TIME5
MSGTYMessage type (E, I, W, ...) MSGTY_COCHAR1MSGTY_CO

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1ZSLST
INTO CORRESPONDING FIELDS OF WA_N1ZSLST
WHERE...

How to access SAP table N1ZSLST

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