NSLF SAP (IS-H: Error records of service statistics) Table details

Dictionary Type: Table
Description: IS-H: Error records of service statistics




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




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

NSLF is a standard SAP Table which is used to store IS-H: Error records of service statistics data and is available within R/3 SAP systems depending on the version and release level.

The NSLF table consists of various fields, each holding specific information or linking keys about IS-H: Error records of service statistics data available in SAP. These include EINRI (Institution), IBGDT (IS-H: Date when Service Performance Starts (Actual)), ZEITR (IS-H: Indicator for Extended Service), LNRLS (IS-H: Service Sequence Number).. 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 NSLF 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
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
IBGDTIS-H: Date when Service Performance Starts (Actual) I_BDT_LSDATS8RI_DATUM
ZEITRIS-H: Indicator for Extended Service NZEITRLSCHAR1NZEITRLS
LNRLSIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time Record Created RI_ERTIMTIMS6UHRZT
AN_KZIS-H: Statistics indicator OLD/new record ISH_ALTNEUCHAR1XFELD
ORGIDIS-H: Org. Unit (for OU-Related Service Entry Only) ORGID_LSCHAR8Assigned to domainALPHAORGIDOGE
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
HAUSTIS-H: Service Catalog Identification Key TARIDCHAR2Assigned to domainALPHATARIDTAK
LEISTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
IENDTIS-H: Date when Service Performance Ends (Actual) I_EDT_LSDATS8RI_DATUM
IBZTIS-H: Time when Service Performance Starts (Actual) I_BZT_LSTIMS6UHRZT
IEZTIS-H: Time Service Performance Ends (Actual) I_EZT_LSTIMS6UHRZT
ABRKZService Can Be Billed For ABRKZCHAR1ABRKZ_LS
ANFOEDepartmental Organizational Unit That Requests the Service ANFOECHAR8Assigned to domainALPHAORGID
ERBOEIS-H: Organizational Unit that Performs the Service ERBOECHAR8Assigned to domainALPHAORGID
IMENGService Quantity LEIMENGQUAN6LEIMENG
TARASIS-H: Multiplication Factor TARAS6DEC6(3) ISH_TARAS6
NFALFALARIS-H: Indicator for Missing Case Type FALAR_FEHLCHAR1XFELD
NPATGBDATIS-H: Indicator for Missing Date of Birth GBDAT_FEHLCHAR1XFELD
NPATGSCHLIS-H: Indicator for Missing Sex GSCHL_FEHLCHAR1XFELD
NPATPSTLZIS-H: Indicator for Missing Postal Code PSTLZ_FEHLCHAR1XFELD
NPATLANDIS-H: Indicator for Missing Country LAND_FEHLCHAR1XFELD
FALLKLAIS-H: Indicator for Missing Case Classification FAKLA_FEHLCHAR1XFELD
TARIFIS-H: Indicator for Errors During Service Code Mapping TARIF_FEHLCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM NSLF
INTO CORRESPONDING FIELDS OF WA_NSLF
WHERE...

How to access SAP table NSLF

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