ISH_NEGK_DATA SAP (GEHC Data - Change Structure) Structure details

Dictionary Type: Structure
Description: GEHC Data - Change Structure




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




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

ISH_NEGK_DATA 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 "GEHC Data - Change Structure" 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_ISH_NEGK_DATA TYPE ISH_NEGK_DATA.

The ISH_NEGK_DATA table consists of various fields, each holding specific information or linking keys about GEHC Data - Change Structure data available in SAP. These include MANDT (Client), LNCRD (Sequence Number of Health Insurance Card), CRDTYPE (Card Category EHC), EXT_KEY1 (External Key 1).. 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 (Deep)


SAP ISH_NEGK_DATA 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
VNEHC 0
MANDTClient MANDTCLNT3MANDT
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 PATNRCHAR10ALPHAPATNRPAT
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_DOCTYPECHAR2ISH_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
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND
VNEHC_PAT_T 0
VNEHC_INS_T 0
VNEHC_ITX_T 0
VNEHC_REP_T 0

Key field Non-key field



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

As ISH_NEGK_DATA 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 ISH_NEGK_DATA as there is no data to select.

How to access SAP table ISH_NEGK_DATA

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