SBRF122A SAP (BRF: Neural Network - Neurons - Internal Status) Structure details

Dictionary Type: Structure
Description: BRF: Neural Network - Neurons - Internal Status




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




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

SBRF122A is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "BRF: Neural Network - Neurons - Internal Status" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SBRF122A TYPE SBRF122A.

The SBRF122A table consists of various fields, each holding specific information or linking keys about BRF: Neural Network - Neurons - Internal Status data available in SAP. These include CLIENT (Client), IMPORT_STATUS (BRF: Import Status), APPLCLASS (BRF: Application Class), EXPRESSION (BRF: Expression).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP SBRF122A structure 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)
NN_ACTIVITY Activity0
NN_OUTPUT Starting Value0

Key field Non-key field



How do I retrieve data from SAP structure SBRF122A using ABAP code?

As SBRF122A is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SBRF122A as there is no data to select.

How to access SAP table SBRF122A

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