/SAPSLL/TVDFRM SAP (SLL: Preference: Documents) Table details

Dictionary Type: Table
Description: SLL: Preference: Documents




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




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

/SAPSLL/TVDFRM is a standard SAP Table which is used to store SLL: Preference: Documents data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/TVDFRM table consists of various fields, each holding specific information or linking keys about SLL: Preference: Documents data available in SAP. These include MANDT (Client), MODELGRP (Administrative Unit), PRE_QALDOC (Preference: Type of Document), MAXMA (Max.Dunning Level).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPSLL/TVDFRM 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
MODELGRPAdministrative Unit /SAPSLL/MODELGRPCHAR10BUT000ALPHABU_PARTNER/SAPSLL/MODELGRP/SAPSLL/BP_PREAD
PRE_QALDOCPreference: Type of Document /SAPSLL/PRE_QALDOCCHAR4/SAPSLL/PRE_QALDOC
MAXMAMax.Dunning Level /SAPSLL/MAXMANUMC3NUMC3
TDSFNAMESmart Forms: Form Name TDSFNAMECHAR30STXFADMTDSFNAMESSFNAME
TXNAM_LEPreference: Text Name for Vendor Declaration Letter /SAPSLL/TXNAM_LECHAR30Assigned to domainTDSFNAME/SAPSLL/PREVD_TXNAME
TXNAM_VDPreference: Name of Form Text for Vendor Declaration /SAPSLL/TXNAM_VDCHAR30Assigned to domainTDSFNAME/SAPSLL/PREVD_TXNAME
TXNAM_DNQPreference: Text Name 'Does Not Qualify' for LTVD for CustP /SAPSLL/TXNAM_DNQCHAR30Assigned to domainTDSFNAME/SAPSLL/PREVD_TXNAME
VDPDFIssue Vendor Declaration As PDF /SAPSLL/VDPDFCHAR1/SAPSLL/VDCPS
PDFFORMPDF Form Name /SAPSLL/PDFFORMCHAR30CHAR30
EMAILFORMForm Name for E-Mail /SAPSLL/EMAILFORMCHAR30Assigned to domainTDSFNAME
RTIMEResidence Time (Long-Term Vendor Declaration) /SAPSLL/RTIMENUMC4NUMC4
RVOKARe-Issue C-LTVD for Changed Preference Statement /SAPSLL/RVOKACHAR1XFELD

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/TVDFRM

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