SFPPRIP SAP (Form Processing: Print Parameters) Structure details

Dictionary Type: Structure
Description: Form Processing: Print Parameters




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




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

SFPPRIP 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 "Form Processing: Print Parameters" 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_SFPPRIP TYPE SFPPRIP.

The SFPPRIP table consists of various fields, each holding specific information or linking keys about Form Processing: Print Parameters data available in SAP. These include REQNEW (New Spool Request), REQIMM (Immediate Spool Print), REQDEL (Immediate Spool Deletion), REQFINAL (Spool request completed).. 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: Cannot Be Enhanced


SAP SFPPRIP 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
DESTSpool: Output device RSPOPNAMECHAR4TSP03SPDEVRSPOPNAME
REQNEWNew Spool Request SYPRNEWCHAR1SYCHAR01
REQIMMImmediate Spool Print SYPRIMMCHAR1SYCHAR01
REQDELImmediate Spool Deletion SYPRRELCHAR1SYCHAR01
REQFINALSpool request completed RSPOFINALCHAR1CHAR1
SPOOLIDSpool request number RSPOIDINT410RSPOID
SENDDATERequested send date SKDATEDATS8SKDATE
SENDTIMERequested send time SKTIMETIMS6SKTIME
SCHEDULESend time request SKSCHEDULECHAR3SKSCHEDULE
COPIESNumber of Copies FPCOPIESNUMC3FPCOPIES
DATASETSpool request: Name RSPO0NAMECHAR6CHAR6
SUFFIX1Spool request: Suffix 1 RSPO1NAMECHAR4CHAR4
SUFFIX2Spool request: Suffix 2 RSPO2NAMECHAR12CHAR12
COVTITLESpool Description SYPRTXTCHAR68SYCHAR68K
COVERPrint: SAP cover page SYPRSAPCHAR1SYPRSAP
RECEIVERSpool Recipient Name SYPRRECCHAR12SYCHAR12
DIVISIONSpool Department Name SYPRABTCHAR12SYCHAR12K
LIFETIMESpool Retention Period SYPEXPINUMC1SYNUM01
AUTHORITYPrint: Authorization SYPRBERCHAR12SYCHAR12SAU
RQPOSNAMESpool: Long name of printers for host spooler RSPOPRNAMECHAR50TEXT50
PDLTYPEPrinter Control Language FPPDLTYPECHAR30FPPDLTYPE
XDCNAMEXDC Name FPXDCNAMECHAR51FPXDCNAME
XDCOWNERObject Owner, e.g. XDC FPOWNERCHAR1FPOWNER
NOPDFNo PDF generation FPNOPDFCHAR1FPBOOLEAN
SPONUMIVNumber range number NRNRCHAR2CHAR2
PRINTTICKETName of a print ticket POSS_PRINTTICKETNAMECHAR30

Key field Non-key field



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

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

How to access SAP table SFPPRIP

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