PATLOG SAP (Logging Table for Transaction SPAM/SAINT) Table details

Dictionary Type: Table
Description: Logging Table for Transaction SPAM/SAINT




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




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

PATLOG is a standard SAP Table which is used to store Logging Table for Transaction SPAM/SAINT data and is available within R/3 SAP systems depending on the version and release level.

The PATLOG table consists of various fields, each holding specific information or linking keys about Logging Table for Transaction SPAM/SAINT data available in SAP. These include CURTIME (System Time), CNT (Counter), PLEVEL (Log Level), SEVERITY (Error severity(' ',W(arning),E(rror),A(bnormal termination))).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PATLOG 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
CURDATESystem Date SYDATUMDATS8SYDATS
CURTIMESystem Time SYUZEITTIMS6SYTIME
CNTCounter NUM03NUMC3NUM03
PLEVELLog Level PROTLEVELNUMC1PROTLEVEL
SEVERITYError severity(' ',W(arning),E(rror),A(bnormal termination)) ERRORTYPCHAR1SEVERITY
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
AGApplication Area ARBGBCHAR20Assigned to domainARBGBMAG
MSGNRMessage number MSGNRCHAR3Assigned to domainMSGNR
NEWOBJNew Section PROTNEWOBJCHAR1XFELD
FUNCTIONCharacter field of length 40 CHAR40CHAR40CHAR40
CURUSERLast Changed by AS4USERCHAR12AS4USER
TEXTchar120 CHAR120CHAR120CHAR120
VAR4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



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

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

SELECT SINGLE *
FROM PATLOG
INTO CORRESPONDING FIELDS OF WA_PATLOG
WHERE...

How to access SAP table PATLOG

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