TEBPPCAT SAP (Log Categories Control Part SAP) Table details

Dictionary Type: Table
Description: Log Categories Control Part SAP




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




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

TEBPPCAT is a standard SAP Table which is used to store Log Categories Control Part SAP data and is available within R/3 SAP systems depending on the version and release level.

The TEBPPCAT table consists of various fields, each holding specific information or linking keys about Log Categories Control Part SAP data available in SAP. These include ISBUKRSREL (Category Expects Reference to Company Code), ISDOCREL (Category Expects Reference to a Document), MSGID (Standard Message Class of the Category), MSGTY (Standard Message Type of the Category).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TEBPPCATT


SAP TEBPPCAT 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
NAMETechnical Key for the Log Category EBPP_CATEGORYNAMECHAR8EBPP_CATEGORYNAME
ISBUKRSRELCategory Expects Reference to Company Code EBPP_CATEGORYBUKRSCHAR1XFELD
ISDOCRELCategory Expects Reference to a Document EBPP_CATEGORYDOCUMENTCHAR1XFELD
MSGIDStandard Message Class of the Category EBPP_CATEGORYMSGIDCHAR20T100AARBGB
MSGTYStandard Message Type of the Category EBPP_CATEGORYMSGTYCHAR1SYCHAR01
MSGNOStandard Message Number of the Category EBPP_CATEGORYMSGNONUMC3SYMSGNO
ACTIVEMSGTYLowest Level of Message Type That is Still to Be Logged EBPP_CATEGORYACTIVEMSGTYCHAR1SYCHAR01

Key field Non-key field



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

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

SELECT SINGLE *
FROM TEBPPCAT
INTO CORRESPONDING FIELDS OF WA_TEBPPCAT
WHERE...

How to access SAP table TEBPPCAT

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