TN2FLAG SAP (Is-H*MED: Flags (special indicators) for documents) Table details

Dictionary Type: Table
Description: Is-H*MED: Flags (special indicators) for documents




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




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

TN2FLAG is a standard SAP Table which is used to store Is-H*MED: Flags (special indicators) for documents data and is available within R/3 SAP systems depending on the version and release level.

The TN2FLAG table consists of various fields, each holding specific information or linking keys about Is-H*MED: Flags (special indicators) for documents data available in SAP. These include EINRI (Institution), FLAGID (Special Indicator (Presentation Code)), TEXT (Special Indicator Text), ICON (Icon in Text Fields (Substitute Display, Alias)).. 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 TN2FLAG 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
MANDClient MANDTCLNT3Assigned to domainMANDT
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
FLAGIDSpecial Indicator (Presentation Code) N2_PCODECHAR4CHAR4
TEXTSpecial Indicator Text N2_FLAGTEXTCHAR12N2_TXT012
ICONIcon in Text Fields (Substitute Display, Alias) N2_ICONCHAR4Assigned to domainICON
ICONNAMEName of an Icon ICONNAMECHAR30ICONNAME
ICONLENGIcon: Output length ICONLENGTHINT13ICONLENGTH
TYPEType of Indicator/Flag (Icon/Symbol) N2_FLAGTYPECHAR1N2_FLAGTYPE
PRIOPriority Sequence Order - 3 Figure N2_PRIO3NUMC3NUM03
BEZDescription of Indicator N2_FLAGBEZCHAR60N2_TXT060

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN2FLAG
INTO CORRESPONDING FIELDS OF WA_TN2FLAG
WHERE...

How to access SAP table TN2FLAG

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