DORD SAP (Extract from source list) Structure details

Dictionary Type: Structure
Description: Extract from source list




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




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

DORD 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 "Extract from source list" 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_DORD TYPE DORD.

The DORD table consists of various fields, each holding specific information or linking keys about Extract from source list data available in SAP. These include BDATU (Source List Record Valid To), LIFNR (Vendor Account Number), EBELN (Agreement Number), EBELP (Agreement 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP DORD 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
VDATUSource List Record Valid From ORDABDATS8DATUM
BDATUSource List Record Valid To ORDBIDATS8DATUM
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
EBELNAgreement Number EVRTNCHAR10Assigned to domainALPHAEBELNVRT
EBELPAgreement Item EVRTPNUMC5Assigned to domainEBELP
WRK02Plant from Which Material is Procured BEWRKCHAR4Assigned to domainWERKS
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
SOBESCategory of Source List Record EORTPCHAR1EORTP
AUTETSource List Usage in Materials Planning AUTETCHAR1AUTET
VRTYPPurchasing Document Category BSTYPCHAR1BSTYP
ORDSPBlocked Source of Supply ORDSPCHAR1XFELD
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
PSPELWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
EMATNMaterial Number Corresponding to Manufacturer Part Number EMATNCHAR18Assigned to domainMATN1MATNRHTN
RESLOIssuing Storage Location for Stock Transport Order RESLOCHAR4Assigned to domainLGORT
SRM_CONTRACT_IDCentral Contract SRM_CONTRACT_IDCHAR10ALPHABBP_BAPI_EBELNMMBSI_MEKK_CC
SRM_CONTRACT_ITMCentral Contract Item Number SRM_CONTRACT_ITEMNUMC10BBP_ITEMNO
.INCLU--AP 0
PRIO_URGRequirement Urgency (Obsolete) /ISDFPS/PRIO_URGNUMC2Assigned to domain/ISDFPS/PRIO_URG
PRIO_REQRequirement Priority (Obsolete) /ISDFPS/PRIO_REQNUMC3Assigned to domain/ISDFPS/PRIO_REQ

Key field Non-key field



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

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

How to access SAP table DORD

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