TXI_TSP03 SAP (Spool: Printer declaration) Structure details

Dictionary Type: Structure
Description: Spool: Printer declaration




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




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

TXI_TSP03 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Spool: Printer declaration" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TXI_TSP03 TYPE TXI_TSP03.

The TXI_TSP03 table consists of various fields, each holding specific information or linking keys about Spool: Printer declaration data available in SAP. These include PADEST (Spool: Output device), PAOSNAME (Spool: Host spooler printer names), PATYPE (Spool: Device type name), PAHOST (Host 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TXI_TSP03 structure 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 RSPOPNAMECHAR4Assigned to domainSPDEVRSPOPNAME
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 structure TXI_TSP03 using ABAP code?

As TXI_TSP03 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TXI_TSP03 as there is no data to select.

How to access SAP table TXI_TSP03

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