/AIN/DM_ACTION SAP (Action) Table details

Dictionary Type: Table
Description: Action




ABAP Code to SELECT data from /AIN/DM_ACTION
Related tables to /AIN/DM_ACTION
Access table /AIN/DM_ACTION




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

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

The /AIN/DM_ACTION table consists of various fields, each holding specific information or linking keys about Action data available in SAP. These include ACT_GUID (Action GUID), ACTION_TYPE (Action Type), DOC_GUID (Document GUID), DOBJ_GUID (Document Object GUID).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /AIN/DM_ACTION 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
CLIENTClient MANDTCLNT3T000MANDT
ACT_GUIDAction GUID /AIN/DM_ACT_GUIDRAW16/AIN/DM_GUID16
ACTION_TYPEAction Type /AIN/DM_ACTION_TYPECHAR4/AIN/DM_ACTION_TYPE/AIN/DM_ACTION_TYPE
DOC_GUIDDocument GUID /AIN/DM_DOC_GUIDRAW16/AIN/DM_GUID16
DOBJ_GUIDDocument Object GUID /AIN/DM_DOBJ_GUIDRAW16/AIN/DM_GUID16
LOC_GUIDLocation GUID /AIN/DM_LOC_GUIDRAW16/AIN/DM_GUID16
EXECUTION_STARTExecution Start Time /AIN/DM_EXEC_STRT_TSTMPDEC15TSTPS/AIN/DM_TIMESTAMP
EXECUTION_ENDExecution End Time /AIN/DM_EXEC_END_TSTMPDEC15TSTPS/AIN/DM_TIMESTAMP
STATUSAction Status /AIN/DM_ACTION_STATUSCHAR2/AIN/DM_ACTION_STATUS
DEVGRP_GUIDDevice Group GUID /AIN/DM_DEVGRP_GUIDRAW16/AIN/DM_GUID16

Key field Non-key field



How do I retrieve data from SAP table /AIN/DM_ACTION using ABAP code

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

SELECT SINGLE *
FROM /AIN/DM_ACTION
INTO CORRESPONDING FIELDS OF WA_/AIN/DM_ACTION
WHERE...

How to access SAP table /AIN/DM_ACTION

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