EWAACT SAP (Action Manager: Actions) Table details

Dictionary Type: Table
Description: Action Manager: Actions




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




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

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

The EWAACT table consists of various fields, each holding specific information or linking keys about Action Manager: Actions data available in SAP. These include ACTGRP (Action group of action manager), OKCODE (Function code for action manager), DISABLED (Indicator: action blocked), ACTTYPE (Action manager: type of 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 = EWAACTT

Text table = EWAACTT

Text table = EWAACTT


SAP EWAACT 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
EWAIDAction manager definition: key EWA_EWAIDCHAR10EWAAGREWA_EWAIDEWA
ACTGRPAction group of action manager EWA_ACTGRPCHAR4EWAAGREWA_ACTGRP
OKCODEFunction code for action manager EWA_CUACODCHAR20CUA_CODE
DISABLEDIndicator: action blocked EWA_DISABLCHAR1EBA_FLAG
ACTTYPEAction manager: type of activity EWA_ACTTYPCHAR1EWA_ACTTYP
CALLMODEAction manager: call type in selection EWA_CALMODCHAR1EWA_CALMOD
LOOPACTGRAction manager: loop action group for call type 2 EWA_AGRLPCHAR4EWAAGREWA_ACTGRP
OBJTYPEObject Type SWO_OBJTYPCHAR10TOJTBOJ_NAMEOBJ
METHODMethod SWO_METHODCHAR32SWC_ELEM
TASKTask ID SWUS_TASKCHAR14HROBJEC_14TSK
FORMREPIDAction manager: program name for subroutine call EWA_FRMREPCHAR40TRDIRPROGNAME
FORMNAMEAction manager: form name for form call EWA_FRMNAMCHAR30CHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM EWAACT
INTO CORRESPONDING FIELDS OF WA_EWAACT
WHERE...

How to access SAP table EWAACT

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