/XLSO/S_USR_STATUS SAP (Structure for User Information) Structure details

Dictionary Type: Structure
Description: Structure for User Information




ABAP Code to SELECT data from /XLSO/S_USR_STATUS
Related tables to /XLSO/S_USR_STATUS
Access table /XLSO/S_USR_STATUS




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

/XLSO/S_USR_STATUS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for User Information" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/XLSO/S_USR_STATUS TYPE /XLSO/S_USR_STATUS.

The /XLSO/S_USR_STATUS table consists of various fields, each holding specific information or linking keys about Structure for User Information data available in SAP. These include LNAME (Name 2), TECHNICAL_ID (User name), USER_ID (Internet user alias), STATUS (User Activation 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP /XLSO/S_USR_STATUS structure 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
FNAMEName 1 NAME1_GPCHAR35NAME
LNAMEName 2 NAME2_GPCHAR35NAME
TECHNICAL_IDUser name XUSERCHAR12Assigned to domainXUBNAME
USER_IDInternet user alias USALIASCHAR40USALIASUSALIAS
STATUSUser Activation Status /XLSO/E_USER_STATUSCHAR1/XLSO/D_USER_STATUS
ROLEPartner Function PARVWCHAR2Assigned to domainPARVWPARVWPAR
EMAIL_IDE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
REGISTERD_DATEDate on Which Record Was Created ERDATDATS8DATUM
CMP_ASSIGN_DATEDate on Which Record Was Created ERDATDATS8DATUM
STATUS_VAL30 Characters CHAR30CHAR30CHAR30
COMPANYName 1 NAME1_GPCHAR35NAME
COMP_STATUSUser and Company Mapping Status /XLSO/E_USR_COMP_STATCHAR1/XLSO/D_USR_COMP_STAT
COUNTRYCountry Key LAND1_GPCHAR3Assigned to domainLAND1C_LAND1

Key field Non-key field



How do I retrieve data from SAP structure /XLSO/S_USR_STATUS using ABAP code?

As /XLSO/S_USR_STATUS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /XLSO/S_USR_STATUS as there is no data to select.

How to access SAP table /XLSO/S_USR_STATUS

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