NEHC_INS_CH SAP () Structure details

Dictionary Type: Structure
Description:




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




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

NEHC_INS_CH 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 "" 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_NEHC_INS_CH TYPE NEHC_INS_CH.

The NEHC_INS_CH table consists of various fields, each holding specific information or linking keys about data available in SAP. These include BAG (), EANR (Insurer's IAN), INSFORM (Insurance Form), INSFORM_TEXT (Description of Insurance Form).. 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 (character-type)


SAP NEHC_INS_CH 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
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10Assigned to domainALPHARI_KUNNRKOT
BAG NWCH_EHC_BAGNUMC5NWCH_EHC_BAG
EANRInsurer's IAN ISH_EHC_EANRCHAR13CHAR013
INSFORMInsurance Form ISH_EHC_INSFORMCHAR2ISH_EHC_INSFORM
INSFORM_TEXTDescription of Insurance Form ISH_EHC_INSFORM_TEXTCHAR40CHAR040
CANTONCanton ISH_EHC_CANTONCHAR2Assigned to domainISH_EHC_CANTON
ACCIDENTAccident Coverage SIA ISH_EHC_ACCIDENTCHAR2ISH_EHC_ACCIDENT
SERVDEFService Deferment ISH_EHC_SERVDEFCHAR1ISH_TRUE_FALSE
VVG_EXISTSupplementary Insurance Available Yes/No ISH_EHC_VVG_EXISTCHAR1ISH_ON_OFF
BASEINSBasic Insurance ISH_EHC_BASEINSCHAR2ISH_EHC_BASEINS
DESCRIPTION ISH_EHC_DESCRIPTIONCHAR40CHAR040
PHONE ISH_EHC_PHONECHAR30NWCH_TELNR
EMAIL ISH_EHC_EMAILCHAR100CHAR100
NAME1 ISH_EHC_NAME1CHAR40CHAR040
NAME2 ISH_EHC_NAME2CHAR40CHAR040
INS_POST_CODECity postal code AD_PSTCD1CHAR10CHAR10
INS_CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
INS_COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
INS_STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
INS_HOUSE_NUMHouse Number AD_HSNM1CHAR10TEXT10
INS_STREET_SUPPLStreet 2 AD_STRSPP1CHAR40TEXT40
INS_LOCATIONLocation ISH_EHC_LOCATIONCHAR40CHAR040
INS_PO_BOXPO Box AD_POBXCHAR10CHAR10
INS_PO_BOX_TEXTPO Box Text ISH_EHC_PO_BOX_TEXTCHAR15CHAR015
INS_POST_CODE3Foreign Postal Code ISH_EHC_POST_CODE3CHAR15CHAR015
MDELAY ISH_EHC_MDELAYCHAR1ISH_TRUE_FALSE
MEDHORSCoverage for Unlisted Drug ISH_EHC_MEDHORSCHAR2ISH_EHC_MEDHORS
UMEDHORSAccident Coverage for Unlisted Drugs ISH_EHC_UMEDHORSCHAR2ISH_EHC_UMEDHORS
MEDKOMPCoverage for Drugs in Complementary Medicine ISH_EHC_MEDKOMPCHAR2ISH_EHC_MEDKOMP
UMEDKOMPAccident Coverage for Drugs in Complementary Medicine ISH_EHC_UMEDKOMPCHAR2ISH_EHC_UMEDKOMP
SPITABTHospital Department ISH_EHC_SPITABTCHAR2ISH_EHC_SPITABT
SPITMODHospital Model ISH_EHC_SPITMODCHAR2ISH_EHC_SPITMOD
USPITVERSAccident Coverage for Hospital Insurance ISH_EHC_USPITVERSCHAR2ISH_EHC_USPITVERS
COVINT_DRUGS ISH_EHC_COVINT_DRUGSCHAR1ISH_EHC_COVINT_DRUGS
COVINT_HOSP ISH_EHC_COVINT_HOSPCHAR1ISH_EHC_COVINT_HOSP
DATEOFIMPORT ISH_EHC_DATEOFIMPORTDATS8DATS
TIMEOFIMPORT ISH_EHC_TIMEOFIMPORTTIMS6TIMES
REMARK_KVG ISH_EHC_REMARK_KVGCHAR1ISH_ON_OFF
REMARK_HOSP ISH_EHC_REMARK_HOSPCHAR1ISH_ON_OFF

Key field Non-key field



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

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

How to access SAP table NEHC_INS_CH

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