TEWACTION SAP (Classes That Perform Subsequent Action) Table details

Dictionary Type: Table
Description: Classes That Perform Subsequent Action




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




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

TEWACTION is a standard SAP Table which is used to store Classes That Perform Subsequent Action data and is available within R/3 SAP systems depending on the version and release level.

The TEWACTION table consists of various fields, each holding specific information or linking keys about Classes That Perform Subsequent Action data available in SAP. These include APPLICATION (Application), CLASS (Class), OPERATION (Operation in SAP System), OPERATION_TYPE (Classification of Subsequent Action).. 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)

Text table = TEWACTIONT


SAP TEWACTION 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 MANDTCLNT3T000MANDT
APPLICATIONApplication WB2_APPLICATIONCHAR30TEWAPPLICATIONWB2_APPLICATION
CLASSClass WB2_CLASSCHAR30SEOCLSNAME
OPERATIONOperation in SAP System WB2_OPERATIONCHAR2WB2_OPERATION
OPERATION_TYPEClassification of Subsequent Action WB2_OPERATION_TYPECHAR2WB2_OPERATION_TYPE
SOURCE_DOCDocument Type WB2_DOC_TYPECHAR2WB2_DOC_TYPE
TARGET_DOCDocument Type WB2_DOC_TYPECHAR2WB2_DOC_TYPE
SELECTION_TYPESelection Type for Source Documents WB2_SELECTION_TYPECHAR1WB2_SELECTION_TYPE
TCODEOriginal Transaction Code of Action Class WB2_TCODECHAR20TSTCTCODE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TEWACTION
INTO CORRESPONDING FIELDS OF WA_TEWACTION
WHERE...

How to access SAP table TEWACTION

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