SAP WFMC_SPOOL WFMC: Spool data for output control Table data and field list

WFMC_SPOOL 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 "WFMC: Spool data for output control" 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_WFMC_SPOOL TYPE WFMC_SPOOL.

The WFMC_SPOOL table consists of various fields, each holding specific information or linking keys about WFMC: Spool data for output control data available in SAP. These include DSNAM (Spool request: Name), DSUF1 (Spool request: Suffix 1), DSUF2 (Spool request: Suffix 2), DIMME (Print immediately)... 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. .

WFMC_SPOOL structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WFMC_SPOOL structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the WFMC_SPOOL table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
LDESTSpool: Output device RSPOPNAMECHAR4Assigned to domainSPDEVRSPOPNAME
DSNAMSpool request: Name RSPO0NAMECHAR6CHAR6
DSUF1Spool request: Suffix 1 RSPO1NAMECHAR4CHAR4
DSUF2Spool request: Suffix 2 RSPO2NAMECHAR12CHAR12
DIMMEPrint immediately TDIMMEDCHAR1TDBOOL
DELETRelease after output TDDELETECHAR1TDBOOL
TDRECEIVERSpool Recipient Name SYPRRECCHAR12SYCHAR12
TDDIVISIONSpool Department Name SYPRABTCHAR12SYCHAR12K
TDOCOVERPrint: SAP cover page SYPRSAPCHAR1SYPRSAP
TDCOVTITLESpool Description SYPRTXTCHAR68SYCHAR68K
TDAUTORITYPrint: Authorization SYPRBERCHAR12SYCHAR12SAU

Key field Non-key field



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

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

How to access SAP table WFMC_SPOOL

Within an ECC or HANA version of SAP you can also view further information about WFMC_SPOOL and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).