TBRF122 SAP (BRF: Neural Network - Neurons) Table details

Dictionary Type: Table
Description: BRF: Neural Network - Neurons




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




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

TBRF122 is a standard SAP Table which is used to store BRF: Neural Network - Neurons data and is available within R/3 SAP systems depending on the version and release level.

The TBRF122 table consists of various fields, each holding specific information or linking keys about BRF: Neural Network - Neurons data available in SAP. These include IMPORT_STATUS (BRF: Import Status), APPLCLASS (BRF: Application Class), EXPRESSION (BRF: Expression), VERSION (Expression Version).. 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: Cannot Be Enhanced


SAP TBRF122 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
IMPORT_STATUSBRF: Import Status BRF_IMPORT_STATUSCHAR1BRF_IMPORT_STATUS
APPLCLASSBRF: Application Class BRF_APPLCLASSCHAR30TBRF100BRF_APPLCLASSBRF_APPLCLASS
EXPRESSIONBRF: Expression BRF_EXPRESSIONCHAR20TBRF150BRF_EXPRESSION
VERSIONExpression Version BRF_EXPRESSION_VERSIONNUMC4BRF_VERSION
NN_INN - Number of Current Neuron BRF_NN_INUMC6BRF_NN_I
NN_I_LAYERGeneral Data Element INT4 BRF_INT4INT410
NN_I_POSITIONGeneral Data Element INT4 BRF_INT4INT410
NN_ACT_FUNCNN - Activation Function BRF_NN_ACT_FUNCTIONCHAR1BRF_NN_ACT_FUNCTION
NN_AF_MINNN - Activation Function - Minimum BRF_NN_AF_MINFLTP16(16) BRF_FLOAT
NN_AF_MAXNN - Activation Function - Maximum BRF_NN_AF_MAXFLTP16(16)
NN_AF_C0NN - Activation Function - Inactivity Value BRF_NN_AF_C0FLTP16(16)
NN_AF_DECAYNN - Activation Function - Decay BRF_NN_AF_DECAYFLTP16(16)
NN_AF_SFNN - Activation Function - Scaling BRF_NN_AF_SFFLTP16(16)
NN_OUT_FUNCNN - Out Function BRF_NN_OUT_FUNCTIONCHAR1BRF_NN_OUT_FUNCTION
NN_OF_MINNN - Output Function - Minimum BRF_NN_OF_MINFLTP16(16)
NN_OF_MAXNN - Output Function - Maximum BRF_NN_OF_MAXFLTP16(16)
NN_OF_THRNN - Output Function - Threshold BRF_NN_OF_THRFLTP16(16)
NN_OF_SLOPENN - Output Function - Slope BRF_NN_OF_SLOPEFLTP16(16)

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBRF122
INTO CORRESPONDING FIELDS OF WA_TBRF122
WHERE...

How to access SAP table TBRF122

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