FPB_PERSPARM SAP (Personalization: User Settings) Table details

Dictionary Type: Table
Description: Personalization: User Settings




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




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

FPB_PERSPARM is a standard SAP Table which is used to store Personalization: User Settings data and is available within R/3 SAP systems depending on the version and release level.

The FPB_PERSPARM table consists of various fields, each holding specific information or linking keys about Personalization: User Settings data available in SAP. These include PERSKEYTP (Key Type for Personalization Data (User, Role, ...)), PERSKEY (Key for Personalization Data (User, Role, ...)), APPLID (Personalization Application Name), FIELDNAME (Field 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FPB_PERSPARM 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PERSKEYTPKey Type for Personalization Data (User, Role, ...) FPB_KEYTPCHAR1CHAR1
PERSKEYKey for Personalization Data (User, Role, ...) FPB_KEYCHAR30CHAR30
APPLIDPersonalization Application Name FPB_APPIDCHAR30Assigned to domainFPB_APPID
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
ORIGINOrigin of Data FPB_ORIGINCHAR1CHAR1
DATETODate DATUMDATS8DATUM
FIELDINDEXField Index FPB_FIELDINDEXNUMC6NUMC6
PERS_SUBCONTEXTSubcontext of Personalization Application FPB_APPSUBCONCHAR10Assigned to domainFPB_APPSUBCON
DATEFROMDate DATUMDATS8DATUM
NOAUTHNo Authorization Extraction FPB_NOAUTHCHAR1CHAR1
USERNAMEUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
TIMESTMPTime Created (Greenwich Mean Time) FPB_HZSTMPDEC16FPB_TSTMP
FIELDTYPEField Type: Value, Interval, Hierarchy, String, ... FPB_FTYPECHAR1FPB_FTYPE
SEL_SIGNSign (like RANGES table) S_SIGNCHAR1S_SIGN
SEL_OPTIONOperator of Selection Option SEL_OPTIONCHAR2CHAR2
LOWFrom Value FPB_LOWCHAR60TEXT60
HIGHTo Value FPB_HIGHCHAR60TEXT60
PERS_VARIABLEPersonalization Variable FPB_VARIABLECHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM FPB_PERSPARM
INTO CORRESPONDING FIELDS OF WA_FPB_PERSPARM
WHERE...

How to access SAP table FPB_PERSPARM

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