TSP02SYS SAP (TSP02 with SYSID) Structure details

Dictionary Type: Structure
Description: TSP02 with SYSID




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




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

TSP02SYS 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 "TSP02 with SYSID" 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_TSP02SYS TYPE TSP02SYS.

The TSP02SYS table consists of various fields, each holding specific information or linking keys about TSP02 with SYSID data available in SAP. These include PJIDENT (Spool request number), PJNUMMER (Spool: output request number), PJDEST (Spool: Output device), PJPAPER (Spool: Format type).. 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: Not classified


SAP TSP02SYS 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
PJIDENTSpool request number RSPOIDINT410RSPOID
PJNUMMERSpool: output request number RSPOPJNUMINT25RSPOPJCNT
PJDESTSpool: Output device RSPOPNAMECHAR4TSP03SPDEVRSPOPNAME
PJPAPERSpool: Format type RSPOPAPFAMCHAR16TSP1DRSPOPAPER
PJPHYPAPERFormat the Printer Actually Users RSPOPAPPHYCHAR16TSP1DRSPOPAPER
PJCREATIMETime spool request was created RSPOCRETIMCHAR16CHAR16
PJSTATUSSpool: Output request status RSPOPJSTATCHAR1CHAR1
PJINFOTemSe: General counter RSTSCNTINT25SAPUSHORT
PJCOPIESNumber of copies RSPOCOPIESINT13RSPOCNT1
PJSTRTPAGESpool: Start page for OTF printout RSPOSPAGEINT410RSPOPAGNUM
PJENDPAGESpool: Last page for partial printout RSPOEPAGEINT410RSPOPAGNUM
PJOWNERUser name RSPOUSERCHAR12USERNAME
PJFINADONENumber of output requests processed RSPOPJDONEINT25RSPOPJCNT
PJFINASERRSpool: Number of output requests with problems RSPOPJSERRINT25RSPOPJCNT
PJFINAHERRSpool: Number of output requests with errors (no printout) RSPOPJHERRINT25RSPOPJCNT
PJHOSTIDHost spooler ID for output request RSPOPJHIDCHAR20CHAR20
PJCLIENTClient for which object was generated RSTSCLIENTCLNT3T000MANDT
PJSTRTTIMESystem log time stamp RSLGTIMECHAR16RSLGTIME
PJAENDTIMESystem log time stamp RSLGTIMECHAR16RSLGTIME
PJHENDTIMESystem log time stamp RSLGTIMECHAR16RSLGTIME
PJINFOMSGComment CHAR50CHAR50TEXT50
PJSIZEPrint request size RSPOPJSIZEINT410
PJERRPROTSpool request number RSPOIDINT410RSPOID
PJPRIOSpool: Spool or print request priority RSPOPRIOINT13RSPOPRIO
PJREASONReason for print request RSPOREASONCHAR1PJREASON
PJTITLETitle of a spool request RSPOTITLECHAR68TEXT68
PJRECEIVERSpool: Recipient of spool request RSPORECEIVCHAR12TEXT12
PJDIVISIONDepartment RSPODIVISICHAR12TEXT12
PJTELENUMTelecommunications partner SKTELNRCHAR30TDTELENUM
PJWORKHOSTHost name RSPOHOSTCHAR32RSPOHOST
PJSERVERServer Name MSNAMECHAR20MSNAME
PJLFDDCOPYCopy count RSPODCOPYINT13RSPOCPYCNT
PJLFDPCOPYCopy counter RSPOPCOPYINT13RSPOCPYCNT
PJPOSNAMESpool: Long name of printers for host spooler RSPOPRNAMECHAR50TEXT50
PJACTTIMESystem log time stamp RSLGTIMECHAR16RSLGTIME
SYSSAP system identification RSPO_SYSCHAR8SYCHAR08

Key field Non-key field



How do I retrieve data from SAP structure TSP02SYS using ABAP code?

As TSP02SYS 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 TSP02SYS as there is no data to select.

How to access SAP table TSP02SYS

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