/SDF/IVIS_DC_EVT_CONS SAP (Event with specified consumer) Structure details

Dictionary Type: Structure
Description: Event with specified consumer




ABAP Code to SELECT data from /SDF/IVIS_DC_EVT_CONS
Related tables to /SDF/IVIS_DC_EVT_CONS
Access table /SDF/IVIS_DC_EVT_CONS




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

/SDF/IVIS_DC_EVT_CONS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Event with specified consumer" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/SDF/IVIS_DC_EVT_CONS TYPE /SDF/IVIS_DC_EVT_CONS.

The /SDF/IVIS_DC_EVT_CONS table consists of various fields, each holding specific information or linking keys about Event with specified consumer data available in SAP. These include EVENT_INFO (), EVENT_ID (Data collector Event ID), EVENT_TIMESTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), RUNTIME_COMPONENT_ID (Runtime component).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP /SDF/IVIS_DC_EVT_CONS structure 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
CONSUMERType for IVIS IDs /SDF/IVIS_DC_ID_DELCHAR36/SDF/IVIS_DC_ID_DOM
EVENT_INFO 0
EVENT_IDData collector Event ID /SDF/IVIS_DC_EVENT_ID_DELNUMC20/SDF/IVIS_DC_EVENT_ID_DOM
EVENT_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
RUNTIME_COMPONENT_IDRuntime component /SDF/IVIS_DC_RTCOMP_DELCHAR36/SDF/IVIS_DC_RTCOMP_DOM
RUNTIME_COMPONENT_TYPERuntime component type /SDF/IVIS_DC_RTCOMP_TYP_DELCHAR20/SDF/IVIS_DC_RTCOMP_TYP_DOM
EVENT_TYPE 0
SEMANTIC_IDSemantic key /SDF/IVIS_DC_SEMANTIC_ID_DELCHAR141/SDF/IVIS_DC_SEMANTIC_ID_DOM
MESSAGE_INFO 0
MESSAGE_ID 0
IDType for IVIS IDs /SDF/IVIS_DC_ID_DELCHAR36/SDF/IVIS_DC_ID_DOM
SCHEME 0
PREDECESSORS 0
SUCCESSORS 0
ALTERNATIVES 0
RELATED 0
FLOW_LIST 0
STATUS 0
STATUS_GROUP 0
STATUS_CATEGORY 0
CODEEvent status code /SDF/IVIS_DC_STATUS_CODE_DELCHAR30/SDF/IVIS_DC_STATUS_CODE_DOM
TEXTEvent status text /SDF/IVIS_DC_STATUS_TEXT_DELCHAR255/SDF/IVIS_DC_STATUS_TEXT_DOM
STATUS_CODE 0
CODEEvent status code /SDF/IVIS_DC_STATUS_CODE_DELCHAR30/SDF/IVIS_DC_STATUS_CODE_DOM
TEXTEvent status text /SDF/IVIS_DC_STATUS_TEXT_DELCHAR255/SDF/IVIS_DC_STATUS_TEXT_DOM
STATUS_LABEL 0
CODEEvent status code /SDF/IVIS_DC_STATUS_CODE_DELCHAR30/SDF/IVIS_DC_STATUS_CODE_DOM
TEXTEvent status text /SDF/IVIS_DC_STATUS_TEXT_DELCHAR255/SDF/IVIS_DC_STATUS_TEXT_DOM
STATUS_TEXT 0
START_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
END_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
PAYLOAD_ATTRIBUTES 0
MIDDLEWARE_PROPERTIES 0
EXPECTED_ACK_IDS 0
OWN_ACKS 0
RELATED_ACKS 0

Key field Non-key field



How do I retrieve data from SAP structure /SDF/IVIS_DC_EVT_CONS using ABAP code?

As /SDF/IVIS_DC_EVT_CONS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /SDF/IVIS_DC_EVT_CONS as there is no data to select.

How to access SAP table /SDF/IVIS_DC_EVT_CONS

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