T7BREFD_EVENT SAP (Events) Table details

Dictionary Type: Table
Description: Events




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




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

T7BREFD_EVENT is a standard SAP Table which is used to store Events data and is available within R/3 SAP systems depending on the version and release level.

The T7BREFD_EVENT table consists of various fields, each holding specific information or linking keys about Events data available in SAP. These include EVENT_ID (Event identifier), EVENT_TYPE (eSocial event type), STATUS (Event status), INF_TYPE (Type of information in 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: 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 T7BREFD_EVENT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
EVENT_IDEvent identifier HRPADBR_EFD_EVENT_IDNUMC20HRPADBR_EFD_EVENT_ID
EVENT_TYPEeSocial event type HRPADBR_EFD_EVENT_TYPENUMC4T7BREFD_EVTYPEHRPADBR_EFD_EVENT_TYPE
STATUSEvent status HRPADBR_EFD_STATUSCHAR1HRPADBR_EFD_STATUS
INF_TYPEType of information in event HRPADBR_EFD_INF_TYPECHAR2T7BREFD_TYPINFHRPADBR_EFD_INF_TYPE
INF_VALUEInformation type value in event HRPADBR_EFD_INF_VALUECHAR20CHAR20
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
EVENT_RECEIPTReceipt code HRPADBR_EFD_RECEIPTCHAR20CHAR20
RETIF_RECEIPTReceipt code HRPADBR_EFD_RECEIPTCHAR20CHAR20
ADJUSTMENT_INDSIAL: declaration adjustment indicator PBR_INRETCHAR1CHAR1
ENVIRONMENT_TYPEEnvironment identification HRPADBR_ENVIRONMENT_TYPECHAR1CHAR1
SEND_PROCESSEvent issue process HRPADBR_SEND_PROCESSCHAR1CHAR1
SEGMENT_INDeSocial segment to which the archive refers HRPADBR_SEGMENT_INDCHAR1CHAR1
VERSION_PROCESSVersion of event issue process HRPADBR_VERSION_PROCESSCHAR20CHAR20
OPERATION_INDOperation identification HRPADBR_EFD_OPERATION_INDCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7BREFD_EVENT
INTO CORRESPONDING FIELDS OF WA_T7BREFD_EVENT
WHERE...

How to access SAP table T7BREFD_EVENT

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