/ORS/RECENTUSER SAP (Most Recently Selected Users) Table details

Dictionary Type: Table
Description: Most Recently Selected Users




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




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

/ORS/RECENTUSER is a standard SAP Table which is used to store Most Recently Selected Users data and is available within R/3 SAP systems depending on the version and release level.

The /ORS/RECENTUSER table consists of various fields, each holding specific information or linking keys about Most Recently Selected Users data available in SAP. These include CURRENT_APPR (Open Text User Mapping Object ID), SELECTED_USER (Open Text User Mapping Object ID), USER_TYPE (User type), SEQ (Two digit number).. 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/RECENTUSER 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
CURRENT_APPROpen Text User Mapping Object ID /ORS/UMOIDCHAR35Assigned to domain/ORS/UMOID/ORS/UMOID/ORS/000007_OPT_ID
SELECTED_USEROpen Text User Mapping Object ID /ORS/UMOIDCHAR35Assigned to domain/ORS/UMOID/ORS/UMOID/ORS/000007_OPT_ID
USER_TYPEUser type /ORS/USER_TYPECHAR1/ORS/USER_TYPE
SEQTwo digit number NUMC2NUMC2NUMC2
LASTNAMELast Name /ORS/LASTNAMECHAR30CHAR30
FIRSTNAMEFirst Name /ORS/FIRSTNAMECHAR30CHAR30
MIDDLENAMEMiddle Name /ORS/MIDDLENAMECHAR30CHAR30
DEPARTMENTDepartment /ORS/DEPTCHAR50TEXT50
WINDOWS_DOMAINWindows Domain /ORS/WINDOWS_DOMCHAR63CHAR63
WINDOWS_IDWindows ID /ORS/WINDOWS_IDCHAR30/ORS/WINDOWS_ID
SAP_EMPLPYEE_IDPersonnel Number PERNR_DNUMC8PERNRPER
SAP_USER_IDUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
EP6_USER_IDSAP Portal User ID /ORS/EP6_USERIDCHAR30CHAR30
EMAILEmail /ORS/CHAR0241CHAR241/ORS/CHAR_0241
OTHER_IDName of user within the company XUNAME1CHAR30XUNAME1
PHONETelephone Number TELNRCHAR14TELNR

Key field Non-key field



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

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

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

How to access SAP table /ORS/RECENTUSER

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