TN19E SAP (Automatic Control of Treatment Certificates) Table details

Dictionary Type: Table
Description: Automatic Control of Treatment Certificates




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




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

TN19E is a standard SAP Table which is used to store Automatic Control of Treatment Certificates data and is available within R/3 SAP systems depending on the version and release level.

The TN19E table consists of various fields, each holding specific information or linking keys about Automatic Control of Treatment Certificates data available in SAP. These include EINRI (Institution), AUT_CASE (Automatic Processing of Treat. Cert. upon Case Processing), AUT_CASETYPECHG (Automatic Processing of Treat. Cert. at Case Type Change), AUT_MOV_ASS (Automatic Assignment of Movements to Treatment Certificate).. 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 TN19E 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 MANDTCLNT3Assigned to domainMANDT
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
AUT_CASEAutomatic Processing of Treat. Cert. upon Case Processing ISH_TRTCRT_CASECHAR1ISH_ON_OFF
AUT_CASETYPECHGAutomatic Processing of Treat. Cert. at Case Type Change ISH_TRTCRT_CASE_CHGCHAR1ISH_ON_OFF
AUT_MOV_ASSAutomatic Assignment of Movements to Treatment Certificate ISH_TRTCRT_MOVASSCHAR1ISH_ON_OFF
ONE_TC_PER_MOVEMAllow Only One Certificate Per Movement ISH_ONE_TC_PER_MOVEMCHAR1ISH_ON_OFF

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN19E
INTO CORRESPONDING FIELDS OF WA_TN19E
WHERE...

How to access SAP table TN19E

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