DEX_CONTROL_ITEM_IN SAP (Inbound application item data for TIMESERSITMNO) Structure details

Dictionary Type: Structure
Description: Inbound application item data for TIMESERSITMNO




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




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

DEX_CONTROL_ITEM_IN 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 "Inbound application item data for TIMESERSITMNO" 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_DEX_CONTROL_ITEM_IN TYPE DEX_CONTROL_ITEM_IN.

The DEX_CONTROL_ITEM_IN table consists of various fields, each holding specific information or linking keys about Inbound application item data for TIMESERSITMNO data available in SAP. These include REFUUID (UUID in character form), SENDER (Service Provider), RECEIVER (Service Provider), DEXEXTTASKID (External Data Exchange Task ID).. 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 DEX_CONTROL_ITEM_IN 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
UUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
REFUUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
SENDERService Provider SERVICE_PROVCHAR10Assigned to domainSERVICE_PROVEESERVPROVIDSERVICEPROVIDER
RECEIVERService Provider SERVICE_PROVCHAR10Assigned to domainSERVICE_PROVEESERVPROVIDSERVICEPROVIDER
DEXEXTTASKIDExternal Data Exchange Task ID E_DEXEXTTASKIDCHAR35E_DEXEXTTASKID
DEXSTATUSStatus in Data Exchange Process E_DEXSTATUSCHAR10Assigned to domainE_DEXSTATUS
CONFSTATUSConfirmation Status E_DEXMSGCONFSTATENUMC2Assigned to domainE_DEXMSGCONFSTATE
INT_UIInternal key for point of delivery INT_UICHAR22Assigned to domainINT_POD
DEXTASKIDInternal Key for Data Exchange Task E_DEXTASKIDCHAR22SYSUUID_22
DEXREFDATEFROMFrom Date for Reference Period E_DEXREFDATEFROMDATS8
DEXREFTIMEFROMFrom Time for Reference Period E_DEXREFTIMEFROMTIMS6
DEXREFDATETOTo Date for Reference Period E_DEXREFDATETODATS8
DEXREFTIMETOTime for Reference Period E_DEXREFTIMETOTIMS6
LOG 0

Key field Non-key field



How do I retrieve data from SAP structure DEX_CONTROL_ITEM_IN using ABAP code?

As DEX_CONTROL_ITEM_IN 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 DEX_CONTROL_ITEM_IN as there is no data to select.

How to access SAP table DEX_CONTROL_ITEM_IN

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