STW_S_TEST_DISPLAY_USER SAP (StreamWork Test User: Attributes) Structure details

Dictionary Type: Structure
Description: StreamWork Test User: Attributes




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




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

STW_S_TEST_DISPLAY_USER 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 "StreamWork Test User: Attributes" 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_STW_S_TEST_DISPLAY_USER TYPE STW_S_TEST_DISPLAY_USER.

The STW_S_TEST_DISPLAY_USER table consists of various fields, each holding specific information or linking keys about StreamWork Test User: Attributes data available in SAP. These include USER_SW_ID (SAP Jam: User ID), USER_SW_NAME (SAP Jam: User Name), USER_SW_EMAIL (SAP Jam: User's E-Mail), USER_SW_NICKNAME (SAP Jam: User Nickname).. 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: Cannot Be Enhanced


SAP STW_S_TEST_DISPLAY_USER 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
USER 0
USER_SW_IDSAP Jam: User ID STW_USER_SW_IDCHAR22STW_USER_SW_ID
USER_SW_NAMESAP Jam: User Name STW_USER_SW_NAMECHAR255STW_USER_SW_NAME
USER_SW_EMAILSAP Jam: User's E-Mail STW_USER_SW_EMAILCHAR254STW_USER_SW_EMAIL
USER_SW_NICKNAMESAP Jam: User Nickname STW_USER_SW_NICKNAMECHAR40STW_USER_SW_NICKNAME
USER_SW_FIRST_NAMESAP Jam: User's First Name STW_USER_SW_FIRST_NAMECHAR40STW_USER_SW_FIRST_NAME
USER_SW_LAST_NAMESAP Jam: User's Last Name STW_USER_SW_LAST_NAMECHAR40STW_USER_SW_LAST_NAME
USER_SW_TITLESAP Jam: User's Academic Title STW_USER_SW_TITLECHAR40STW_USER_SW_TITLE
USER_SW_IMSAP Jam: User's Instant Messenger Address STW_USER_SW_IMCHAR254STW_USER_SW_IM
USER_SW_COMPANYSAP Jam: User's Company STW_USER_SW_COMPANYCHAR255STW_USER_SW_COMPANY
USER_SW_PHONE_OFFICESAP Jam: User's Office Phone Number STW_USER_SW_PHONE_OFFICECHAR30STW_USER_SW_PHONE_OFFICE
USER_SW_PHONE_MOBILESAP Jam: User's Mobile Phone Number STW_USER_SW_PHONE_MOBILECHAR30STW_USER_SW_PHONE_MOBILE
USER_SW_PICTURE_URLSAP Jam: URL of User Profile Picture STW_USER_PROFILE_PICTURE_URLSTRG0STW_USER_PROFILE_PICTURE_URL
BACKEND_USER_IDUser Name SYUNAMECHAR12SYCHAR12
EMBEDDED_LINKEmbedded Link of a SAP Jam object STW_TEST_EMBEDDED_LINKSTRG0STW_STRING_LOWER_CASE
IS_CURRENT_USER Flag: Is Current User0
ORG_IDSAP Jam: User's Company ID STW_USER_ORG_IDCHAR255STW_TEXT255
ORG_NAMESAP Jam: Name of User's Company STW_USER_ORG_NAMESTRG0
ORG_POST_OUTSIDE_ORGIndicator: Company Allows Posts Outside of Company STW_USER_ORG_POST_OUTSIDE_ORGCHAR1STW_USER_ORG_POST_OUTSIDE_ORG
ORG_UUIDSAP Jam: User Company UUID (Technical ID) STW_USER_ORG_UUIDCHAR22STW_UUID_22

Key field Non-key field



How do I retrieve data from SAP structure STW_S_TEST_DISPLAY_USER using ABAP code?

As STW_S_TEST_DISPLAY_USER 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 STW_S_TEST_DISPLAY_USER as there is no data to select.

How to access SAP table STW_S_TEST_DISPLAY_USER

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