VLCFUNCDATA_HEAD_S SAP (VELO: Transfer Structure for Functions (Header Data)) Structure details

Dictionary Type: Structure
Description: VELO: Transfer Structure for Functions (Header Data)




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




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

VLCFUNCDATA_HEAD_S 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 "VELO: Transfer Structure for Functions (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_VLCFUNCDATA_HEAD_S TYPE VLCFUNCDATA_HEAD_S.

The VLCFUNCDATA_HEAD_S table consists of various fields, each holding specific information or linking keys about VELO: Transfer Structure for Functions (Header Data) data available in SAP. These include VBELN (Sales Document), KUNNR_SD (Customer), KUNAM_SD (Name of Customer), KUNWE_SD (Ship-to party).. 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 VLCFUNCDATA_HEAD_S 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_VACHAR10VBUKALPHAVBELNAUN
KUNNR_SDCustomer VLC_KUNNRCHAR10Assigned to domainALPHAKUNNRVAGDEBI
KUNAM_SDName of Customer VLC_CU_NAME1_GPCHAR35NAME
KUNWE_SDShip-to party KUNWECHAR10Assigned to domainALPHAKUNNR
WENAM_SDName 1 NAME1_GPCHAR35NAME
KUNRE_SDBill-to party KUNRECHAR10Assigned to domainALPHAKUNNRKUN
RENAM_SDName 1 NAME1_GPCHAR35NAME
KUNRG_SDPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
RGNAM_SDName 1 NAME1_GPCHAR35NAME
ANGDTQuotation/Inquiry is valid from ANGDT_VDATS8DATUM
BNDDTDate until which bid/quotation is binding (valid-to date) BNDDTDATS8DATUM
AUDATDocument Date (Date Received/Sent) AUDATDATS8DATUM
VBTYPSD document category VBTYPCHAR1VBTYP
AUARTSales Document Type AUARTCHAR4TVAKAUARTAUARTAAT
AUGRUOrder reason (reason for the business transaction) AUGRUCHAR3TVAUAUGRU
VSARTShipping type VSARTTRCHAR2Assigned to domainVERSART
ABSTKOverall rejection status of all document items ABSTKCHAR1STATV
FAKSKBilling block in SD document FAKSKCHAR2TVFSFAKSP
NETWRNet Value of the Sales Order in Document Currency NETWR_AKCURR15(2) WERTV8
WAERKSD Document Currency WAERKCUKY5TCURCWAERSFWS
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VKORGTXTDescription of Sales Organization VLC_VKORGTCHAR20TEXT20
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
VTWEGTXTDescription of Distribution Channel VLC_VTWEGTCHAR20TEXT20
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
SPARTTXTDescription of Division VLC_SPARTTCHAR20TEXT20
VKGRPSales Group VKGRPCHAR3TVKGRVKGRPVKG
VKBURSales Office VKBURCHAR4TVBURVKBURVKB
VDATURequested delivery date EDATU_VBAKDATS8DATUM
BSTNKCustomer purchase order number BSTNKCHAR20BSTNK
BSTDKCustomer purchase order date BSTDKDATS8DATUM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERDAT_SDDate on Which Record Was Created ERDATDATS8DATUM
ERNAM_SDName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
UPD_TMSTMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
CUOBJ_SDConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
PSTYVSales document item category PSTYVCHAR4TVPTPSTYV
POSARItem type POSARCHAR1POSAR
LFRELItem is relevant for delivery LFREL_APCHAR1XFELD
FKRELRelevant for Billing FKRELCHAR1FKREL
ABGRUReason for rejection of quotations and sales orders ABGRU_VACHAR2TVAGABGRU_VA
ZMENGTarget quantity in sales units DZMENGQUAN13(3) MENG13
ZIEMETarget quantity UoM DZIEMEUNIT3T006CUNITMEINS

Key field Non-key field



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

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

How to access SAP table VLCFUNCDATA_HEAD_S

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