TNF01 SAP (IS-H: Catalog of Work Organizer Types) Table details

Dictionary Type: Table
Description: IS-H: Catalog of Work Organizer Types




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




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

TNF01 is a standard SAP Table which is used to store IS-H: Catalog of Work Organizer Types data and is available within R/3 SAP systems depending on the version and release level.

The TNF01 table consists of various fields, each holding specific information or linking keys about IS-H: Catalog of Work Organizer Types data available in SAP. These include OMTYP (Category of Work Organizer Type), FBFOR (IS-H: Name of the SAP Function Module for Form Printout), SAP_OBJECT (SAP ArchiveLink: Object type of business object), TNF05KZ (IS-H: Form Window Table Relevant Indicator (TNF05)).. 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)

Text table = TNF02


SAP TNF01 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
LOMIDIS-H: Work Organizer Type Key LOMIDCHAR8ALPHAISH_LOMID
OMTYPCategory of Work Organizer Type ISH_OMTYPCHAR1ISH_OMTYP
FBFORIS-H: Name of the SAP Function Module for Form Printout FBFORMCHAR30Assigned to domainFUNCNAME
SAP_OBJECTSAP ArchiveLink: Object type of business object SAEANWDIDCHAR10TOJTBOJ_NAMEOAO
TNF05KZIS-H: Form Window Table Relevant Indicator (TNF05) TNF05KZCHAR1XFELD
LANGUFLAGIS-H: Language Control Indicator N_LANGUFLAGCHAR1XFELD
SMARTFACTIS-H: Smart Forms Active ISH_SMARTFORMS_ACTIVECHAR1XFELD
SFFNAMESmart Forms: Form Name TDSFNAMECHAR30STXFADMTDSFNAMESSFNAME
AFNAMEName of Form Object ISH_FP_NAMECHAR30Assigned to domain
AFACTPDF-Based Forms Active ISH_FP_ACTIVECHAR1XFELD
AFSFCOMPIS-H: Boolean Data Type for ON (= 'X') and OFF (= ' ') ISH_ON_OFFCHAR1ISH_ON_OFF

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNF01
INTO CORRESPONDING FIELDS OF WA_TNF01
WHERE...

How to access SAP table TNF01

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