/DSD/BAPI_VC_VLHOUT SAP (BAPI Structure for Visit List - Output Header) Structure details

Dictionary Type: Structure
Description: BAPI Structure for Visit List - Output Header




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




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

/DSD/BAPI_VC_VLHOUT 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 "BAPI Structure for Visit List - Output 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_/DSD/BAPI_VC_VLHOUT TYPE /DSD/BAPI_VC_VLHOUT.

The /DSD/BAPI_VC_VLHOUT table consists of various fields, each holding specific information or linking keys about BAPI Structure for Visit List - Output Header data available in SAP. These include VISITDOC_TEXT (Name of Visit Schedule/List), SALES_ORG (Sales Organization), DIST_CHANNEL (Distribution Channel), DIVISION (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 /DSD/BAPI_VC_VLHOUT 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
EXDATE_VLExecution Date /DSD/VC_EXDATDATS8DATUM
VISITDOC_TEXTName of Visit Schedule/List /DSD/VCTEXTCHAR30
SALES_ORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DIST_CHANNELDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
VISITPLAN_IDVisit Plan /DSD/VC_VPIDCHAR10Assigned to domainALPHA/DSD/VC_VPID
VISITPLANTYPEVisit Plan Type /DSD/VC_VPTYPCHAR3Assigned to domain/DSD/VC_VPTYP
VEHICLE_DSDVehicle /DSD/RP_TRUCKCHAR18Assigned to domainALPHAEQUNR
TRAILER_DSDTrailer /DSD/RP_TRAILCHAR18Assigned to domainALPHAEQUNR
STARTTIME_VCStart Time /DSD/VC_STIMETIMS6UZEIT
STARTTIMEZONE_VCTime Zone /DSD/VC_TIMEZONECHAR6Assigned to domainTZNZONE
STARTPOINT_VCStarting Point of a Tour (Customer, For Example as Plant) /DSD/VC_STARTCHAR10Assigned to domainALPHAKUNNR
ENDPOINT_VCEnd Point of a Tour (Customer, For Example, as Plant) /DSD/VC_ENDCHAR10Assigned to domainALPHAKUNNR
DRIVER_DSDDriver 1 /DSD/RP_DRIVER1CHAR10Assigned to domainALPHAKUNNR
CODRIVER_DSDDriver 2 /DSD/RP_DRIVER2CHAR10Assigned to domainALPHAKUNNR
ROUTERoute ROUTECHAR6Assigned to domainROUTE
VISITGROUPVisit Group /DSD/VC_AUTHORITYCHAR10Assigned to domain/DSD/VC_AUTH
EXDATE_ORIGINAL_VLOriginal Executation Date /DSD/VC_EXDAT1DATS8DATUM
XLOCKGeneral Checkbox (X or Space) BAPIFLAGXCHAR1CHAR1_X
INACTIVGeneral Checkbox (X or Space) BAPIFLAGXCHAR1CHAR1_X

Key field Non-key field



How do I retrieve data from SAP structure /DSD/BAPI_VC_VLHOUT using ABAP code?

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

How to access SAP table /DSD/BAPI_VC_VLHOUT

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