NEHC SAP (Health Insurance Card EHC) Table details

Dictionary Type: Table
Description: Health Insurance Card EHC




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




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

NEHC is a standard SAP Table which is used to store Health Insurance Card EHC data and is available within R/3 SAP systems depending on the version and release level.

The NEHC table consists of various fields, each holding specific information or linking keys about Health Insurance Card EHC data available in SAP. These include LNCRD (Sequence Number of Health Insurance Card), CRDTYPE (Card Category EHC), EXT_KEY1 (External Key 1), EXT_KEY2 (External Key 2).. 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 NEHC 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
LNCRDSequence Number of Health Insurance Card ISH_LNCARDNUMC10ISH_LNCARD
CRDTYPECard Category EHC ISH_CRDTYPECHAR10ISH_CRDTYPE
EXT_KEY1 External Key 10
EXT_KEY2 External Key 20
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time Record Created RI_ERTIMTIMS6UHRZT
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPTIMIS-H: Time of Last Change RI_UPTIMTIMS6UHRZT
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
DOCTYPEIS-H: EHIC Health Insurance Card - Document Category ISH_EHC_DOCTYPECHAR2TNEHC_DOCTYPEISH_EHC_DOCTYPE
MANUALIS-H: Manual Entry of Card Data ISH_MANUALCHAR1ISH_MANUAL
READ_DATEIS-H: Last Date Card Read ISH_READ_DATEDATS8ISH_READ_DATE
ONLINQOKOnline Query Allowed ISH_EHC_ONLINQOKCHAR1ISH_ON_OFF
BEGDTCard Valid From ISH_EHC_BEGDTDATS8DATS
ENDDTCard Valid To ISH_EHC_ENDDTDATS8DATS
CARDVALIDIndicates Whether Card Is Valid ISH_EHC_CARDVALIDCHAR1ISH_ON_OFF
CVUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
CVDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
CVTIMIS-H: Time of Last Change RI_UPTIMTIMS6UHRZT
EF_VERSION ISH_EGK_EF_VERSIONCHAR40ISH_EGK_EF_VERSION
CDATACard Data of Healthcare Smart Card ISH_CN_CDATACHAR63

Key field Non-key field



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

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

SELECT SINGLE *
FROM NEHC
INTO CORRESPONDING FIELDS OF WA_NEHC
WHERE...

How to access SAP table NEHC

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