TDS_HEADCOMV SAP (Communication Structure: Lean Order - Header Data) Structure details

Dictionary Type: Structure
Description: Communication Structure: Lean Order - Header Data




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




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

TDS_HEADCOMV 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 "Communication Structure: Lean Order - Header Data" 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_HEADCOMV TYPE TDS_HEADCOMV.

The TDS_HEADCOMV table consists of various fields, each holding specific information or linking keys about Communication Structure: Lean Order - Header Data data available in SAP. These include AUART_T (Description), VKORG (Sales Organization), VTWEG (Distribution Channel), SPART (Division).. 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: Cannot Be Enhanced


SAP TDS_HEADCOMV 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
AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
AUART_TDescription BEZEI20CHAR20TEXT20
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
VKBURSales Office VKBURCHAR4Assigned to domainVKBURVKB
VKBUR_TDescription BEZEI20CHAR20TEXT20
VKGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
VKGRP_TDescription BEZEI20CHAR20TEXT20
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
KUNWEShip-to party KUNWECHAR10Assigned to domainALPHAKUNNR
BSTKDCustomer purchase order number BSTKDCHAR35BSTKD
BSTDKCustomer purchase order date BSTDKDATS8DATUM
KPRGBZDate type of the requested delivery date KPRGBZCHAR1Assigned to domainPRGBZ
KETDATRequested delivery date of the document KETDATCHAR10ETDAT
DWERKDelivering Plant (Own or External) DWERK_EXTCHAR4Assigned to domainWERKSSH_DWERK_EXTS
VTBER_TSales area TXT_VTRBERCHAR64TXT_VTRBER
KUNAG_TDisplay text for partners (name, city, country, street) TXTPACHAR255TXTPA
KUNWE_TDisplay text for partners (name, city, country, street) TXTPACHAR255TXTPA
DWERK_TName NAME1CHAR30TEXT30
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
BTGEWTotal Weight GSGEWQUAN15(3) MENG15
VOLUMVolume VOLUM_15QUAN15(3) MENG15
AUGRUOrder reason (reason for the business transaction) AUGRUCHAR3Assigned to domainAUGRU
LIFSKDelivery block (document header) LIFSKCHAR2Assigned to domainLIFSP
FAKSKBilling block in SD document FAKSKCHAR2Assigned to domainFAKSP
PRSDTDate for pricing and exchange rate PRSDTDATS8DATUM
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
KURSKExchange Rate for Price Determination KURSKDEC9(5) EXCRTKURRF
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
FKDATBilling date for billing index and printout FKDATDATS8DATUM
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZTERM_TDescription of terms of payment DZTERM_BEZCHAR30TEXT30
AUTLFComplete delivery defined for each sales order? AUTLFCHAR1XFELD
ENDBKTotal amount of document ENDBKCURR15(2) WERTV8
NETWRNet Value of the Sales Order in Document Currency NETWR_AKCURR15(2) WERTV8
AUDATDocument Date (Date Received/Sent) AUDATDATS8DATUM
ANGDTQuotation/Inquiry is valid from ANGDT_VDATS8DATUM
BNDDTDate until which bid/quotation is binding (valid-to date) BNDDTDATS8DATUM
GUEBGValid-from date (outline agreements, product proposals) GUEBGDATS8DATUM
GUEENValid-to date (outline agreements, product proposals) GUEENDATS8DATUM
VSBEDShipping Conditions VSBEDCHAR2Assigned to domainVSBED
ZLSCHPayment Method SCHZW_BSEGCHAR1Assigned to domainZLSCH
ZLSCH_TName of Payment Method in Language of the Country TEXT1_042ZCHAR30TEXT30
CPD_NAMEName 1 NAME1_GPCHAR35NAME
CPD_STREETHouse number and street STRAS_GPCHAR35TEXT35
CPD_HNUMHouse Number HSNMRNUMC6NUMC6
CPD_PCODEPostal Code PSTLZCHAR10PSTLZ
CPD_CITYCity ORT01_GPCHAR35TEXT35
CPD_COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
CPD_LANGUAGELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
TRVOGTransaction group TRVOGCHAR1TRVOGVTV
DELCOAgreed delivery time DELCOCHAR3DELCO
VBEGDATContract start date VBDAT_VEDADATS8DATUM
VENDDATContract end date VNDAT_VEDADATS8DATUM
VBEGREGRule for calculating contract start date VBREG_VEDACHAR2Assigned to domainVDREG_VEDA
VENDREGRule for contract end date RGVTECHAR2Assigned to domainVDREG_VEDA

Key field Non-key field



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

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

How to access SAP table TDS_HEADCOMV

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