NLOP SAP (IS-H:INACTIVE Assignment Table Service - SP Code - Diagnosis) Table details

Dictionary Type: Table
Description: IS-H:INACTIVE Assignment Table Service - SP Code - Diagnosis




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




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

NLOP is a standard SAP Table which is used to store IS-H:INACTIVE Assignment Table Service - SP Code - Diagnosis data and is available within R/3 SAP systems depending on the version and release level.

The NLOP table consists of various fields, each holding specific information or linking keys about IS-H:INACTIVE Assignment Table Service - SP Code - Diagnosis data available in SAP. These include EINRI (Institution), FALNR (IS-H: Case Number), LNRLS (IS-H: Service Sequence Number), ICPMK (IS-H: Identification of Surgical Procedure Coding Catalog).. 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 NLOP 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
FALNRIS-H: Case Number FALNRCHAR10NFALALPHAFALNRFAL
LNRLSIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
ICPMKIS-H: Identification of Surgical Procedure Coding Catalog ICPM_IDCHAR2TNK01ALPHATARID
ICPMLIS-H: Surgical Procedure Code (Service) ICPM_LSCHAR10NTPKALPHATARLS
LNRDIIS-H: Sequence Number of Diagnosis LFDDIANUMC3LFDDIA
ICDKTIS-H: Identification Key of Diagnosis Coding Catalog DIAKATCHAR2TNK00KATID
ICDKYIS-H: Diagnosis Code DIAIDCHAR30NKDIDIAID
ICPHCIS-H: Main Surgical Procedure Code ICPM_HCODECHAR1XFELD
ANZOPIS-H: Number of Additional Surgeries ISH_ANZOPNUMC3NUMC3
LEISTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
LSLOKIS-H: Localization of Service N1LSLOKCHAR2Assigned to domainALPHAN2_DIALO
IDENTIdent Number from External Coding Procedure N2_IDENTCHAR8CHAR08
MIGKZIS-H: Checkbox to Select a Row RI_MARKCHAR1XFELD
MEDMIGKZIS-H: Checkbox to Select a Row RI_MARKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM NLOP
INTO CORRESPONDING FIELDS OF WA_NLOP
WHERE...

How to access SAP table NLOP

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