/ORS/USER_PREFER SAP (User preference) Table details

Dictionary Type: Table
Description: User preference




ABAP Code to SELECT data from /ORS/USER_PREFER
Related tables to /ORS/USER_PREFER
Access table /ORS/USER_PREFER




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

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

The /ORS/USER_PREFER table consists of various fields, each holding specific information or linking keys about User preference data available in SAP. These include APPROVER (Open Text User Mapping Object ID), SHOW_DETAIL (Output Field as Checkbox), SHOW_HISTORY (Output Field as Checkbox), DEFAULT_CODER (Open Text User Mapping Object ID).. 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: Not classified


SAP /ORS/USER_PREFER 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
APPROVEROpen Text User Mapping Object ID /ORS/UMOIDCHAR35Assigned to domain/ORS/UMOID/ORS/UMOID/ORS/000007_OPT_ID
SHOW_DETAILOutput Field as Checkbox CHKBOXCHAR1XFELD
SHOW_HISTORYOutput Field as Checkbox CHKBOXCHAR1XFELD
DEFAULT_CODEROpen Text User Mapping Object ID /ORS/UMOIDCHAR35/ORS/USERMAP/ORS/UMOID/ORS/UMOID/ORS/000007_OPT_ID
INV_LIST_FIELDChar255 CHAR255CHAR255CHAR255
MAX_RECENT_LISTNumc3, internal use NUMC3NUMC3NUMC3
E_NOTIFY_ACTIVEOutput Field as Checkbox CHKBOXCHAR1XFELD
INV_PER_PAGENumc3, internal use NUMC3NUMC3NUMC3
DEFAULT_LANGUAGELanguage Key LANGULANG1Assigned to domainISOLASPRAS
DATE_FORMATDate format XUDATFMCHAR1XUDATFM
DECIMAL_NOTATIONDecimal Format XUDCPFMCHAR1XUDCPFM
DEFAULT_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SHOW_ATTACHMENTUser Preferences: Show Attachment /ORS/SHOW_ATTACHCHAR1XFELD
IMAGE_DISPLAYUser Preference: Image Display Type /ORS/IMAGE_DISPLAYNUMC1/ORS/IMAGE_DISPLAY
SIDLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



How do I retrieve data from SAP table /ORS/USER_PREFER using ABAP code

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

SELECT SINGLE *
FROM /ORS/USER_PREFER
INTO CORRESPONDING FIELDS OF WA_/ORS/USER_PREFER
WHERE...

How to access SAP table /ORS/USER_PREFER

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