SFPOUTPUTPARAMS SAP (Form Processing Output Parameter) Structure details

Dictionary Type: Structure
Description: Form Processing Output Parameter




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




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

SFPOUTPUTPARAMS 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 Output Parameter" 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_SFPOUTPUTPARAMS TYPE SFPOUTPUTPARAMS.

The SFPOUTPUTPARAMS table consists of various fields, each holding specific information or linking keys about Form Processing Output Parameter data available in SAP. These include NODIALOG (Suppress User Dialog), PREVIEW (Preview), GETPDF (Request PDF Return), GETPDL (Request PDL Return).. 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 SFPOUTPUTPARAMS 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
DEVICEOutput device FPMEDIUMCHAR8FPMEDIUM
NODIALOGSuppress User Dialog FPNODIALOGCHAR1FPBOOLEAN
PREVIEWPreview FPPREVIEWCHAR1FPBOOLEAN
GETPDFRequest PDF Return FPGETPDFCHAR1FPBOOL
GETPDLRequest PDL Return FPGETPDLCHAR1FPBOOL
GETXMLGet-Data-XML Request FPGETXMLCHAR1FPBOOL
CONNECTIONLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
ADSTRLEVELTrace Level for Adobe Document Services FPADSTRLNUMC2FPADSTRL
JOB_PROFILEName of Job Profile FPJOBPROFILESTRG0FPJOBPROFILE
BUMODEBundle Mode FPBUMODECHAR1FPBUMODE
ASSEMBLEMerge into one PDF document? FPASSEMBLECHAR1FPASSEMBLE
PARALLELData Type BOOLEAN FPBOOLEANCHAR1FPBOOLEAN
PDFVERSIONPDF Version FPPDFVERSIONSTRG0FPPDFVERSION
PDFTAGGEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
PDFCHANGESRESTRICTEDRestricted Editing Options for PDF Document FPCHANGESRESTRICTEDCHAR1FPCHANGESRESTRICTED
PDFNORMPDF Standard FPPDFNORMCHAR10FPPDFNORM
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
NOPDFNo PDF generation FPNOPDFCHAR1FPBOOLEAN
RQPOSNAMESpool: Long name of printers for host spooler RSPOPRNAMECHAR50TEXT50
PDLTYPEPrinter Control Language FPPDLTYPECHAR30FPPDLTYPE
SPONUMIVNumber range number NRNRCHAR2CHAR2
XDCNAMEXDC Name FPXDCNAMECHAR51FPXDCNAME
ARCMODEPrint: Archiving mode SYARMODCHAR1SYARMOD
XDCOWNERObject Owner, e.g. XDC FPOWNERCHAR1FPOWNER
NOPDFNo PDF generation FPNOPDFCHAR1FPBOOLEAN
NOARMCHNo Change of Archiving Mode FPNOARMCHCHAR1FPBOOLEAN
SPONUMIVNumber range number NRNRCHAR2CHAR2
TITLETitle in dialog box FPTITLECHAR50FPTITLE
PRINTTICKETName of a print ticket POSS_PRINTTICKETNAMECHAR30
NOPREVIEWNo print preview FPNOPREVIEWCHAR1FPBOOLEAN
ARCMODEPrint: Archiving mode SYARMODCHAR1SYARMOD
NOPRINTNo printing from print preview FPNOPRINTCHAR1FPBOOLEAN
NOARMCHNo Change of Archiving Mode FPNOARMCHCHAR1FPBOOLEAN
NOARCHIVENo archiving from print preview FPNOARCHIVECHAR1FPBOOLEAN
IMMEXITExit Preview Immediately After Output FPIMMEXITCHAR1FPBOOLEAN
TITLETitle in dialog box FPTITLECHAR50FPTITLE
NOPRIBUTTNo Pushbuttons FPNOPRIBCHAR1FPBOOLEAN
NOPREVIEWNo print preview FPNOPREVIEWCHAR1FPBOOLEAN
XFPXFP Output Activated FPXFPACTIVECHAR1FPBOOLEAN
NOPRINTNo printing from print preview FPNOPRINTCHAR1FPBOOLEAN
XFPTYPEXFP Variant FPXFPTYPECHAR1FPXFPTYPE
NOARCHIVENo archiving from print preview FPNOARCHIVECHAR1FPBOOLEAN
IMMEXITExit Preview Immediately After Output FPIMMEXITCHAR1FPBOOLEAN
XFPOUTDEVSpool: Output device RSPOPNAMECHAR4Assigned to domainSPDEVRSPOPNAME
NOPRIBUTTNo Pushbuttons FPNOPRIBCHAR1FPBOOLEAN
XFPXFP Output Activated FPXFPACTIVECHAR1FPBOOLEAN
XFPTYPEXFP Variant FPXFPTYPECHAR1FPXFPTYPE
XFPOUTDEVSpool: Output device RSPOPNAMECHAR4Assigned to domainSPDEVRSPOPNAME

Key field Non-key field



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

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

How to access SAP table SFPOUTPUTPARAMS

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