KLSDCPROTE SAP (STC: Error Log) Table details

Dictionary Type: Table
Description: STC: Error Log




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




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

KLSDCPROTE is a standard SAP Table which is used to store STC: Error Log data and is available within R/3 SAP systems depending on the version and release level.

The KLSDCPROTE table consists of various fields, each holding specific information or linking keys about STC: Error Log data available in SAP. These include CALLIDX (Run Number for Single Transaction Check Log), IN_OUT (), POSIDX (Item Index for Default Risk Items), OBJECT_IDERR (Text string 22 characters).. 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 KLSDCPROTE 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
CALLIDXRun Number for Single Transaction Check Log KL_CALLIDXNUMC10KL_CALLIDX
IN_OUT 0
POSIDXItem Index for Default Risk Items KL_POSIDXNUMC4KL_POSIDX
.INCLU-ERR 0
OBJECT_IDERRText string 22 characters CHAR22CHAR22CHAR22
LEVELERRLog Level PROTLEVELNUMC1PROTLEVEL
SEVERITYERRError severity(' ',W(arning),E(rror),A(bnormal termination)) ERRORTYPCHAR1SEVERITY
LANGUERRLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
AGERRApplication Area ARBGBCHAR20Assigned to domainARBGBMAG
MSGNRERRMessage number MSGNRCHAR3Assigned to domainMSGNR
NEWOBJERRNew Section PROTNEWOBJCHAR1XFELD
VAR1ERRMessage Variable SYMSGVCHAR50SYCHAR50
VAR2ERRMessage Variable SYMSGVCHAR50SYCHAR50
VAR3ERRMessage Variable SYMSGVCHAR50SYCHAR50
VAR4ERRMessage Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



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

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

SELECT SINGLE *
FROM KLSDCPROTE
INTO CORRESPONDING FIELDS OF WA_KLSDCPROTE
WHERE...

How to access SAP table KLSDCPROTE

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