CRMT_BRF_LOG SAP (BRF Log: External Format) Structure details

Dictionary Type: Structure
Description: BRF Log: External Format




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




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

CRMT_BRF_LOG 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 Log: External Format" 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_CRMT_BRF_LOG TYPE CRMT_BRF_LOG.

The CRMT_BRF_LOG table consists of various fields, each holding specific information or linking keys about BRF Log: External Format data available in SAP. These include GUID (GUID of a CRM Order Object), CRM_BRF_EVENT (Event in Program Flow), EXEC_TIME (Execution Time for BRF Event), EXEC_EARLY (Indicator: Trigger Event Before CRM 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CRMT_BRF_LOG 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
GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
CRM_BRF_EVENTEvent in Program Flow CRMT_BRF_EVENTCHAR1CRM_BRF_EVENT
EXEC_TIMEExecution Time for BRF Event CRMT_BRF_EVENT_EXE_TIMENUMC3CRM_BRF_EVENT_EXE_TIME
EXEC_EARLYIndicator: Trigger Event Before CRM Event CRMT_BRF_EXEC_EARLYCHAR1XFELD
CRM_EVENT_PRIOProcessing Priority of BRF Events CRMT_BRF_EVENT_PRIONUMC2NUMC02
BRF_APPLCLASSBRF: Application Class BRF_APPLCLASSCHAR30Assigned to domainBRF_APPLCLASSBRF_APPLCLASS
BRF_EVENTName of Event BRF_EVENTCHAR20Assigned to domainBRF_EVENTBRF_EVENT
BRF_ACTIONName of Action BRF_ACTIONCHAR20Assigned to domainBRF_ACTION
BRF_ACT_SORTSequence Number BRF_SEQUENCE_NUMBERNUMC4BRF_SEQUENCE_NUMBER
BRF_EXP_PARENTBRF: Parent Expression CRMT_BRF_EXP_PARENTCHAR20Assigned to domainBRF_EXPRESSION
BRF_EXPRESSIONBRF: Expression BRF_EXPRESSIONCHAR20Assigned to domainBRF_EXPRESSION
BRF_ENTRY_TYPEBRF Log: Entry Type CRMT_BRF_LOG_ENTRY_TYPECHAR1CRM_BRF_LOG_ENTRY_TYPE
HDR_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
DEACTIVATEDBRF: Entry Inactive CRMT_BRF_ENTRY_INACTIVECHAR1CRM_BOOLEAN
EXECUTEDBRF: Executed CRMT_BRF_EXECUTEDCHAR1CRM_BOOLEAN
EXEC_STATUSBRF: Execution Status CRMT_BRF_EXEC_STATUSCHAR1CHAR1
RESULT_TYPEBRF: Result Type BRF_RESULT_TYPECHAR1BRF_RESULT_TYPE
RESULT_IS_VALIDResult Is Valid BRF_RESULT_IS_VALIDCHAR1BRF_BOOLE_D
BRF_RESULTResult BRF_RESULT_VALUECHAR50SYCHAR50
BRF_REUSE_STATUSBuffer Status BRF_BUFFER_STATUSINT13BRF_TRACE_BUFFER_STATUS
BRF_EXP_SORTSequence Number BRF_SEQUENCE_NUMBERNUMC4BRF_SEQUENCE_NUMBER
MSGIDMessage identification MSGIDCHAR20Assigned to domainARBGB
MSGNOSystem Message Number MSGNOCHAR3Assigned to domainMSGNR
MSGV1Message variable 01 MSGV1CHAR50CHAR50
MSGV2Message variable 02 MSGV2CHAR50CHAR50
MSGV3Message variable 03 MSGV3CHAR50CHAR50
MSGV4Message variable 04 MSGV4CHAR50CHAR50
BRF_LOG_CUSTSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table CRMT_BRF_LOG

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