CRMC_PERSLST_EXT SAP (Enhanced Personalization Data for Result List) Table details

Dictionary Type: Table
Description: Enhanced Personalization Data for Result List




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




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

CRMC_PERSLST_EXT is a standard SAP Table which is used to store Enhanced Personalization Data for Result List data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_PERSLST_EXT table consists of various fields, each holding specific information or linking keys about Enhanced Personalization Data for Result List data available in SAP. These include PUSER (User Name), BLVIEW (View for UI Display), FIELDGROUP (Field Group), FILTER_ON (Filter Status).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP CRMC_PERSLST_EXT 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 MANDTCLNT3T000MANDT
PUSERUser Name UNAMECHAR12UNAME
BLVIEWView for UI Display CRMT_BSP_BLVIEWCHAR10Assigned to domainCRM_BSP_BLVIEW
FIELDGROUPField Group CRMT_BSP_FIELDGRPCHAR32Assigned to domainCRM_BSP_FIELDGRP
FILTER_ONFilter Status CRMT_BSP_FILTER_STATECHAR1XFELD
TABLE_LAYOUTLayout of Result List CRMT_BSP_TABLE_LAYOUTCHAR10CHAR10
MODIFIED_ATUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
MODIFIED_BYChanged by STAT_LUSERCHAR12UNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_PERSLST_EXT
INTO CORRESPONDING FIELDS OF WA_CRMC_PERSLST_EXT
WHERE...

How to access SAP table CRMC_PERSLST_EXT

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