REGT_REGR_DATA SAP (Parameters & Output Data of Regression Calculation) Table details

Dictionary Type: Table
Description: Parameters & Output Data of Regression Calculation




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




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

REGT_REGR_DATA is a standard SAP Table which is used to store Parameters & Output Data of Regression Calculation data and is available within R/3 SAP systems depending on the version and release level.

The REGT_REGR_DATA table consists of various fields, each holding specific information or linking keys about Parameters & Output Data of Regression Calculation data available in SAP. These include UUID (GUID in 'RAW' format), N (No of Data Points), SH1 (Upper range for slope), SL1 (Lower range for slope).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP REGT_REGR_DATA 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 MANDTCLNT3Assigned to domainMANDT
UUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
NNo of Data Points TMF_NINT410TMF_NUM_DATA
SH1Upper range for slope TMF_SH1DEC30(10) TMF_VARIABLES
SL1Lower range for slope TMF_SL1DEC30(10) TMF_VARIABLES
IH1Upper range for intercept TMF_IH1DEC30(10) TMF_VARIABLES
IL1Lower range for intercept TMF_IL1DEC30(10) TMF_VARIABLES
ALPHALevel of Significance TMF_ALPHADEC5(4) TMF_ALPHA
X_LABELX Label TMF_XLABELCHAR250TMF_LABEL
Y_LABELY Label TMF_YLABELCHAR250TMF_LABEL
X_MEANMean of Explanatory Variables TMF_XMEANDEC30(10) TMF_DATA_POINTS
Y_MEANMean of Explained Variables TMF_YMEANDEC30(10) TMF_DATA_POINTS
STD_ERRORSigma TMF_SIGMADEC30(10) TMF_VARIABLES
VARCBETA2Variance of Slope Coefficient TMF_VARCBETA2DEC30(10) TMF_VARIABLES
VARCBETA1Variance of Intercept Coefficient TMF_VARCBETA1DEC30(10) TMF_VARIABLES
SECBETA2Std Error of slope coefficient TMF_SECBETA2DEC30(10) TMF_VARIABLES
SECBETA1Std error of intercept coefficient TMF_SECBETA1DEC30(10) TMF_VARIABLES
CBETA2Slope TMF_CBETA2DEC27(7) TMF_COEFFICIENT
CBETA1Axis intercept TMF_CBETA1DEC27(7) TMF_COEFFICIENT
R2Correlation Coefficient TMF_R2DEC30(10) TMF_VARIABLES
RBAR2Adjusted Coefficient of Determination TMF_RBAR2DEC30(10) TMF_VARIABLES
SSTTotal Sum of Squares TMF_SSTDEC30(10) TMF_VARIABLES
SSRRegression Sum of Squares TMF_SSRDEC30(10) TMF_VARIABLES
SSESum of Squared Errors TMF_SSEDEC30(10) TMF_VARIABLES
MSRMean Regression sum of squares TMF_MSRDEC30(10) TMF_VARIABLES
MSEMean sum of square errors TMF_MSEDEC30(10) TMF_VARIABLES
FSTATF Statistic TMF_FSTATDEC30(10) TMF_VARIABLES
TSTAT_SLOPET Statistic of Slope TMF_SLOTSTATDEC30(10) TMF_VARIABLES
TSTAT_INTERCEPTT Statistic of Intercept TMF_INTTSTATDEC30(10) TMF_VARIABLES
SLOPE_LOWER_INTELower (1-Alpha)% of Slope TMF_SLOLOWINTERVALDEC30(10) TMF_VARIABLES
INTERCEPT_LOWER_Lower (1-Alpha)% of Intercept TMF_INTLOWINTERVALDEC30(10) TMF_VARIABLES
SLOPE_UPPER_INTEUpper (1-Alpha)% of Slope TMF_SLOUPINTERVALDEC30(10) TMF_VARIABLES
INTERCEPT_UPPER_Upper (1-Alpha)% of Intercept TMF_INTUPINTERVALDEC30(10) TMF_VARIABLES
FTABLEVALUET Distribution Value TMF_TVALUEDEC15(4) TMF_DISTRIBUTION
TTABLEVALUEF Distribution Value TMF_FVALUEDEC15(4) TMF_DISTRIBUTION
ENTERBYEntered By TMF_ENTEREDBYCHAR12SYCHAR12
ENTERONEntered On TMF_ENTEREDONDATS8DATUM
ENTERTIMETime of Entry TMF_ENTEREDTIMETIMS6TIMES
ENTERTIMESTAMPTimestamp TMF_ENTEREDUTCDEC15TZNTSTMPS
ROLLNAME_XData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
ROLLNAME_YData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
UOM_XUnit of Measure TMF_UOMCHAR5
UOM_YUnit of Measure TMF_UOMCHAR5

Key field Non-key field



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

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

SELECT SINGLE *
FROM REGT_REGR_DATA
INTO CORRESPONDING FIELDS OF WA_REGT_REGR_DATA
WHERE...

How to access SAP table REGT_REGR_DATA

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