TSP0C SAP (Spool: Change Log) Table details

Dictionary Type: Table
Description: Spool: Change Log




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




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

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

The TSP0C table consists of various fields, each holding specific information or linking keys about Spool: Change Log data available in SAP. These include SATZNUMMER (Spool: Counter, 8-digit (internal)), TABELLE (Spool: Table name (internal)), SCHLUESSEL (Spool: General Concatenated Key (internal)), AKTION (Spool: Action ID (internal)).. 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: Not classified


SAP TSP0C 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
KOMPONENTEComponent Description RSPOKOMPONCHAR4RSPOKOMPON
SATZNUMMERSpool: Counter, 8-digit (internal) RSPOCOUNT8NUMC8NUMC08
TABELLESpool: Table name (internal) RSPOTABNAMCHAR10CHAR10
SCHLUESSELSpool: General Concatenated Key (internal) RSPOANYKEYCHAR40CHAR40
AKTIONSpool: Action ID (internal) RSPOAKTIONCHAR3RSPOAKTION
BENUTZERUser name USERNAMECHAR12USERNAME
DATUMDate DATUMDATS8DATUM
ZEITSpool: Time (internal) RSPOZEITTIMS6RSPOZEIT
DATENLANGESpool: Counter, 8-digit (internal) RSPOCOUNT8NUMC8NUMC08
KOMMENTARSpool: Comment Field RSPOKOMMNTCHAR240RSPOKOMMNT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TSP0C
INTO CORRESPONDING FIELDS OF WA_TSP0C
WHERE...

How to access SAP table TSP0C

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