TNNC3 SAP () Table details

Dictionary Type: Table
Description:




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




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

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

The TNNC3 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include EINRI (Institution), FALAR (IS-H: Case Type), BILLP (IS-H NL: Invoicing Party (Hospital or Physician)), TARIF (IS-H: Service Catalog Identification Key).. 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)


SAP TNNC3 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
FALARIS-H: Case Type FALLARTCHAR1FALLART
BILLPIS-H NL: Invoicing Party (Hospital or Physician) ISH_BILLPCHAR1ISH_BILLP
TARIFIS-H: Service Catalog Identification Key TARIDCHAR2TNK01ALPHATARIDTAK
TARLSService in Service Catalog TARLSCHAR10NTPKALPHATARLSTAL
TAGRUIS-H: Service Category TAGRUPPECHAR9TN20ALPHAISH_TAGRU
ANFTP_ ISH_ANFTYCHAR2ALPHAISH_ANFTY
ANFGPIS-H NL: Requesting Business Partner ISH_ANFGPCHAR10NGPAALPHARI_KUNNR
INVERTInvert Flag for Relationships INVERTCHAR1CHAR1_X
KTARTIS-H: Insurance Provider Type (e.g. Private, Statutory) KOSTR_ARTCHAR3TN18ALPHAKOSTR_ART
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10NGPAALPHARI_KUNNRKOT
SELKZIS-H: Indicator for self-payer/copayer ins.relation. SELBZ_KZCHAR1SELBZ_KZ
MSGCLMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGTPMessage Type SYMSGTYCHAR1SYCHAR01
MSGNRMessage Number SYMSGNONUMC3SYMSGNO

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNNC3
INTO CORRESPONDING FIELDS OF WA_TNNC3
WHERE...

How to access SAP table TNNC3

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