TSP02L SAP (Spool: List parameters for spool and print requests) Table details

Dictionary Type: Table
Description: Spool: List parameters for spool and print requests




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




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

TSP02L is a standard SAP Table which is used to store Spool: List parameters for spool and print requests data and is available within R/3 SAP systems depending on the version and release level.

The TSP02L table consists of various fields, each holding specific information or linking keys about Spool: List parameters for spool and print requests data available in SAP. These include PJNUMMER (Spool: output request number), LINES (Spooler: Number of lines per page), COLUMNS (Spooler: Number of columns per page), COLORPRT (Output attribute: print in colr/black and white/default?).. 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 TSP02L 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
PJIDENTSpool request number RSPOIDINT410RSPOID
PJNUMMERSpool: output request number RSPOPJNUMINT25RSPOPJCNT
LINESSpooler: Number of lines per page RSPOLINCNTINT410RSPOLINCNT
COLUMNSSpooler: Number of columns per page RSPOCOLCNTINT410RSPOCOLCNT
COLORPRTOutput attribute: print in colr/black and white/default? RSPOPRTCOLCHAR1RSPOPRTCOL
PRINTMODEPrint mode controls printing on one or both sides RSPOPRTMDCHAR1RSPOPRTMD
INPUTTRAYPrinter paper tray RSPOINTRAYCHAR3RSPOTRAY
PFORMATSpool: Page format RSPOFORMATCHAR8RSPOFORMATSPOOL_PGFMT
ORIENTSpool: Page format orientation (optional) RSPOORIEN3CHAR1RSPOORIEN3
LISTAREAMethod to calculate list margins RSPOAREAMDCHAR1RSPOAREAMD
SPACEMODEMethod to determine the increment of the font RSPOFONTMDCHAR1RSPOFONTMD
FONTSIZEFont size in 1/10 point (1/720 inch) RSPOFNTSZNUMC4RSPOFNTSZ
CHARWIDTHList print: Width of a character in TWIP (1/1440 inch) RSPOCHARWINT410RSPOVALTW
MRG_TOPPrint list: Top margin (not printed) RSPOTOPMINT410RSPOVALTW
MRG_LEFTPrint list: Left margin (not printed) RSPOLFTMINT410RSPOVALTW
MRG_BOTPrint list: Bottom margin (not printed) RSPOBOTMINT410RSPOVALTW
MRG_RIGHTPrint list: Right margin (not printed) RSPORGTMINT410RSPOVALTW
PAGEWIDTHWidth of the print page, measured in TWIP (1/1440 inch) RSPOPAGWTWINT410RSPOVALTW
PAGEHEIGHTHeight of the print page, measured in TWIP (1/1440 inch) RSPOPAGHTWINT410RSPOVALTW

Key field Non-key field



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

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

SELECT SINGLE *
FROM TSP02L
INTO CORRESPONDING FIELDS OF WA_TSP02L
WHERE...

How to access SAP table TSP02L

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