ISH_EVENT_ASSIGN SAP (Assignment of Communication Structures to Events) Table details

Dictionary Type: Table
Description: Assignment of Communication Structures to Events




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




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

ISH_EVENT_ASSIGN is a standard SAP Table which is used to store Assignment of Communication Structures to Events data and is available within R/3 SAP systems depending on the version and release level.

The ISH_EVENT_ASSIGN table consists of various fields, each holding specific information or linking keys about Assignment of Communication Structures to Events data available in SAP. These include EVENT (IS-H: Event for Triggering Messages, Forms), HC_STR_4_SND (30 Characters), HC_STR_4_RCV (30 Characters), SND_STR_4_SND (30 Characters).. 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: Cannot Be Enhanced


SAP ISH_EVENT_ASSIGN 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 MANDTCLNT3Assigned to domainMANDT
EVENTIS-H: Event for Triggering Messages, Forms N_EVENTCHAR6Assigned to domainN_EVENT
HC_STR_4_SND30 Characters CHAR30CHAR30CHAR30
HC_STR_4_RCV30 Characters CHAR30CHAR30CHAR30
SND_STR_4_SND30 Characters CHAR30CHAR30CHAR30
SND_STR_4_RCV30 Characters CHAR30CHAR30CHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM ISH_EVENT_ASSIGN
INTO CORRESPONDING FIELDS OF WA_ISH_EVENT_ASSIGN
WHERE...

How to access SAP table ISH_EVENT_ASSIGN

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