RSPORQINFO SAP (Information about a single spool request) Structure details

Dictionary Type: Structure
Description: Information about a single spool request




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




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

RSPORQINFO 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 "Information about a single spool request" 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_RSPORQINFO TYPE RSPORQINFO.

The RSPORQINFO table consists of various fields, each holding specific information or linking keys about Information about a single spool request data available in SAP. These include RQCLIENT (Client for which object was generated), RQ0NAME (Spool request: Name), RQ1NAME (Spool request: Suffix 1), RQ2NAME (Spool request: Suffix 2).. 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: Can be enhanced (character-type or numeric)


SAP RSPORQINFO 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
RQIDENTSpool request number RSPOIDINT410RSPOID
RQCLIENTClient for which object was generated RSTSCLIENTCLNT3Assigned to domainMANDT
RQ0NAMESpool request: Name RSPO0NAMECHAR6CHAR6
RQ1NAMESpool request: Suffix 1 RSPO1NAMECHAR4CHAR4
RQ2NAMESpool request: Suffix 2 RSPO2NAMECHAR12CHAR12
RQOWNERUser name RSPOUSERCHAR12USERNAME
RQFINALSpool request completed RSPOFINALCHAR1CHAR1
RQCRETIMETime a spool request was created RSPOCRTIMECHAR16RSLGTIME
RQDESTSpool: Output device RSPOPNAMECHAR4Assigned to domainSPDEVRSPOPNAME
RQPAPERSpool: Format type RSPOPAPFAMCHAR16Assigned to domainRSPOPAPER
RQTITLETitle of a spool request RSPOTITLECHAR68TEXT68
RQRECEIVERSpool: Recipient of spool request RSPORECEIVCHAR12TEXT12
RQDIVISIONDepartment RSPODIVISICHAR12TEXT12
RQDOCTYPESpool: document type RSPODOCTYPCHAR6CHAR6
PAGEFORMATSpool: Page format RSPOFORMATCHAR8RSPOFORMATSPOOL_PGFMT
ORIENTATIONSpool: Page format orientation (optional) RSPOORIEN3CHAR1RSPOORIEN3
PDF_MAXINDEX Maximum index of PDFs for this request (1..)0
PAGECOUNT Number of pages in Spool request0

Key field Non-key field



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

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

How to access SAP table RSPORQINFO

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