DFMCA_BRFFEX SAP (Generated Expressions for Form Fields) Table details

Dictionary Type: Table
Description: Generated Expressions for Form Fields




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




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

DFMCA_BRFFEX is a standard SAP Table which is used to store Generated Expressions for Form Fields data and is available within R/3 SAP systems depending on the version and release level.

The DFMCA_BRFFEX table consists of various fields, each holding specific information or linking keys about Generated Expressions for Form Fields data available in SAP. These include APPLCLASS (BRF: Application Class), SCENARIO (Key for a Scenario), VERSION (Version of Scenario), FIELDNAME (Field Name).. 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 DFMCA_BRFFEX 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
APPLCLASSBRF: Application Class BRF_APPLCLASSCHAR30Assigned to domainBRF_APPLCLASSBRF_APPLCLASS
SCENARIOKey for a Scenario QSCENARIOCHAR4Assigned to domainQSCENARIO
VERSIONVersion of Scenario QISRDVERSIONNUMC5QISRDVERSION
FIELDNAMEField Name QISRDFIELDNAMECHAR30CHAR30
EXPRESSIONBRF: Expression BRF_EXPRESSIONCHAR20Assigned to domainBRF_EXPRESSION
RESULT_TYPEBRF: Result Type BRF_RESULT_TYPECHAR1BRF_RESULT_TYPE
RESULT_LENGTHField Length/Structure Length BRF_RESULT_LENGTHNUMC6DDLENG
RESULT_DECIMALSDecimal Places for Type P BRF_RESULT_DECIMALSNUMC6DDLENG
SHORTBRF: General Short Text BRF_SHORT_TEXTCHAR80BRF_SHORT_TEXT

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFMCA_BRFFEX
INTO CORRESPONDING FIELDS OF WA_DFMCA_BRFFEX
WHERE...

How to access SAP table DFMCA_BRFFEX

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