WECD_PERS_USER SAP (User Personalization) Table details

Dictionary Type: Table
Description: User Personalization




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




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

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

The WECD_PERS_USER table consists of various fields, each holding specific information or linking keys about User Personalization data available in SAP. These include PERS_GUID (Personalization Guid), APP_ID (Holds Shop ID), MODULE_ID (ERP Web Channel Module ID), USER_ID (User Name in User Master Record).. 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 WECD_PERS_USER 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PERS_GUIDPersonalization Guid WEC_PERS_GUID32CHAR32WEC_PERS_GUID
APP_IDHolds Shop ID WEC_PERS_SHOP_IDCHAR40ERP_WEC_SHOP_ID
MODULE_IDERP Web Channel Module ID WEC_PERS_MOD_IDCHAR255WEC_PERS_MOD_ID
USER_IDUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
PERS_TYPEERP Personalization Type WEC_PERS_TYPECHAR10WEC_PERS_TYPE
PERS_NAMEPersonalization Name WEC_PERS_NAMECHAR255WEC_PERS_NAME
PREF_KEYPersonalization Preference Key WEC_PERS_PREF_KEYSTRG0WEC_PERS_PREF_KEY
CREATED_ATCreated At (Output in User Time Zone) COMT_CREATED_AT_USRDEC15TSTLCCOM_TSTMP
CREATED_BYUser that Created the Transaction CRMT_CREATED_BYCHAR12UNAMEUSER_ADDR
CHANGED_ATChanged At (Output in User Time Zone) COMT_CHANGED_AT_USRDEC15TSTLCCOM_TSTMP
CHANGED_BYTransaction Last Changed By CRMT_CHANGED_BYCHAR12UNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM WECD_PERS_USER
INTO CORRESPONDING FIELDS OF WA_WECD_PERS_USER
WHERE...

How to access SAP table WECD_PERS_USER

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