TN19S SAP (IS-H: Sort Procedure for Insurance Verification Requests) Table details

Dictionary Type: Table
Description: IS-H: Sort Procedure for Insurance Verification Requests




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




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

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

The TN19S table consists of various fields, each holding specific information or linking keys about IS-H: Sort Procedure for Insurance Verification Requests data available in SAP. These include SORTV (IS-H: Sort Procedure), SORT1 (IS-H: 1st Sort Criterion for Sort Procedure), SORT2 (IS-H: 2nd Sort Criterion for Sort Procedure), SORT3 (IS-H: 3rd Sort Criterion for Sort Procedure).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TN19R


SAP TN19S 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
SORTVIS-H: Sort Procedure ISH_SORTVCHAR2ISH_SRTVER
SORT1IS-H: 1st Sort Criterion for Sort Procedure ISH_SRT1CHAR10ISH_KUESRT
SORT2IS-H: 2nd Sort Criterion for Sort Procedure ISH_SRT2CHAR10ISH_KUESRT
SORT3IS-H: 3rd Sort Criterion for Sort Procedure ISH_SRT3CHAR10ISH_KUESRT
SORT4IS-H: 4th Sort Criterion for Sort Procedure ISH_SRT4CHAR10ISH_KUESRT
SORT5IS-H: 5th Sort Criterion for Sort Procedure ISH_SRT5CHAR10ISH_KUESRT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN19S
INTO CORRESPONDING FIELDS OF WA_TN19S
WHERE...

How to access SAP table TN19S

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