REGTS_F_DISTRIB SAP (F Distribution Table) Table details

Dictionary Type: Table
Description: F Distribution Table




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




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

REGTS_F_DISTRIB is a standard SAP Table which is used to store F Distribution Table data and is available within R/3 SAP systems depending on the version and release level.

The REGTS_F_DISTRIB table consists of various fields, each holding specific information or linking keys about F Distribution Table data available in SAP. These include DFNUMERATOR (Degree of Freedom), DFDENOMINATOR (Degree of Freedom), ALPHA (Level of Significance), FVALUE (F Distribution Value).. 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: Cannot Be Enhanced


SAP REGTS_F_DISTRIB 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
FDISTKEYDistribution Key TMF_DISTKEYCHAR4
DFNUMERATORDegree of Freedom TMF_DFDEC5TMF_DF
DFDENOMINATORDegree of Freedom TMF_DFDEC5TMF_DF
ALPHALevel of Significance TMF_ALPHADEC5(4) TMF_ALPHA
FVALUEF Distribution Value TMF_FVALUEDEC15(4) TMF_DISTRIBUTION

Key field Non-key field



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

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

SELECT SINGLE *
FROM REGTS_F_DISTRIB
INTO CORRESPONDING FIELDS OF WA_REGTS_F_DISTRIB
WHERE...

How to access SAP table REGTS_F_DISTRIB

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