DLCNORF SAP (References for Delivery Confirmation Outbound) Table details

Dictionary Type: Table
Description: References for Delivery Confirmation Outbound




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




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

DLCNORF is a standard SAP Table which is used to store References for Delivery Confirmation Outbound data and is available within R/3 SAP systems depending on the version and release level.

The DLCNORF table consists of various fields, each holding specific information or linking keys about References for Delivery Confirmation Outbound data available in SAP. These include DELCONNUM (Internal Identification Number), DELCONPOS (Internal Identification Number), OUTPO (Components Group Number JIT Outbound), JCPOS (Call Item).. 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)


SAP DLCNORF 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 MANDTCLNT3T000MANDT
DELCONNUMInternal Identification Number DELCONNUMNUMC10DLCNOHDDELCONNUM
DELCONPOSInternal Identification Number DELCONPOSNUMC6DLCNOCODELCONPOS
OUTPOComponents Group Number JIT Outbound JITO_OUTPONUMC10JITOITJITO_OUTPO
JCPOSCall Item JITO_JCPOSNUMC4JITOCO

Key field Non-key field



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

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

SELECT SINGLE *
FROM DLCNORF
INTO CORRESPONDING FIELDS OF WA_DLCNORF
WHERE...

How to access SAP table DLCNORF

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