In this post, I will try and describe everything you need to know about the SAP crmd_brfa_event table. What it is, including what type of data it stores.
A list of fields which make up the table structure and on an S/4Hana System for CRMD_BRFA_EVENT what does this table look like.
And what relationships it has with other SAP tables.
Also see here for example ABAP code to select data from CRMD_BRFA_EVENT....Right lets get started!
Object Name: CRMD_BRFA_EVENT
Dictionary Type: Transparent table
Description: Data for Calling Events in Actions
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
CLIENT | MANDT | CLNT | 3(0) | * | Client | MANDT | TEST | CRM | ||||
IMPORT_STATUS | BRF_IMPORT_STATUS | CHAR | 1(0) | BRF: Import Status | BRF_IMPORT_STATUS | CRM | ||||||
VERSION | BRF_VERSION | NUMC | 4(0) | BRF: Version | BRF_VERSION | CRM | ||||||
APPLCLASS | BRF_APPLCLASS | CHAR | 30(0) | TBRF000 | BRF: Application Class | BRF_APPLCLASS | BRF_APPLCLASS | CRM | ||||
ACTION | BRF_ACTION | CHAR | 20(0) | TBRF170 | Name of Action | BRF_ACTION | CRM | |||||
DEST_APPLCLASS | BRF_APPLCLASS | CHAR | 30(0) | TBRF000 | BRF: Application Class | BRF_APPLCLASS | BRF_APPLCLASS | CRM | ||||
DEST_EVENT | BRF_EVENT | CHAR | 20(0) | TBRF110 | Name of Event | BRF_EVENT | BRF_EVENT | CRM |