DIACL_CLIST SAP (DI CLIST: Component data) Table details

Dictionary Type: Table
Description: DI CLIST: Component data




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




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

DIACL_CLIST is a standard SAP Table which is used to store DI CLIST: Component data data and is available within R/3 SAP systems depending on the version and release level.

The DIACL_CLIST table consists of various fields, each holding specific information or linking keys about DI CLIST: Component data data available in SAP. These include RSNUM (Number of Reservation/Dependent Requirement), RSPOS (Item Number of Reservation/Dependent Requirement), RSART (Record type), SERNR (Serial Number).. 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 DIACL_CLIST 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
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSARTRecord type RSARTCHAR1RSART
SERNRSerial Number GERNRCHAR18GERNRGERNRSER
SEQUNRSuperordinate Equipment HEQUICHAR18Assigned to domainALPHAEQUNR
STPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
SPOSNREquipment position at InstallLoc (Superior Equip./FunctLoc) HEQNRCHAR4CHAR4
EVENTIndicator Scheduled/Unscheduleded Dismantling CCM_DISM_INDCHAR1CCM_DISM_IND
CONDInventory Group ID (Rotable Control) ADPM_LGGRPCHAR2ADPM_LGGRP
NOTIF_TXTMessage ABMSGTXTCHAR73ABMSGTXT
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
P_DATEField of type DATS DATSDATS8DATS
P_TIMEField of type TIMS TIMSTIMS6TIME
P_ZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE

Key field Non-key field



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

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

SELECT SINGLE *
FROM DIACL_CLIST
INTO CORRESPONDING FIELDS OF WA_DIACL_CLIST
WHERE...

How to access SAP table DIACL_CLIST

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