NWCH70 SAP (IS-H CH: Insurance Verification) Table details

Dictionary Type: Table
Description: IS-H CH: Insurance Verification




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




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

NWCH70 is a standard SAP Table which is used to store IS-H CH: Insurance Verification data and is available within R/3 SAP systems depending on the version and release level.

The NWCH70 table consists of various fields, each holding specific information or linking keys about IS-H CH: Insurance Verification data available in SAP. These include EINRI (Institution), FALNR (IS-H: Case Number), KOSTR (IS-H: Insurance Provider), LFDVV (IS-H: Sequence Number of Insurance Relationship).. 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 NWCH70 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
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10NGPAALPHARI_KUNNRKOT
LFDVVIS-H: Sequence Number of Insurance Relationship LFDVVNUMC3LFDVV
LFDNRIS-H: Sequence Number of Insurance Relationship LFDVVNUMC3LFDVV
STATUSIS-H CH: Insurance verification status NWCH_STATUSCHAR2NWCH_STATUS
KOGU_ARTIS-H CH: Type of confirmation of coverage NWCH_KOGUARTCHAR3NWCH_KOGUART
BESTAET_NRIS-H CH: Confirmation number NWCH_BESTAETNRCHAR35NWCH_BESTAETNR
BESTAET_DATIS-H CH: Confirmation date NWCH_BESTAETDATDATS8NWCH_BESTAETDAT
ANFRNRIS-H CH: Request number NWCH_ANFRNRCHAR35NWCH_ANFRNRANF
FOLGNRIS-H CH: Sequence number of repetition NWCH_FOLGNRNUMC2NWCH_FOLGNR
ANTW_CODEIS-H CH: Reply code NWCH_ANTWCDCHAR3NWCH_ANTWCD
GARANT_BTRGIS-H CH: Amount covered NWCH_GARANTBTRGCURR9(2) NWCH_GARANTBTRG
WAERSIS-H: Insurance Verification Currency KS_WAERSCUKY5TCURCWAERSFWS
GARANT_QLFIS-H CH: Qualifier of amount covered NWCH_GARANTQLFCHAR3NWCH_GARANTQLF
PROZ_SATZIS-H CH: Percentage rate NWCH_PROZDEC5(2) NWCH_PROZ
SELB_PATIS-H CH: Patient deductible NWCH_SELBPATCURR9(2) NWCH_SELBPAT
GARANT_BEGDIS-H CH: Coverage start NWCH_BEGDDATS8NWCH_BEGD
GARANT_ENDDIS-H CH: Coverage end NWCH_ENDDDATS8NWCH_ENDD
GARANT_TAGEIS-H CH: Duration of coverage in days NWCH_TAGENUMC4NWCH_TAGE
AERZT_LEISTIS-H CH: Class NWCH_KLASSECHAR3TNWCH70NWCH_KLASSE
HOTEL_PFLEGEIS-H CH: Class NWCH_KLASSECHAR3TNWCH70NWCH_KLASSE
KLASSEIS-H CH: Class NWCH_KLASSECHAR3TNWCH70NWCH_KLASSE
LEI_TO_VERSTRIS-H CH: Service in enhancement for other ins. providers NWCH_LEIVERSCHAR3TNWCH71NWCH_LEIVERS
BEMERKComments (Abridged) NWCH_BEMERKCHAR50NWCH_BEMERK
BEMERKFIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
RUECKW_BEGRIS-H CH: Rejection reason code NWCH_RUECKWBCHAR3TNWCH73NWCH_RUECKWB
RUECKW_FREITXTIS-H CH: Rejection reason user-defined text (abridged) NWCH_RUECKWTCHAR50NWCH_RUECKWT
RUECKW_FREITXTFIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
STUSRIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
STDATDate of Cancellation STORN_DATDATS8RI_DATUM
VRLNGIS-H: Insurance Verification Extension Request ISH_VRLNGCHAR1XFELD
REF_ANFRNRIS-H CH: Request number NWCH_ANFRNRCHAR35NWCH_ANFRNRANF

Key field Non-key field



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

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

SELECT SINGLE *
FROM NWCH70
INTO CORRESPONDING FIELDS OF WA_NWCH70
WHERE...

How to access SAP table NWCH70

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