/DSD/VC_VLH SAP (DSD: Visit List - Header Data) Table details

Dictionary Type: Table
Description: DSD: Visit List - Header Data




ABAP Code to SELECT data from /DSD/VC_VLH
Related tables to /DSD/VC_VLH
Access table /DSD/VC_VLH




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

/DSD/VC_VLH is a standard SAP Table which is used to store DSD: Visit List - Header Data data and is available within R/3 SAP systems depending on the version and release level.

The /DSD/VC_VLH table consists of various fields, each holding specific information or linking keys about DSD: Visit List - Header Data data available in SAP. These include VLID (Visit List), EXDAT (Execution Date), VCTEXT (Name of Visit Schedule/List), VPID (Visit Plan).. 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 or numeric)


SAP /DSD/VC_VLH 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
VLIDVisit List /DSD/VC_VLIDCHAR10ALPHA/DSD/VC_VLID
EXDATExecution Date /DSD/VC_EXDATDATS8DATUM
VCTEXTName of Visit Schedule/List /DSD/VCTEXTCHAR30
VPIDVisit Plan /DSD/VC_VPIDCHAR10/DSD/VC_VPHALPHA/DSD/VC_VPID
VPTYPVisit Plan Type /DSD/VC_VPTYPCHAR3/DSD/VC_VPTYPE/DSD/VC_VPTYP
TRUCKVehicle /DSD/RP_TRUCKCHAR18EQUIALPHAEQUNR
TRAILTrailer /DSD/RP_TRAILCHAR18EQUIALPHAEQUNR
STIMEStart Time /DSD/VC_STIMETIMS6UZEIT
STIMEZONETime Zone /DSD/VC_TIMEZONECHAR6TTZZTZNZONE
SPOINTStarting Point of a Tour (Customer, For Example as Plant) /DSD/VC_STARTCHAR10KNA1ALPHAKUNNR
EPOINTEnd Point of a Tour (Customer, For Example, as Plant) /DSD/VC_ENDCHAR10KNA1ALPHAKUNNR
DRIVER1Driver 1 /DSD/RP_DRIVER1CHAR10KNA1ALPHAKUNNR
DRIVER2Driver 2 /DSD/RP_DRIVER2CHAR10KNA1ALPHAKUNNR
ROUTERoute ROUTECHAR6TVROROUTE
AUTHVisit Group /DSD/VC_AUTHORITYCHAR10/DSD/VC_AUTH/DSD/VC_AUTH
EXDAT1Original Executation Date /DSD/VC_EXDAT1DATS8DATUM
XLOCKLock due to Transport Link /DSD/VC_LOCKCHAR1XFELD
INACTIVInactive Flag (Visit List) /DSD/VC_VLINACTIVCHAR1XFELD
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AEZETTime last change was made AEZETTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
SALES_ORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DIST_CHANNELDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART

Key field Non-key field



How do I retrieve data from SAP table /DSD/VC_VLH using ABAP code

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

SELECT SINGLE *
FROM /DSD/VC_VLH
INTO CORRESPONDING FIELDS OF WA_/DSD/VC_VLH
WHERE...

How to access SAP table /DSD/VC_VLH

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