TN02K SAP (IS-H: Supported Configuration Variants of an Event) Table details

Dictionary Type: Table
Description: IS-H: Supported Configuration Variants of an Event




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




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

TN02K is a standard SAP Table which is used to store IS-H: Supported Configuration Variants of an Event data and is available within R/3 SAP systems depending on the version and release level.

The TN02K table consists of various fields, each holding specific information or linking keys about IS-H: Supported Configuration Variants of an Event data available in SAP. These include EVENT (IS-H: Event for Triggering Messages, Forms), SYSTYP (IS-H: System Type Specification), SYSREL (IS-H: Release), REMDB (IS-H: Remote DB).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TN02K 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
APPLKApplication (Always N for IS-H) APPKLCHAR1APPKL
EVENTIS-H: Event for Triggering Messages, Forms N_EVENTCHAR6TN02EN_EVENT
SYSTYPIS-H: System Type Specification SYSTYPCHAR2ALPHASYSTYP
SYSRELIS-H: Release ISHRELCHAR4ALPHAISHREL
REMDBIS-H: Remote DB REMDBCHAR1XFELD
FUNAMIS-H: Function Module Name FUNAMCHAR30Assigned to domainFUNCNAME
RFCFLGIS-H Flag for RFC (Remote Function Call) RFCFLGCHAR1XFELD
CPICFLGIS-H Flag for CPI-C communication in free CPIC format CPICFLGCHAR1XFELD
RODCFLGIS-H Flag for CPI-C communications in the RODC format RODCFLGCHAR1XFELD
TPROGIS-H: Technical communications program (target computer) TPROGRCHAR8RPROGRAMM
TFORMIS-H: Techn. HCM form routine on target comp. to be started TFORMRCHAR30Assigned to domainFUNCNAME
RFNAMEIS-H: Remote Function (Module) Name (Target Computer) RFNAMECHAR30Assigned to domainFUNCNAME
PROGRIS-H: Program containing form routine (target computer) RPROGCHAR8RPROGRAMM
FORMRIS-H: Form routine on target computer (HCM) ISH_FORMRCHAR30Assigned to domainFUNCNAME
CMANDIS-H: Client for CPIC Session CMANDCHAR3ALPHACMAND
CUSERIS-H: User ID for CPIC session - obsolete CUSERCHAR12USNAM
PASSWIS-H: Password for user ID for CPIC session - obsolete PASSWCHAR8PASSW

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN02K
INTO CORRESPONDING FIELDS OF WA_TN02K
WHERE...

How to access SAP table TN02K

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