BRF_TEST_STRUCTURE SAP (BRF: Test Structure for Checking Functionability) Structure details

Dictionary Type: Structure
Description: BRF: Test Structure for Checking Functionability




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




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

BRF_TEST_STRUCTURE 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: Test Structure for Checking Functionability" 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_BRF_TEST_STRUCTURE TYPE BRF_TEST_STRUCTURE.

The BRF_TEST_STRUCTURE table consists of various fields, each holding specific information or linking keys about BRF: Test Structure for Checking Functionability data available in SAP. These include A_FALSE (Space = False, 'X' = True), TRUE_1 (Space = False, 'X' = True), TRUE_2 (Space = False, 'X' = True), TRUE_3 (Space = False, 'X' = True).. 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 BRF_TEST_STRUCTURE 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
A_TRUESpace = False, 'X' = True BRF_BOOLE_DCHAR1BRF_BOOLE_D
A_FALSESpace = False, 'X' = True BRF_BOOLE_DCHAR1BRF_BOOLE_D
TRUE_1Space = False, 'X' = True BRF_BOOLE_DCHAR1BRF_BOOLE_D
TRUE_2Space = False, 'X' = True BRF_BOOLE_DCHAR1BRF_BOOLE_D
TRUE_3Space = False, 'X' = True BRF_BOOLE_DCHAR1BRF_BOOLE_D
TRUE_4Space = False, 'X' = True BRF_BOOLE_DCHAR1BRF_BOOLE_D
FALSE_1Space = False, 'X' = True BRF_BOOLE_DCHAR1BRF_BOOLE_D
FALSE_2Space = False, 'X' = True BRF_BOOLE_DCHAR1BRF_BOOLE_D
FALSE_3Space = False, 'X' = True BRF_BOOLE_DCHAR1BRF_BOOLE_D
FALSE_4Space = False, 'X' = True BRF_BOOLE_DCHAR1BRF_BOOLE_D
VALUE_1BRF: for BRF Tests BRF_TEST_DATA_ELEMENTCHAR1BRF_TEST_DATA_ELEMENT
VI1 Integer Value 10
VI2 Integer Value 20
VN1 NUMC Value 10
VN2 NUMC Value 20
P1Type P.10.3 BRF_TEST_PDEC10(3) BRF_TEST_P
P2Type P.10.3 BRF_TEST_PDEC10(3) BRF_TEST_P
P3Type P.10.3 BRF_TEST_PDEC10(3) BRF_TEST_P
P4Type P.10.3 BRF_TEST_PDEC10(3) BRF_TEST_P
M1Type M.10.2 BRF_TEST_MCURR10(2) BRF_TEST_M
MC1Currency Key for BRF Result Type M BRF_TEST_CUKYCUKY5BRF_TEST_CUKY
F1 0
F2 0
F3 0
F4 0

Key field Non-key field



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

As BRF_TEST_STRUCTURE 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 BRF_TEST_STRUCTURE as there is no data to select.

How to access SAP table BRF_TEST_STRUCTURE

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