/NFM/TNFS SAP (Rate Determination Key) Table details

Dictionary Type: Table
Description: Rate Determination Key




ABAP Code to SELECT data from /NFM/TNFS
Related tables to /NFM/TNFS
Access table /NFM/TNFS




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

/NFM/TNFS is a standard SAP Table which is used to store Rate Determination Key data and is available within R/3 SAP systems depending on the version and release level.

The /NFM/TNFS table consists of various fields, each holding specific information or linking keys about Rate Determination Key data available in SAP. These include KAPPL (Application), ORG (Organizational unit to which NF data refer), NFS (Rate Determination Key), NFR (Rate Determination Routine Number).. 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)

Text table = /NFM/TNFSTX


SAP /NFM/TNFS 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
KAPPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
ORGOrganizational unit to which NF data refer /NFM/ORGCHAR4CHAR4
NFSRate Determination Key /NFM/NFSCHAR2/NFM/NFS
NFRRate Determination Routine Number /NFM/NFRNUMC3/NFM/TNFR/NFM/NFR
KK1Indicator for Rate 1 in Rate Maintenance /NFM/KK1CHAR1X
KK2Indicator for Rate 2 in Rate Maintenance /NFM/KK2CHAR1X
KK3Indicator for Rate 3 in Rate Maintenance /NFM/KK3CHAR1X
PBTWorkday Determination in Rate Determination /NFM/PBTDEC3/NFM/TAGE
EATDetermine Next Workday /NFM/EATCHAR1CHAR001
LATDetermine Previous Workday /NFM/LATCHAR1CHAR001
STKStatistical Rate /NFM/STKCHAR1CHAR1
STBStatistical Base Value /NFM/STBCHAR1CHAR1
EINCoverage /NFM/EINCHAR1CHAR1
EINSCoverage on Key Date /NFM/EINSCHAR1CHAR1
EINKCoverage at Rate /NFM/EINKCHAR1CHAR1
EINGCoverage Issue Posting for Structural Weight /NFM/EINGCHAR1CHAR1
EINVCoverage Issue Posting for Charge Weight /NFM/EINVCHAR1CHAR1
KNLRate may be Zero or not Maintained /NFM/KNLCHAR1X
BEIMaterial Provision /NFM/BEICHAR1X

Key field Non-key field



How do I retrieve data from SAP table /NFM/TNFS using ABAP code

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

SELECT SINGLE *
FROM /NFM/TNFS
INTO CORRESPONDING FIELDS OF WA_/NFM/TNFS
WHERE...

How to access SAP table /NFM/TNFS

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