KOMKBVL SAP (Output Determination Visit List: Comm Area Appl. VL) Structure details

Dictionary Type: Structure
Description: Output Determination Visit List: Comm Area Appl. VL




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




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

KOMKBVL 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 "Output Determination Visit List: Comm Area Appl. VL" 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_KOMKBVL TYPE KOMKBVL.

The KOMKBVL table consists of various fields, each holding specific information or linking keys about Output Determination Visit List: Comm Area Appl. VL data available in SAP. These include /DSD/VC_VLID (Visit List), /DSD/VC_EXDAT (Execution Date), /DSD/VC_VCTEXT (Name of Visit Schedule/List), /DSD/VC_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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP KOMKBVL 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
DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
.INCLU--AP 0
/DSD/VC_VLIDVisit List /DSD/VC_VLIDCHAR10Assigned to domainALPHA/DSD/VC_VLID
/DSD/VC_EXDATExecution Date /DSD/VC_EXDATDATS8DATUM
/DSD/VC_VCTEXTName of Visit Schedule/List /DSD/VCTEXTCHAR30
/DSD/VC_VPIDVisit Plan /DSD/VC_VPIDCHAR10Assigned to domainALPHA/DSD/VC_VPID
/DSD/VC_VPTYPVisit Plan Type /DSD/VC_VPTYPCHAR3Assigned to domain/DSD/VC_VPTYP
/DSD/VC_STIMEStart Time /DSD/VC_STIMETIMS6UZEIT
/DSD/VC_STZONETime Zone /DSD/VC_TIMEZONECHAR6Assigned to domainTZNZONE
/DSD/VC_SPOINTStarting Point of a Tour (Customer, For Example as Plant) /DSD/VC_STARTCHAR10Assigned to domainALPHAKUNNR
/DSD/VC_EPOINTEnd Point of a Tour (Customer, For Example, as Plant) /DSD/VC_ENDCHAR10Assigned to domainALPHAKUNNR
ROUTERoute ROUTECHAR6Assigned to domainROUTE
/DSD/VC_AUTHVisit Group /DSD/VC_AUTHORITYCHAR10Assigned to domain/DSD/VC_AUTH
/DSD/VC_EXDAT1Original Executation Date /DSD/VC_EXDAT1DATS8DATUM
/DSD/VC_XLOCKLock due to Transport Link /DSD/VC_LOCKCHAR1XFELD
/DSD/VC_INACTIVInactive Flag (Visit List) /DSD/VC_VLINACTIVCHAR1XFELD
/DSD/VC_FRECEDeterming Visiting Hours from Goods Receiving Hours /DSD/VC_FRECECHAR1XFELD
/DSD/VC_FVISITDetermine Visiting Hours from Contact Person /DSD/VC_FVISITCHAR1XFELD
/DSD/VC_PAFKTContact person function PAFKTCHAR2Assigned to domainPAFKT
/DSD/VC_TRHHShipping Document /DSD/VC_TRHHCHAR1XFELD
/DSD/VC_VLHHVisit List Document /DSD/VC_VLHHCHAR1XFELD
/DSD/VC_CUSTDFlag: Customer-Specific Deliveries /DSD/VC_CUSTDCHAR1XFELD
/DSD/VC_CALTYPCalendar Type /DSD/VC_CALENDARTYPECHAR3Assigned to domain/DSD/VC_CALTYP/DSD/VC_CALTYP
/DSD/VC_FMANTRUsage in Manual Shipment /DSD/VC_FMANTRCHAR1XFELD
/DSD/VC_VPRNRNumber Range Interval of Visit Schedules /DSD/VC_VPRANGECHAR2CHAR2
/DSD/VC_VLRNRNumber Range Interval of Visit Lists /DSD/VC_VLRANGECHAR2CHAR2
/DSD/VC_BSODSD Route Settlement: Settlement Office /DSD/SL_BSOCHAR4Assigned to domain/DSD/SL_BSO/DSD/SL_BSO
/DSD/VC_SLTYPDSD Route Settlement: Settlement Type /DSD/SL_TYPCHAR2Assigned to domain/DSD/SL_TYP/DSD/SL_TYP
/DSD/VC_KALSMOutput determination procedure KALSMBCHAR6Assigned to domainKALSM
/BEV1/RPFAR1Driver 1 /DSD/RP_DRIVER1CHAR10Assigned to domainALPHAKUNNR
/BEV1/RPFAR2Driver 2 /DSD/RP_DRIVER2CHAR10Assigned to domainALPHAKUNNR
/BEV1/RPMOWAVehicle /DSD/RP_TRUCKCHAR18Assigned to domainALPHAEQUNR
/BEV1/RPANHAETrailer /DSD/RP_TRAILCHAR18Assigned to domainALPHAEQUNR
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 structure KOMKBVL using ABAP code?

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

How to access SAP table KOMKBVL

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