/SAPSLL/VDMTWL SAP (Preference: Worklist to Maintain LTVD via Web Dynpro) Table details

Dictionary Type: Table
Description: Preference: Worklist to Maintain LTVD via Web Dynpro




ABAP Code to SELECT data from /SAPSLL/VDMTWL
Related tables to /SAPSLL/VDMTWL
Access table /SAPSLL/VDMTWL




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

/SAPSLL/VDMTWL is a standard SAP Table which is used to store Preference: Worklist to Maintain LTVD via Web Dynpro data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/VDMTWL table consists of various fields, each holding specific information or linking keys about Preference: Worklist to Maintain LTVD via Web Dynpro data available in SAP. These include MANDT (Client), GUID_VDMTWL (Primary Key as GUID in 'RAW' Format), VDNO (Vendor Declaration Number), VDYEAR (Document Year).. 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: Cannot Be Enhanced


SAP /SAPSLL/VDMTWL 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 MANDTCLNT3Assigned to domainMANDT
GUID_VDMTWLPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
VDNOVendor Declaration Number /SAPSLL/VDNOCHAR20ALPHA/SAPSLL/VDNO/SAPSLL/VDNO
VDYEARDocument Year /SAPSLL/NRYEARNUMC4/SAPSLL/NRYEAR/SAPSLL/NRYEAR
GUID_PRPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
LGREGLegal Regulation /SAPSLL/LGREGCHAR5Assigned to domain/SAPSLL/LGREG/SAPSLL/LGREG
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
MODELGRPAdministrative Unit /SAPSLL/MODELGRPCHAR10Assigned to domainALPHABU_PARTNER/SAPSLL/MODELGRP/SAPSLL/BP_PREAD
DATAB'Valid From' Date for SAP GTS /SAPSLL/DATABDATS8DATS/SAPSLL/DATAB
DATBI'Valid To' Date for SAP GTS /SAPSLL/DATBIDATS8DATS/SAPSLL/DATBI
PRENEPreference: Indicator for Vendor Declaration (Internal) /SAPSLL/PRENENUMC2/SAPSLL/PRENE
PREKEAgreement-Specific Preference Indicator /SAPSLL/PREKECHAR3Assigned to domain/SAPSLL/PREKE
LAND1Preferential Country of Origin /SAPSLL/PURLACHAR3Assigned to domainLAND1
CUMULPreference: Cumulation Endorsement /SAPSLL/CUMULATIONCHAR1/SAPSLL/CUMULATION
STCTSNumbering Scheme for Customs Tariff System /SAPSLL/STCTSCHAR10Assigned to domain/SAPSLL/STCTS/SAPSLL/STCTS
CCNGNNumber (Generic/Structured) /SAPSLL/CCNGNCHAR30/SAPSLL/CCNGN
STATUSLTVD Maintenance Status /SAPSLL/STATUS_VDMTCHAR2/SAPSLL/STATUS_VDMT
ERNAMName of User Who Created the Object /SAPSLL/ERNAMCHAR12USR02XUBNAME
CRTSPUTC Time Stamp When Object Was Added /SAPSLL/CRTSPDEC15SLLTS/SAPSLL/TSTMP
AENAMName of User Who Changed the Object /SAPSLL/AENAMCHAR12USR02XUBNAME
CHTSPUTC Time Stamp When Object Was Changed /SAPSLL/CHTSPDEC15SLLTS/SAPSLL/TSTMP

Key field Non-key field



How do I retrieve data from SAP table /SAPSLL/VDMTWL using ABAP code

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

SELECT SINGLE *
FROM /SAPSLL/VDMTWL
INTO CORRESPONDING FIELDS OF WA_/SAPSLL/VDMTWL
WHERE...

How to access SAP table /SAPSLL/VDMTWL

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