TSTASETW SAP (TWB Status Management: Status Values) Table details

Dictionary Type: Table
Description: TWB Status Management: Status Values




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




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

TSTASETW is a standard SAP Table which is used to store TWB Status Management: Status Values data and is available within R/3 SAP systems depending on the version and release level.

The TSTASETW table consists of various fields, each holding specific information or linking keys about TWB Status Management: Status Values data available in SAP. These include STA_ACTION (Status: Possible valuations of a status field), SORT_KEY (Sort sequence), TWB_STATUS_NO_F4 (Flag Status Not Selectable), TEST_FINISHED (Flag Test Ended).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = TSTASTTW


SAP TSTASETW 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
STATUSProcessing status STAT_TWCHAR10STAT_TW
STA_ACTIONStatus: Possible valuations of a status field ACT_TWCHAR10TSTAACTWACT_TW
SORT_KEYSort sequence STAT_SORTINT13HIER_COUNT
TWB_STATUS_NO_F4Flag Status Not Selectable TWB_STATUS_NO_F4CHAR1HIER_YESNO
TEST_FINISHEDFlag Test Ended TWB_FSTATUSCHAR1HIER_YESNO

Key field Non-key field



How do I retrieve data from SAP table TSTASETW using ABAP code

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

SELECT SINGLE *
FROM TSTASETW
INTO CORRESPONDING FIELDS OF WA_TSTASETW
WHERE...

How to access SAP table TSTASETW

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