EBEVNTC SAP (Business Event Category) Table details

Dictionary Type: Table
Description: Business Event Category




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




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

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

The EBEVNTC table consists of various fields, each holding specific information or linking keys about Business Event Category data available in SAP. These include LP_EVENT (Business Event), LP_ITMCAT (Event Item Category), LP_CODE (Loyalty program code), LP_SDATE (Loyalty Program Start Date).. 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: Can be enhanced (character-type or numeric)

Text table = EBEVNTCT


SAP EBEVNTC 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 MANDTCLNT3T000MANDT
LP_EVENTBusiness Event LP_EVENTCHAR10LP_EVENT
LP_ITMCATEvent Item Category LP_ITMCATCHAR2LP_ITMCAT
LP_CODELoyalty program code LP_CODECHAR10ELOYALPRGLP_CODELPCH_LPCODE
LP_SDATELoyalty Program Start Date LP_SDATEDATS8DATUM
LP_EDATELoyalty Program End Date LP_EDATEDATS8DATUM
LP_GRANT_PTLoyalty Point Granted LP_GRANT_PTDEC10LP_POINT10
LP_UNITUnit of Measurement E_MASSUNIT3T006CUNITMEINS
LP_REF_INDDetermine Loyalty Points Using Basis Value LP_REFINDCHAR1XFELD
LP_REF_PTBasis Value for Determining Points LP_REF_PTDEC3LP_REF_PT
LP_REF_UNITUnit of Measurement E_MASSUNIT3T006CUNITMEINS
LP_EXPDAT_RULERule for Expiration Date Determination LP_EXPDAT_RULECHAR2LP_EXPDAT_RULE
LP_TIMCATTime Category LP_TIMCATCHAR1LP_TIMCAT
LP_TIMCAT_MTHMonth-Related Data LP_TIMCAT_MTHCHAR1LP_TIMCAT_MTH
LP_TIMBASTime Basis LP_TIMBASNUMC3LP_TIMBAS
LP_CRMDLoyalty Account Line Item Creation Mode LP_CRMDCHAR1LP_CRMD
LP_DISTRIBUTORLoyalty Point Distributor LP_DISTRIBUTORCHAR10BUT000ALPHABU_PARTNERBPABUPA

Key field Non-key field



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

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

SELECT SINGLE *
FROM EBEVNTC
INTO CORRESPONDING FIELDS OF WA_EBEVNTC
WHERE...

How to access SAP table EBEVNTC

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