TSP0A SAP (Spool: Device types) Pooled Table details

Dictionary Type: Pooled Table
Description: Spool: Device types




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




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

TSP0A is a standard SAP Pooled Table which is used to store Spool: Device types data and is available within R/3 SAP systems depending on the version and release level.

The TSP0A table consists of various fields, each holding specific information or linking keys about Spool: Device types data available in SAP. These include PPRINT (Spool: Page printer), DRIVER (Spool: Driver name), PVERS (Spool printer version), PNAME (Spool: Name).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TSP0A pooled 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
PATYPESpool: Device type name RSPOPTYPECHAR8RSPOPTYPESPOOL_PTYPE
PPRINTSpool: Page printer RSPOPPRINTCHAR1RSPOBOOL
DRIVERSpool: Driver name RSPODRIVERCHAR4TSP09RSPODRIVER
PVERSSpool printer version RSPOPVERSNUMC5RSPOVERS
PNAMESpool: Name RSPONAMECHAR30RSPONAME
CPCODEPAGESAP Character Set ID CPCODEPAGENUMC4TCP00CPCODEPAGE
CODEPG1ALTSAP Character Set ID CPCODEPAGENUMC4TCP00CPCODEPAGE
CODEPG2ALTSAP Character Set ID CPCODEPAGENUMC4TCP00CPCODEPAGE
CODEPGSYNTSAP Character Set ID CPCODEPAGENUMC4TCP00CPCODEPAGE
BASESpool: Name of a standard device type RSPOBPTYPCHAR8TSP0ARSPOPTYPESPOOL_PTYPE
LSTDRIVERSpool: Name of a list driver RSPOLSTDRVCHAR4RSPOLSTDRV
LSTSUBTYPESpool: list driver argument RSPOLSTARGCHAR4RSPODRVARG
CHGNAME1Spool: changed by RSPOCHGNMECHAR12Assigned to domainXUBNAME
CHGTSTMP1Spool: Time stamp for modification RSPOCHGTMECHAR14TIMESTAMP
CHGSAPREL1Release of SAP System SYSAPRLCHAR4SYCHAR04
CHGSAPSYS1Name of SAP System SYSYSIDCHAR8SYCHAR08
CHGNAME2Spool: changed by RSPOCHGNMECHAR12Assigned to domainXUBNAME
CHGTSTMP2Spool: Time stamp for modification RSPOCHGTMECHAR14TIMESTAMP
CHGSAPREL2Release of SAP System SYSAPRLCHAR4SYCHAR04
CHGSAPSYS2Name of SAP System SYSYSIDCHAR8SYCHAR08
CHGNAME3Spool: changed by RSPOCHGNMECHAR12Assigned to domainXUBNAME
CHGTSTMP3Spool: Time stamp for modification RSPOCHGTMECHAR14TIMESTAMP
CHGSAPREL3Release of SAP System SYSAPRLCHAR4SYCHAR04
CHGSAPSYS3Name of SAP System SYSYSIDCHAR8SYCHAR08

Key field Non-key field



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

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

SELECT SINGLE *
FROM TSP0A
INTO CORRESPONDING FIELDS OF WA_TSP0A
WHERE...

How to access SAP table TSP0A

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