TSP02_SP0R SAP (Extended TSP02 for New SP01) Structure details

Dictionary Type: Structure
Description: Extended TSP02 for New SP01




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




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

TSP02_SP0R 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 "Extended TSP02 for New SP01" 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_TSP02_SP0R TYPE TSP02_SP0R.

The TSP02_SP0R table consists of various fields, each holding specific information or linking keys about Extended TSP02 for New SP01 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 TSP02_SP0R 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
RQID_CHARSpool number RQIDENTCHAR10CHAR10
PJEP_CHARSpool number RQIDENTCHAR10CHAR10
PJNUM_CHAROutput request number as NUMC5 PJNUMCHAR5CHAR5
PJDATEDate output request created (for SP01) PJDATEDATS8DATS
PJTIMETime output request was created PJTIMECHAR5CHAR5
PJPROTOLog for spool request (icon) PJPROTOCHAR46CHAR46
PJTEXTStatus text for output request PJSTATUSCHAR90CHAR90
PJFILENAMETemporary file name (if created) PJFILENAMECHAR20CHAR20
PJDEST4Short name for an output device PJDESTCHAR4CHAR4
PJSTIMETime output request was created PJTIMECHAR5CHAR5
PJSDATEDate output request created (for SP01) PJDATEDATS8DATS
PJETIMETime output request was created PJTIMECHAR5CHAR5
PJEDATEDate output request created (for SP01) PJDATEDATS8DATS
PJHTIMETime output request was created PJTIMECHAR5CHAR5
PJHDATEDate output request created (for SP01) PJDATEDATS8DATS
PJICONStatus of an output request as an icon PJICONCHAR46CHAR46
PJFRONTENDTerminal ID UTERMCHAR20CHAR20
PJSTDATEStart date for output request PJSDATEDATS8DATS
PJSTTIMEStart time for output request PJSTIMECHAR5CHAR5

Key field Non-key field



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

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

How to access SAP table TSP02_SP0R

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