UCL200C SAP (Audit Trail Category) Table details

Dictionary Type: Table
Description: Audit Trail Category




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




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

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

The UCL200C table consists of various fields, each holding specific information or linking keys about Audit Trail Category data available in SAP. These include LOGTYPE (Audit Trail Category), DOCLOG (Audit Trail: Document Audit Trail).. 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 = UCL200T


SAP UCL200C 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
TASKTYPETask Category UC_TASKTYPECHAR2UCS000CUC_TASKTYPE
LOGTYPEAudit Trail Category UC_LOG_TYPENUMC1UC_LOG_TYPE
DOCLOGAudit Trail: Document Audit Trail UC_LOG_DOCUMENTCHAR1UC_FLG

Key field Non-key field



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

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

SELECT SINGLE *
FROM UCL200C
INTO CORRESPONDING FIELDS OF WA_UCL200C
WHERE...

How to access SAP table UCL200C

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