DELCON_COMPARE_DET SAP (Structure for comparing delivery confirmation) Structure details

Dictionary Type: Structure
Description: Structure for comparing delivery confirmation




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




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

DELCON_COMPARE_DET 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 "Structure for comparing delivery confirmation" 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_DELCON_COMPARE_DET TYPE DELCON_COMPARE_DET.

The DELCON_COMPARE_DET table consists of various fields, each holding specific information or linking keys about Structure for comparing delivery confirmation data available in SAP. These include KDMAT (Material belonging to the customer), QUANT (Call Quantity), MEINS (Base Unit of Measure), XBLNR (Reference Document 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP DELCON_COMPARE_DET 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
KDMATMaterial belonging to the customer KDMATCHAR35IDNEX
QUANTCall Quantity JIT_QUANTQUAN15(3) MENG15
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
XBLNRReference Document Number DELCONXBLNR1CHAR16XBLNR1
VBELNBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
VBELN_LPSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
VETYPAdditional Information 1 JIT_VETYPCHAR35TEXT35
VEHIDAdditional Information 2 JIT_VEHIDCHAR35TEXT35
SSPEZAdditional Information 3 JIT_SSPEZCHAR35TEXT35
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
KNREFCustomer description of partner (plant, storage location) KNREFCHAR30KNREFKNREF
PRODNExternal Call Number JIT_PRODNCHAR35TEXT35JITP_PRODNH_JIT_PRODN
SEQNRExternal Sequence Number JIT_SEQNRCHAR35TEXT35
ABLADUnloading Point ABLADCHAR25TEXT25
FLDPOAssembly location of parts group at customer site JIT_FLDPOCHAR20TEXT20
INKEYLoop Index SYINDEXINT410SYST_LONG
ZETYPDocument Type JIT_ZETYPCHAR17CHAR17

Key field Non-key field



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

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

How to access SAP table DELCON_COMPARE_DET

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