/AIN/DM_DEVCS_EV SAP (Event List of Common Subscription table) Table details

Dictionary Type: Table
Description: Event List of Common Subscription table




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




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

/AIN/DM_DEVCS_EV is a standard SAP Table which is used to store Event List of Common Subscription table data and is available within R/3 SAP systems depending on the version and release level.

The /AIN/DM_DEVCS_EV table consists of various fields, each holding specific information or linking keys about Event List of Common Subscription table data available in SAP. These include CS_GUID (Device Common Subscription GUID), EVENT_NAME (RFID Device Event Name).. 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_DEVCS_EV 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 MANDTCLNT3Assigned to domainMANDT
CS_GUIDDevice Common Subscription GUID /AIN/DM_DEVCS_GUIDRAW16/AIN/DM_DEVCS/AIN/DM_GUID16
EVENT_NAMERFID Device Event Name /AIN/IFCS_EVENT_NAMECHAR30/AIN/TDEV_EVENT/AIN/IFCS_EVENT_NAME

Key field Non-key field



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

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

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

How to access SAP table /AIN/DM_DEVCS_EV

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