TNC301C0 SAP (IS-H: Control/Options Table for Specific EDI Procedures) Table details

Dictionary Type: Table
Description: IS-H: Control/Options Table for Specific EDI Procedures




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




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

TNC301C0 is a standard SAP Table which is used to store IS-H: Control/Options Table for Specific EDI Procedures data and is available within R/3 SAP systems depending on the version and release level.

The TNC301C0 table consists of various fields, each holding specific information or linking keys about IS-H: Control/Options Table for Specific EDI Procedures data available in SAP. These include EINRI (Institution), EDIPROC (IS-HCM: EDI Procedure), RELQNT (IS-H: Number of messages to be released), RELAPPR (IS-H: Release mode for waiting msg for approved inbound msg).. 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 or numeric)


SAP TNC301C0 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
EDIPROCIS-HCM: EDI Procedure N_EDIPROCCHAR5TNC301G0N_EDIPROC
RELQNTIS-H: Number of messages to be released ISH_RELQNTINT13INT1
RELAPPRIS-H: Release mode for waiting msg for approved inbound msg ISH_RELAPPRNUMC1ISH_RELMODE
RELPENDIS-H: Release mode waiting msg for inbnd msg status pending ISH_RELPENDNUMC1ISH_RELMODE
RELREJTIS-H: Release Mode for Waiting Msg for Inb.Msg Tech.Rejected ISH_RELREJTNUMC1ISH_RELMODE
RELREJFIS-H: Release mode for waiting msg for inbnd msg 'final rej' ISH_RELREJFNUMC1ISH_RELMODE
RELERRMIS-H: Release Mode for Waiting Message due to Error Message ISH_RELERRMNUMC1ISH_RELMODE
WKLERRSIS-H: Error Messages in Inbound Worklist ISH_WKLERRSCHAR1XFELD
WKLERRCIS-H: Error Messages at Case Level in Inbound Worklist ISH_WKLERRCCHAR1XFELD
WKLERROIS-H: Other Error Segments in Inbound Worklist ISH_WKLERROCHAR1XFELD
UPLAPPRIS-H: Upload Approved Data into Application ISH_UPLAPPRCHAR1XFELD
UPLPENDIS-H: Upload 'pending' data into application ISH_UPLPENDCHAR1XFELD
UPLREJTIS-H: Upload 'Technically Rejected' Data into Application ISH_UPLREJTCHAR1XFELD
UPLREJFIS-H: Upload rejected data into application ISH_UPLREJFCHAR1XFELD
NCINPATIS-H: Exclude inpatient non-claim cases ISH_NCINPATCHAR1XFELD
NCOUTPATIS-H: Exclude Outpatient Non-Claim Cases ISH_NCOUTPATCHAR1XFELD
NCLONGSTIS-H: Exclude long-stay non-claim cases ISH_NCLONGSTCHAR1XFELD
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPTIMIS-H: Time Data Record was Last Changed ISH_UPTIMTIMS6UHRZT
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time when Data Record Created ISH_ERTIMTIMS6UHRZT
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
NCIN8HIS-H: Exclude Inpatient Non-Claim Cases Under 8 Hours ISH_NCIN8HCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNC301C0
INTO CORRESPONDING FIELDS OF WA_TNC301C0
WHERE...

How to access SAP table TNC301C0

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