/DSD/ME_VIST_HD SAP (DSD CN: Customer Visit Header) Table details

Dictionary Type: Table
Description: DSD CN: Customer Visit Header




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




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

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

The /DSD/ME_VIST_HD table consists of various fields, each holding specific information or linking keys about DSD CN: Customer Visit Header data available in SAP. These include TOUR_ID (DSD Connecter: Tour ID), VISIT_ID (DSD connecter : Visit ID), ASEQ_ID (DSD Connector: Actual visit sequence), ACT_STAT_REAS (DSD Connector: Activity type).. 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)


SAP /DSD/ME_VIST_HD 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
CLIENTClient MANDTCLNT3T000MANDT
TOUR_IDDSD Connecter: Tour ID /DSD/ME_TOURIDCHAR11CHAR11
VISIT_IDDSD connecter : Visit ID /DSD/ME_VISITIDNUMC6NUMC6
ASEQ_IDDSD Connector: Actual visit sequence /DSD/ME_ASEQ_IDNUMC6NUMC6
ACT_STAT_REASDSD Connector: Activity type /DSD/ME_ACTTYPCHAR2CHAR2
CUST_NODSD Connector: Customer Number /DSD/ME_CUSTNOCHAR10CHAR10
CPDDSD Connector: CPD flag /DSD/ME_CPDCHAR1CHAR1
HH_CREATEDSD Connector: HH Create flag /DSD/ME_HH_CREATECHAR1CHAR1
VA_STATDSD Connector: Status /DSD/ME_STATCHAR1CHAR1
PSTART_DATEDSD Connector: date /DSD/ME_DATEDATS8DATS
PSTART_TIMEDSD Connector: Time /DSD/ME_TIMETIMS6
PEND_DATEDSD Connector: date /DSD/ME_DATEDATS8DATS
PEND_TIMEDSD Connector: Time /DSD/ME_TIMETIMS6
MILEDSD Connector: Mile /DSD/ME_MILENUMC6NUMC6
UODDSD Connector: Unit of Distance /DSD/ME_UODUNIT3/DSD/ME_UNIT3
DIST_TYPEDSD Connector: Distance Type /DSD/ME_DISTYPCHAR2CHAR2
TIME_TYPEDSD Connector: Time type /DSD/ME_TIMTYPCHAR2CHAR2
ME_ACTIONDSD Connector: ME Action /DSD/ME_MEACTIONCHAR1
PARVWContact person function PAFKTCHAR2Assigned to domainPAFKT
PARNRNumber of contact person PARNRNUMC10PARNRVPA
UNL_POINTUnloading Point ABLADCHAR25TEXT25
TIMFR1Visiting Hours or Goods Receiving Hours: Mornings from... /DSD/VC_TIMFR1TIMS6UZEIT
TIMTO1Visiting Hours or Goods Receiving Hours: Mornings Until... /DSD/VC_TIMTO1TIMS6UZEIT
TIMFR2Visiting Hours or Goods Receiving Hours: Afternoons from... /DSD/VC_TIMFR2TIMS6UZEIT
TIMTO2Visiting Hours or Goods Receiving Hours: Afternoons Until... /DSD/VC_TIMTO2TIMS6UZEIT

Key field Non-key field



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

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

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

How to access SAP table /DSD/ME_VIST_HD

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