TSP03 SAP (Spool: Printer declaration) Table details

Dictionary Type: Table
Description: Spool: Printer declaration




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




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

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

The TSP03 table consists of various fields, each holding specific information or linking keys about Spool: Printer declaration data available in SAP. These include PAOSNAME (Spool: Host spooler printer names), PATYPE (Spool: Device type name), PAHOST (Host name), PAMETHOD (Spool: Host spool system access method).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TSP03 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
PADESTSpool: Output device RSPOPNAMECHAR4SPDEVRSPOPNAME
PAOSNAMESpool: Host spooler printer names RSPOPOSNAMCHAR8TEXT8
PATYPESpool: Device type name RSPOPTYPECHAR8TSP0ARSPOPTYPESPOOL_PTYPE
PAHOSTHost name RSPOHOSTCHAR32RSPOHOST
PAMETHODSpool: Host spool system access method RSPOPAMETHCHAR1TSP6DRSPOPAMETHSPOOL_AMETH
PAPARAM1TemSe: General counter RSTSCNTINT25SAPUSHORT
PASTATUSSpooler: Printer process status RSPOPASTATINT410SAPUINT
PAMSGSpool: Status message (or copy of location) RSPOPMSGCHAR64TEXT64
PASTANDORTSpool: Location and naming of an output device RSPOPLOCATCHAR64TEXT64
PALPDHOSTName of destination host RSPOLPDHOSCHAR32RSPOHOSTSPOOL_LPDH
PACONVERTFlag indicating necessity of char. set conversion for TSP06 RSPOCNVFLGCHAR1CHAR1
PALPQFORMFormat of LPQ output for printer RSPOLPQFRMCHAR1TSP5DRSPOLPQFOR
PALPRCMDHost spool print command to use RSPOLPRCMDCHAR1RSPOLPRCMD
PALPQCMDCommand to be used for host spool query RSPOLPQCMDCHAR1RSPOLPQCMD
PALPXCMDCommand to use for deletion in the host spool RSPOLPXCMDCHAR1RSPOLPXCMD
PAMINPRIOLowest priority for immediate output RSPOMINPRIINT13INT1
PADFLTUTTLPrint default host spool cover page RSPODUTITLCHAR1Assigned to domainRSPODUTITL
PADFLTSTTLPrint SAP cover page RSPODSTITLCHAR1Assigned to domainRSPOSAPTTL
PADEBUGPrint output debugging level RSPOPDEBUGCHAR1CHAR1
PALPDSIZESize of TCP packet for lpd/SAPLPD RSPOLPDSIZINT410
PALPDPORTPort number for TCP connection to lpd/SAPLPD RSPOLPDPORINT25INT2
PAARCHIVERSpool: Device used for archiving (internal use) RSPOARFLAGCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM TSP03
INTO CORRESPONDING FIELDS OF WA_TSP03
WHERE...

How to access SAP table TSP03

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