SPFL1120 SAP (Screen 1120: Memory management 'Extended memory' - Part 1) Structure details

Dictionary Type: Structure
Description: Screen 1120: Memory management 'Extended memory' - Part 1




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




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

SPFL1120 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 "Screen 1120: Memory management 'Extended memory' - Part 1" 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_SPFL1120 TYPE SPFL1120.

The SPFL1120 table consists of various fields, each holding specific information or linking keys about Screen 1120: Memory management 'Extended memory' - Part 1 data available in SAP. These include USEPAGING (Flag: Use 'old' roll or extended memory), ROLLAREA (Size of roll area (KB)), ROLLMAXFS (Max. size of roll file), ROLLBUFSIZ (Size of roll buffer in KB).. 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 SPFL1120 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
USEPAGINGFlag: Use 'old' roll or extended memory PFYROLLTYPCHAR1CHAR1
ROLLAREASize of roll area (KB) PFYROLLARCHAR6CHAR6
ROLLMAXFSMax. size of roll file PFYROLMXFSCHAR5CHAR5
ROLLBUFSIZSize of roll buffer in KB PFYROLLCHAR5CHAR5
PAGEMAXFSMax. size of paging file PFYPGMAXFXCHAR5CHAR5
PAGEBUFSIZSize of paging buffer in KB PFYPAGECHAR5CHAR5
ROLLEXTENSMax. exended memory / user PFYROLLEXTCHAR12CHAR12
LOCALHPLMExtended memory: Restart WP from this local memory size PFYROLHPLMCHAR12CHAR12
EMINITSZMBExtended memory. Init. extended memory size / server PFYEMISZMBCHAR12CHAR12
EMADRSPNTExt. memory (NT only): Address area to be reserved PFYEMASPNTCHAR12CHAR12
HEAPDIAABAP: Max. local memory in dialog operation / user PFYHEAPDIACHAR12CHAR12
HEAPNONDIAABAP: Max. local memory for non-dialog operation / user PFYHPNDIACHAR12CHAR12
SWAPRESERVExtended memory: Swap reserve for op. system PFYSWAPRSVCHAR5CHAR5
HEAPTOTALExtended memory: Max. local memory / server PFYHEAPMAXCHAR12CHAR12
EMSTLGSZMBExt. mem.: Context size / users who activate statistics PFYEMSLSMBCHAR5CHAR5
EMSTLGTMOExtended memory: Interval for statistics backup PFYEMSLTMOCHAR5CHAR5
EMBLKSZKBExtended memory: Block size (KB) PFYEMBLKSZCHAR5CHAR5
ROLLPGSZSize of page of roll (Bytes) PFYROLLPSZNUMC6NUMC06
STOALLTotal memory requirements of application server (approx.) PFYSTOALLNUMC12NUMC12
ROLLFIRSTSize of roll first area in KB PFYROLLFSTCHAR6CHAR6
MAXSWAPSPTotal memory requirements of application server (approx.) PFYSTOALLNUMC12NUMC12
PFNAMEName of profile for system parameterization PFEPFNAMECHAR30CHAR30
VERSNRVersion Number PFEVERSNRNUMC6NUMC6

Key field Non-key field



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

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

How to access SAP table SPFL1120

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