TDS_LODATA_OR_HEAD SAP (OData Structure for Sales Order Header) Structure details

Dictionary Type: Structure
Description: OData Structure for Sales Order Header




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




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

TDS_LODATA_OR_HEAD 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 "OData Structure for Sales Order Header" 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_TDS_LODATA_OR_HEAD TYPE TDS_LODATA_OR_HEAD.

The TDS_LODATA_OR_HEAD table consists of various fields, each holding specific information or linking keys about OData Structure for Sales Order Header data available in SAP. These include AUART (Sales Document Type), AUART_T (Description), VKORG (Sales Organization), VKORG_T (Name).. 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 TDS_LODATA_OR_HEAD 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
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
AUART_TDescription BEZEI20CHAR20TEXT20
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VKORG_TName VTXTKCHAR20TEXT20
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
VTWEG_TName VTXTKCHAR20TEXT20
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
SPART_TName VTXTKCHAR20TEXT20
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
KUNAG_TDisplay text for partners (name, city, country, street) TXTPACHAR255TXTPA
BSTKDCustomer purchase order number BSTKDCHAR35BSTKD
BSTDKCustomer purchase order date BSTDKDATS8DATUM
VDATURequested delivery date EDATU_VBAKDATS8DATUM
LIFSKDelivery block (document header) LIFSKCHAR2Assigned to domainLIFSP
LIFSK_TDescription BEZEI_LIFSPCHAR20TEXT20
FAKSKBilling block in SD document FAKSKCHAR2Assigned to domainFAKSP
FAKSK_TDescription BEZEI_FAKSPCHAR20TEXT20
ERNAM_RName of Person who Created the Object ERNAMCHAR12USNAM
ERDAT_RDate on Which Record Was Created ERDATDATS8DATUM
NETWR_RNet Value of the Sales Order in Document Currency NETWR_AKCURR15(2) WERTV8
ENDBK_RTotal amount of document ENDBKCURR15(2) WERTV8
MWSBK_RTax amount in document currency MWSBPCURR13(2) WERTV7
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZTERM_TDescription of terms of payment DZTERM_BEZCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table TDS_LODATA_OR_HEAD

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