CRMC_BRF_210_KEY SAP (References to Keys of Table TBRF210) Table details

Dictionary Type: Table
Description: References to Keys of Table TBRF210




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




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

CRMC_BRF_210_KEY is a standard SAP Table which is used to store References to Keys of Table TBRF210 data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_BRF_210_KEY table consists of various fields, each holding specific information or linking keys about References to Keys of Table TBRF210 data available in SAP. These include RULE_GUID32 (CHAR32-GUID for Identifying a BRF Rule or Rule Set), IMPORT_STATUS (BRF: Import Status), APPLCLASS (BRF: Application Class), EVENT (Name of Event).. 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 CRMC_BRF_210_KEY 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
RULE_GUID32CHAR32-GUID for Identifying a BRF Rule or Rule Set CRMT_BRF_RL_RS_GUID32CHAR32CHAR32
IMPORT_STATUSBRF: Import Status BRF_IMPORT_STATUSCHAR1BRF_IMPORT_STATUS
APPLCLASSBRF: Application Class BRF_APPLCLASSCHAR30Assigned to domainBRF_APPLCLASSBRF_APPLCLASS
EVENTName of Event BRF_EVENTCHAR20Assigned to domainBRF_EVENTBRF_EVENT
VERSIONBRF: Version BRF_VERSIONNUMC4BRF_VERSION
EXPRESSION_ISBRF: Import Status BRF_IMPORT_STATUSCHAR1BRF_IMPORT_STATUS
EXPRESSIONBRF: Expression BRF_EXPRESSIONCHAR20Assigned to domainBRF_EXPRESSION
EXPRESSION_VSBRF: Version BRF_VERSIONNUMC4BRF_VERSION
ACTION_ISBRF: Import Status BRF_IMPORT_STATUSCHAR1BRF_IMPORT_STATUS
ACTIONName of Action BRF_ACTIONCHAR20Assigned to domainBRF_ACTION
ACTION_VSBRF: Version BRF_VERSIONNUMC4BRF_VERSION
SEQUENCESequence Number BRF_SEQUENCE_NUMBERNUMC4BRF_SEQUENCE_NUMBER

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_BRF_210_KEY
INTO CORRESPONDING FIELDS OF WA_CRMC_BRF_210_KEY
WHERE...

How to access SAP table CRMC_BRF_210_KEY

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