EWAACTT SAP (Action Manager: Action Texts) Table details

Dictionary Type: Table
Description: Action Manager: Action Texts




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




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

EWAACTT is a standard SAP Table which is used to store Action Manager: Action Texts data and is available within R/3 SAP systems depending on the version and release level.

The EWAACTT table consists of various fields, each holding specific information or linking keys about Action Manager: Action Texts data available in SAP. These include EWAID (Action manager definition: key), ACTGRP (Action group of action manager), OKCODE (Function code for action manager), ACTIONTEXT (Description for action manager activity).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table for: EWAACT

Text table for: EWAACT

Text table for: EWAACT


SAP EWAACTT 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
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
EWAIDAction manager definition: key EWA_EWAIDCHAR10EWAACTEWA_EWAIDEWA
ACTGRPAction group of action manager EWA_ACTGRPCHAR4EWAACTEWA_ACTGRP
OKCODEFunction code for action manager EWA_CUACODCHAR20EWAACTCUA_CODE
ACTIONTEXTDescription for action manager activity EWA_ACTDSCCHAR30TEXT30
MENUTEXTText for a menu option EBA_MENTXTCHAR20CUA_TEXT

Key field Non-key field



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

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

SELECT SINGLE *
FROM EWAACTT
INTO CORRESPONDING FIELDS OF WA_EWAACTT
WHERE...

How to access SAP table EWAACTT

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