TSP02FX SAP (List of Front-End Printing to Be Printed (Replaces TSP02F)) Table details

Dictionary Type: Table
Description: List of Front-End Printing to Be Printed (Replaces TSP02F)




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




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

TSP02FX is a standard SAP Table which is used to store List of Front-End Printing to Be Printed (Replaces TSP02F) data and is available within R/3 SAP systems depending on the version and release level.

The TSP02FX table consists of various fields, each holding specific information or linking keys about List of Front-End Printing to Be Printed (Replaces TSP02F) data available in SAP. These include PJNUMBER (Spool: output request number), OWNER (User name), CLIENT (Client for which object was generated), TERMINAL (Name of Front-End Terminal).. 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 TSP02FX 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
PJNUMBERSpool: output request number RSPOPJNUMINT25RSPOPJCNT
OWNERUser name USERNAMECHAR12USERNAME
CLIENTClient for which object was generated RSTSCLIENTCLNT3Assigned to domainMANDT
TERMINALName of Front-End Terminal FRONTTERMCHAR20TEXT20
CREATIMESystem log time stamp RSLGTIMECHAR16RSLGTIME
ENTRYMODEOutput status for spool requests RSPOMODECHAR1CHAR1
GUIIDSpool: A GUID (Currently Used for Session IDs) RSPOGUIDCHAR40TEXT40

Key field Non-key field



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

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

SELECT SINGLE *
FROM TSP02FX
INTO CORRESPONDING FIELDS OF WA_TSP02FX
WHERE...

How to access SAP table TSP02FX

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