SPFID SAP (Static description of SAP instance) Structure details

Dictionary Type: Structure
Description: Static description of SAP instance




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




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

SPFID 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 "Static description of SAP instance" 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_SPFID TYPE SPFID.

The SPFID table consists of various fields, each holding specific information or linking keys about Static description of SAP instance data available in SAP. These include HOST (Host Name), TYPE (SAP instance type), BANAME (Name of Operation Mode), SYSNAME (SAP System Name).. 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 SPFID 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
INSTNAMESAP Instance Name PFEINSTNAMCHAR20TEXT20
HOSTHost Name PFEHOSTNAMCHAR40TEXT40
TYPESAP instance type PFEINSTTYPCHAR20TEXT20
BANAMEName of Operation Mode PFEBANAMECHAR20TEXT20
SYSNAMESAP System Name PFESYSNAMECHAR3CHAR3
SYSNRSAP system number (00 - 99) PFESYSNRCHAR2CHAR2
APSERVERApplication server PFEAPSNAMECHAR20TEXT20
STATUSStatus of instance description PFEINSTSTSCHAR8CHAR8
CMPONComponents of instance PFEINSTCMPCHAR16CHAR16
PFINSTName of Instance Profile PFEINSTPFLCHAR88PFEUNIXPRO
PFSTARTInstance Startup Profile PFEINSTPFSCHAR88PFEUNIXPRO
HOMEDIRHome Directory of SAP Instance PFEINSTHOMCHAR40TEXT40
USERNAMEUser Name of Instance Owner PFEINSTUSRCHAR20TEXT20
PASSWDPassword of Instance Owner PFEINSTPASCHAR20TEXT20
WPNODIANo. dialog work processes of instance PFEWPNODIACHAR3CHAR3
WPNOVBNumber of Update Work Processes of an Instance PFEWPNOVBCHAR3CHAR3
WPNOBTCNo. background work processes for instance PFEWPNOBTCCHAR3CHAR3
WPNOENQNumber of Enqueue Work Processes of an Instance PFEWPNOENQCHAR3CHAR3
WPNOSPONumber of Spool Work Processes of an Instance PFEWPNOSPOCHAR3CHAR3
WPNOTotal no. of work processes for application server PFEWPNOCHAR3CHAR3
WPNOBTCANo. of work processes to be kept free for backgrnd. process. PFEWPNOBTACHAR3CHAR3
SRVDIAInstance service: Online PFESRVDIACHAR1CHAR1
SRVVBInstance service: Update Process PFESRVVBCHAR1CHAR1
SRVBTCInstance service: Background processing PFESRVBTCCHAR1CHAR1
SRVENQInstance service: Lock management PFESRVENQCHAR1CHAR1
SRVSPOInstance service: Spooler PFESRVSPOCHAR1CHAR1
SRVMSGInstance service: Message server PFESRVMSGCHAR1CHAR1
SRVGWInstance service: Gateway PFESRVGWCHAR1CHAR1
OPSYS'uname' of an application server, corresponds to SY-OPSYS PFEOPSYSCHAR20TEXT20
WPNOV2Number of V2 update workprocesses of an instance PFEWPNOV2CHAR3CHAR3
WPNORES1No. dialog work processes of instance PFEWPNODIACHAR3CHAR3
WPNORES2No. dialog work processes of instance PFEWPNODIACHAR3CHAR3
SRVV2Instance service: V2 update PFESRVV2CHAR1CHAR1
SRVRES1Instance service: Online PFESRVDIACHAR1CHAR1
SRVRES2Instance service: Online PFESRVDIACHAR1CHAR1
PFLINSNAMEName of profile for system parameterization PFEPFNAMECHAR30CHAR30
PFLSTRNAMEName of profile for system parameterization PFEPFNAMECHAR30CHAR30
WPNORESNumber of Reserved Work Processes of an Instance PFEWPNORESCHAR3CHAR3
SRVDYNWPInstance Service: Dynamic WP Activation PFESRVDYNWPCHAR1CHAR1
WPMAXNOMaximum Total Number of All Work Processes (Excluding Spool) PFEWPMAXNOCHAR7CHAR7
WPMAXCONFIGMax. No. of Work Processes that Can Be Activated by Op. Mode PFEWPMAXCONFIGCHAR7

Key field Non-key field



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

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

How to access SAP table SPFID

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