TNEHC_DOCTYPE SAP (IS-H: EHIC Health Insurance Card - Document Categories) Table details

Dictionary Type: Table
Description: IS-H: EHIC Health Insurance Card - Document Categories




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




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

TNEHC_DOCTYPE is a standard SAP Table which is used to store IS-H: EHIC Health Insurance Card - Document Categories data and is available within R/3 SAP systems depending on the version and release level.

The TNEHC_DOCTYPE table consists of various fields, each holding specific information or linking keys about IS-H: EHIC Health Insurance Card - Document Categories data available in SAP. These include DOCTYPE (IS-H: EHIC Health Insurance Card - Document Category), /ISHFR/DOCTYPE (IS-H FR: Health Insurance Card EHIC - Internal Doc. Category), /ISHFR/DOCTYPEB2 (IS-H FR: Proof of Insurance B2), NWCH_DOCTYPE ().. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TNEHC_DOCTYPET


SAP TNEHC_DOCTYPE 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
DOCTYPEIS-H: EHIC Health Insurance Card - Document Category ISH_EHC_DOCTYPECHAR2ISH_EHC_DOCTYPE
/ISHFR/DOCTYPEIS-H FR: Health Insurance Card EHIC - Internal Doc. Category /ISHFR/ISH_EHC_DOCTYPENUMC2/ISHFR/ISH_EHC_DOCTYPE
/ISHFR/DOCTYPEB2IS-H FR: Proof of Insurance B2 /ISHFR/ISH_B2_DOCTYPENUMC1/ISHFR/ISH_B2_DOCTYPE
NWCH_DOCTYPE NWCH_EHC_DOCTYPENUMC2NWCH_EHC_DOCTYPE
DOCTYPE_CNCard Category ISH_EHC_DOCTYPE_CNNUMC2NWCN_DOCTYPEISH_EHC_DOCTYPE_CN

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNEHC_DOCTYPE
INTO CORRESPONDING FIELDS OF WA_TNEHC_DOCTYPE
WHERE...

How to access SAP table TNEHC_DOCTYPE

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