/DSD/VC_VPP SAP (DSD: Visit Schedule - Item Data) Table details

Dictionary Type: Table
Description: DSD: Visit Schedule - Item Data




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




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

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

The /DSD/VC_VPP table consists of various fields, each holding specific information or linking keys about DSD: Visit Schedule - Item Data data available in SAP. These include VPID (Visit Plan), VPPOS (Visit Schedule Item Number), SEQU (Sequence), KUNNR (Customer Number).. 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_VPP 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
VPIDVisit Plan /DSD/VC_VPIDCHAR10/DSD/VC_VPHALPHA/DSD/VC_VPID
VPPOSVisit Schedule Item Number /DSD/VC_VPPOSNUMC3
SEQUSequence /DSD/VC_SEQUNUMC3
KUNNRCustomer Number /DSD/VC_KUNNRCHAR10KNA1ALPHAKUNNR
INACTIVEInactive Flag (Visit Schedule) /DSD/VC_VPINACTIVCHAR1XFELD
RULEID_CUSTInternal Identification of Rules of Periodic Appointments SC_RULEIDCHAR25TEXT25
DURAWaiting Time /DSD/VC_DURADEC11TSTRNTSTRDURAN
DTRVDDirect Driving Time /DSD/VC_DTRVDDEC11TSTRNTSTRDURAN
TRVDDriving Time /DSD/VC_TRVDDEC11TSTRNTSTRDURAN
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTEDivision SPARTECHAR2Assigned to domainSPARTSPA
PARNRNumber of contact person PARNRNUMC10PARNRVPA
ABLADUnloading Point ABLADCHAR25TEXT25
FMOREFlag: Several Contact Persons or Unloading Points Exist /DSD/VC_FMORECHAR1XFELD

Key field Non-key field



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

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

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

How to access SAP table /DSD/VC_VPP

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