CRMD_BRF_EVAL_RL SAP (Evaluated Rule Instance per Event Handler Time) Table details

Dictionary Type: Table
Description: Evaluated Rule Instance per Event Handler Time




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




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

CRMD_BRF_EVAL_RL is a standard SAP Table which is used to store Evaluated Rule Instance per Event Handler Time data and is available within R/3 SAP systems depending on the version and release level.

The CRMD_BRF_EVAL_RL table consists of various fields, each holding specific information or linking keys about Evaluated Rule Instance per Event Handler Time data available in SAP. These include REF_GUID_HEAD (GUID of a CRM Order Object), REF_GUID_ITEM (GUID of a CRM Order Object), EVENT_EXE_TIME (CRM Event Handler Execution Time (BRF)), PARAM_COMB_GUID (CHAR32-GUID for Reference of a BRF Parameter Combination).. 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 CRMD_BRF_EVAL_RL 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 ID SYMANDTCLNT3Assigned to domainMANDT
REF_GUID_HEADGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
REF_GUID_ITEMGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
EVENT_EXE_TIMECRM Event Handler Execution Time (BRF) CRMT_BRF_EVENT_EXETIMECHAR10
PARAM_COMB_GUIDCHAR32-GUID for Reference of a BRF Parameter Combination CRMT_BRF_PAR_COMB_GUID32CHAR32CHAR32
APPLCLASSBRF: Application Class BRF_APPLCLASSCHAR30Assigned to domainBRF_APPLCLASSBRF_APPLCLASS
EVENT_ADMBRF: Event + Admin. Data CRMT_BRF_EVENT_ADMCHAR25
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
RULESETBRF Rule Set BRF_RULESETCHAR20Assigned to domainBRF_RULESET
RULESET_VERSIONBRF: Version BRF_VERSIONNUMC4BRF_VERSION
AUX_ACTIONName of Action BRF_ACTIONCHAR20Assigned to domainBRF_ACTION
CONTEXT 0
CONTEXT_TYPEName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMD_BRF_EVAL_RL
INTO CORRESPONDING FIELDS OF WA_CRMD_BRF_EVAL_RL
WHERE...

How to access SAP table CRMD_BRF_EVAL_RL

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