RSPOLATTB SAP (Spool: List parameters for spool and print requests) Structure details

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




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




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

RSPOLATTB 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 "Spool: List parameters for spool and print requests" 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_RSPOLATTB TYPE RSPOLATTB.

The RSPOLATTB 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 COLUMNS (Spooler: Number of columns per page), COLORPRT (Output attribute: print in colr/black and white/default?), PRINTMODE (Print mode controls printing on one or both sides), INPUTTRAY (Printer paper tray).. 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 RSPOLATTB 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
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 structure RSPOLATTB using ABAP code?

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

How to access SAP table RSPOLATTB

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