TNF10 SAP (IS-H: Techn. Work Organizer - Org. Unit Assignment) Table details

Dictionary Type: Table
Description: IS-H: Techn. Work Organizer - Org. Unit Assignment




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




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

TNF10 is a standard SAP Table which is used to store IS-H: Techn. Work Organizer - Org. Unit Assignment data and is available within R/3 SAP systems depending on the version and release level.

The TNF10 table consists of various fields, each holding specific information or linking keys about IS-H: Techn. Work Organizer - Org. Unit Assignment data available in SAP. These include TOMID (IS-H: Work Organizer Key), ORGID (IS-H: Org. Unit for Work Organizer Assignment), ABWPARAMS (IS-H: Indicator for Alternative Parameters), SPERR (Blocking Indicator).. 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 TNF10 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
TOMIDIS-H: Work Organizer Key TOMIDCHAR8TNF03ALPHAN_ORGMID
ORGIDIS-H: Org. Unit for Work Organizer Assignment ORGID_OMCHAR8NORGALPHAORGIDOGE
ABWPARAMSIS-H: Indicator for Alternative Parameters NABWPARAMSCHAR1XFELD
SPERRBlocking Indicator RI_SPERRCHAR1XFELD
PRSTDIS-H: Standard Printout of Work Organizer PRSTDCHAR1XFELD
TDFORMIS-H: Form name of a SAPscript form N_TDFORMCHAR16TDFORM
TXTHEIS-H: Text Module for Letterhead TXTHE_NFOMCHAR16TDFORM
TXTFOIS-H: Text Module for Footer TXTFO_NFOMCHAR16TDFORM
TXTSEIS-H: Text Module for Sender in Letter Window TXTSE_NFOMCHAR16TDFORM
TXTSIIS-H: Text Module for Signature Specification TXTSI_NFOMCHAR16TDFORM
TXTFRIS-H: Text Module Free Text in Form TXTFR_NFOMCHAR16TDFORM
TDDATASETSpool request: Name RSPO0NAMECHAR6CHAR6
TDSUFFIX1Spool request: Suffix 1 RSPO1NAMECHAR4CHAR4
TDSUFFIX2Spool request: Suffix 2 RSPO2NAMECHAR12CHAR12
TDIMMEDIS-H: Print Immediately ISH_PRIMMCHAR1SYCHAR01
TDDELETEImmediate Spool Deletion SYPRRELCHAR1SYCHAR01
TDLIFETIMESpool Retention Period SYPEXPINUMC1SYNUM01
TDTESTTest form TDTESTCHAR1TDBOOL
TDDIALOGIS-H: User Dialog when Printing Form ISH_DIALPRCHAR1XFELD
DEVICEIS-H: Output Device ISH_DEVICECHAR8ISH_DEVICE
TDCOPIESNumber of copies RSPOCOPIESINT13RSPOCNT1
FBPRINTIS-H: User-Defined Print Function Module ISH_FUBUCHAR30CHAR30
FBMODIS-H: Customer Function Module for Logical Work Organizer FBFORM_CCHAR30Assigned to domainFUNCNAME
AFNAMEName of Form Object ISH_FP_NAMECHAR30
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 TNF10 using ABAP code

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

SELECT SINGLE *
FROM TNF10
INTO CORRESPONDING FIELDS OF WA_TNF10
WHERE...

How to access SAP table TNF10

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