SPERSFCAT SAP (Personalization Table for ALV Tree Field Catalog) Table details

Dictionary Type: Table
Description: Personalization Table for ALV Tree Field Catalog




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




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

SPERSFCAT is a standard SAP Table which is used to store Personalization Table for ALV Tree Field Catalog data and is available within R/3 SAP systems depending on the version and release level.

The SPERSFCAT table consists of various fields, each holding specific information or linking keys about Personalization Table for ALV Tree Field Catalog data available in SAP. These include TABNAME (LVC tab name), FIELDNAME (ALV control: Field name of internal table field), ROW_POS (ALV control: Output line (INTERNAL USE)), COL_POS (ALV control: Output column).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SPERSFCAT table 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
SUSERUser Name SYUNAMECHAR12SYCHAR12
TABNAMELVC tab name LVC_TNAMECHAR30
FIELDNAMEALV control: Field name of internal table field LVC_FNAMECHAR30CHAR30
ROW_POSALV control: Output line (INTERNAL USE) LVC_ROWPOSINT410
COL_POSALV control: Output column LVC_COLPOSINT410
NO_OUTALV control: Column is not output LVC_NOOUTCHAR1CHAR1
TECHALV control: Technical field LVC_TECHCHAR1XFLAG
COLTEXTALV control: Column heading LVC_TXTCOLCHAR40TEXT40
SCRTEXT_LLong Field Label SCRTEXT_LCHAR40SCRTEXT_L
SCRTEXT_MMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M
SCRTEXT_SShort Field Label SCRTEXT_SCHAR10SCRTEXT_S
COLDDICTXTALV control: Determine DDIC text reference LVC_DDICTCHAR1CHAR1
SELDDICTXTALV control: Determine DDIC text reference LVC_DDICTCHAR1CHAR1
TIPDDICTXTALV control: Determine DDIC text reference LVC_DDICTCHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP table SPERSFCAT using ABAP code

The following ABAP code Example will allow you to do a basic selection on SPERSFCAT to SELECT all data from the table
DATA: WA_SPERSFCAT TYPE SPERSFCAT.

SELECT SINGLE *
FROM SPERSFCAT
INTO CORRESPONDING FIELDS OF WA_SPERSFCAT
WHERE...

How to access SAP table SPERSFCAT

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