DAICT SAP (Link Characteristics) Structure details

Dictionary Type: Structure
Description: Link Characteristics




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




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

DAICT 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 "Link Characteristics" 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_DAICT TYPE DAICT.

The DAICT table consists of various fields, each holding specific information or linking keys about Link Characteristics data available in SAP. These include CXND (Link definition), MNO (Model ID), FON (Preceding object), TON (Successor object).. 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: Not classified


SAP DAICT 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
CXNLink version CXNCHAR10CHAR10
CXNDLink definition CXNDCHAR10CHAR10
MNOModel ID MNOCHAR10CHAR10
FONPreceding object FONCHAR10CHAR10
TONSuccessor object TONCHAR10CHAR10
CPNumber of link end and turning points CXNPNCHAR5CHAR5
PNT01Link point number PNTNUMC10NUM10
CPX01Link point: X coordinates CPXNUMC5NUM5
CPY01Link point: Y coordinates CPYNUMC5NUM5
PNT02Link point number PNTNUMC10NUM10
CPX02Link point: X coordinates CPXNUMC5NUM5
CPY02Link point: Y coordinates CPYNUMC5NUM5
PNT03Link point number PNTNUMC10NUM10
CPX03Link point: X coordinates CPXNUMC5NUM5
CPY03Link point: Y coordinates CPYNUMC5NUM5
PNT04Link point number PNTNUMC10NUM10
CPX04Link point: X coordinates CPXNUMC5NUM5
CPY04Link point: Y coordinates CPYNUMC5NUM5
PNT05Link point number PNTNUMC10NUM10
CPX05Link point: X coordinates CPXNUMC5NUM5
CPY05Link point: Y coordinates CPYNUMC5NUM5
PNT06Link point number PNTNUMC10NUM10
CPX06Link point: X coordinates CPXNUMC5NUM5
CPY06Link point: Y coordinates CPYNUMC5NUM5
PNT07Link point number PNTNUMC10NUM10
CPX07Link point: X coordinates CPXNUMC5NUM5
CPY07Link point: Y coordinates CPYNUMC5NUM5
PNT08Link point number PNTNUMC10NUM10
CPX08Link point: X coordinates CPXNUMC5NUM5
CPY08Link point: Y coordinates CPYNUMC5NUM5
PNT09Link point number PNTNUMC10NUM10
CPX09Link point: X coordinates CPXNUMC5NUM5
CPY09Link point: Y coordinates CPYNUMC5NUM5
PNT10Link point number PNTNUMC10NUM10
CPX10Link point: X coordinates CPXNUMC5NUM5
CPY10Link point: Y coordinates CPYNUMC5NUM5
PNT11Link point number PNTNUMC10NUM10
CPX11Link point: X coordinates CPXNUMC5NUM5
CPY11Link point: Y coordinates CPYNUMC5NUM5
PNT12Link point number PNTNUMC10NUM10
CPX12Link point: X coordinates CPXNUMC5NUM5
CPY12Link point: Y coordinates CPYNUMC5NUM5

Key field Non-key field



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

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

How to access SAP table DAICT

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