STW_S_TEST_DISPLAY_ACTIVITY SAP (StreamWork Test Activity: Attributes) Structure details

Dictionary Type: Structure
Description: StreamWork Test Activity: Attributes




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




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

STW_S_TEST_DISPLAY_ACTIVITY 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 Activity: 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_ACTIVITY TYPE STW_S_TEST_DISPLAY_ACTIVITY.

The STW_S_TEST_DISPLAY_ACTIVITY table consists of various fields, each holding specific information or linking keys about StreamWork Test Activity: Attributes data available in SAP. These include ACTIVITY_ID (SAP Jam: Group ID), ACTIVITY_NAME (SAP Jam: Group Name), PURPOSE (SAP Jam: Group Objectives (Purpose)), OWNER ().. 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_ACTIVITY 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
ACTIVITY 0
ACTIVITY_IDSAP Jam: Group ID STW_ACTIVITY_IDCHAR22STW_ACTIVITY_ID
ACTIVITY_NAMESAP Jam: Group Name STW_ACTIVITY_NAMECHAR255STW_ACTIVITY_NAME
PURPOSESAP Jam: Group Objectives (Purpose) STW_ACTIVITY_PURPOSESTRG0STW_ACTIVITY_PURPOSE
OWNER 0
OWNER_IDSAP Jam: User ID STW_USER_SW_IDCHAR22STW_USER_SW_ID
OWNER_NAMESAP Jam: Group Owner's User Name STW_ACTIVITY_OWNER_NAMECHAR255STW_USER_SW_NAME
STATUSSAP Jam: Group Status STW_ACTIVITY_STATUSCHAR30STW_ACTIVITY_STATUS
PRIVACYSAP Jam: Group Privacy Level STW_ACTIVITY_PRIVACYCHAR20STW_ACTIVITY_PRIVACY
SHARINGSAP Jam: Sharing State for Group STW_ACTIVITY_SHARINGCHAR30STW_ACTIVITY_SHARING
CREATOR 0
CREATOR_IDSAP Jam: User ID STW_USER_SW_IDCHAR22STW_USER_SW_ID
CREATOR_NAMESAP Jam: Group Creator's User Name STW_ACTIVITY_CREATOR_NAMECHAR255STW_USER_SW_NAME
CREATED_ATSAP Jam: Group Created On STW_ACTIVITY_CREATED_ATCHAR19
UPDATED_ATSAP Jam: Group Updated On STW_ACTIVITY_UPDATED_ATCHAR19
UPDATE_COUNTSAP Jam: Group Update Count STW_ACTIVITY_UPDATE_COUNTINT410
EMBEDDED_LINKEmbedded Link of a SAP Jam object STW_TEST_EMBEDDED_LINKSTRG0STW_STRING_LOWER_CASE
DUE_DATESAP Jam: Group Due Date STW_ACTIVITY_DUE_DATE_ATCHAR10
REMINDERSAP Jam: Group Reminder STW_ACTIVITY_REMINDER_ATCHAR10

Key field Non-key field



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

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

How to access SAP table STW_S_TEST_DISPLAY_ACTIVITY

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