PRSNAS_FLAVORS SAP (Personas: Flavors) Table details

Dictionary Type: Table
Description: Personas: Flavors




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




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

PRSNAS_FLAVORS is a standard SAP Table which is used to store Personas: Flavors data and is available within R/3 SAP systems depending on the version and release level.

The PRSNAS_FLAVORS table consists of various fields, each holding specific information or linking keys about Personas: Flavors data available in SAP. These include TCODE (Transaction Code), FLAVOR (Personas: The flavor ID), AUTHOR (User Name in User Master Record), IS_DEFAULT (Checkbox).. 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: Cannot Be Enhanced

Text table = PRSNAS_FLAVORS_T

Text table = PRSNAS_FLAVORS_T

Text table = PRSNAS_FLAVORS_T


SAP PRSNAS_FLAVORS 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
TCODETransaction Code TCODECHAR20TSTCTCODETCD
FLAVORPersonas: The flavor ID PRSNAS_FLAVOR_IDCHAR40PRSNAS_FLAVOR_ID
AUTHORUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
IS_DEFAULTCheckbox XFELDCHAR1XFELD
IS_PUBLICCheckbox XFELDCHAR1XFELD
SALT random number0
NAME The flavor's name0
XML UTF8 encoded XML string containing the flavor's data0
THEME UTF8 encoded XML string containing theme data0
CSS CSS string0
JPG One optional JPG image0

Key field Non-key field



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

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

SELECT SINGLE *
FROM PRSNAS_FLAVORS
INTO CORRESPONDING FIELDS OF WA_PRSNAS_FLAVORS
WHERE...

How to access SAP table PRSNAS_FLAVORS

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