TVDSP SAP (Profile for Subsequent Outbound Deliv. Split per Deliv. Type) Table details

Dictionary Type: Table
Description: Profile for Subsequent Outbound Deliv. Split per Deliv. Type




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




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

TVDSP is a standard SAP Table which is used to store Profile for Subsequent Outbound Deliv. Split per Deliv. Type data and is available within R/3 SAP systems depending on the version and release level.

The TVDSP table consists of various fields, each holding specific information or linking keys about Profile for Subsequent Outbound Deliv. Split per Deliv. Type data available in SAP. These include PMODE (Business Admin. Transaction in which Split is to Take Place), LFART (Delivery Type), RENUMB_OLD (Renumber items in original delivery), RENUMB_NEW (Renumber Items in New Delivery).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TVDSP 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
PMODEBusiness Admin. Transaction in which Split is to Take Place LEDSPD_PMODECHAR4TVDSSLEDSPD_PMODELEDSP_PMODE
LFARTDelivery Type LFARTCHAR4TVLKLFARTALT
RENUMB_OLDRenumber items in original delivery LEDSPD_RENUMB_OLDCHAR1JANE
RENUMB_NEWRenumber Items in New Delivery LEDSPD_RENUMB_NEWCHAR1JANE
PICKQDistribution of Picked Quantity LEDSPD_PICKQCHAR1LEDSPD_PICKQ
ZERODDelete Normal Items with Quantity 0 LEDSPD_ZERODCHAR1JANE
NO_GRKOR_SPLITDelivery Group Splits Not Allowed LEDSPD_NO_GRKOCHAR1JANE
ZEROD_GRKORDelete Items from Delivery Groups if Quantity is 0 LEDSPD_ZEROD_GRKORCHAR1JANE
CHECK_AUTLFCheck Complete Delivery Indicator During Delivery Split LEDSPD_CHECK_AUTLFCHAR1JANE
CHECK_ANTLFCheck Number of Partial Deliveries During Split LEDSPD_CHECK_ANTLFCHAR1JANE
AUTO_CORRControl when correlated bills of material are split LEDSPD_AUTO_CORRCHAR1LEDSPD_AUTO_CORR
AUTO_TEXT_0Copy Text Item with Quantity 0 Automatically LEDSPD_AUTO_TEXT_0CHAR1LEDSPD_AUTO_TEXT_0
KNPRSPricing type KNPRSCHAR1KNPRS

Key field Non-key field



How do I retrieve data from SAP table TVDSP using ABAP code

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

SELECT SINGLE *
FROM TVDSP
INTO CORRESPONDING FIELDS OF WA_TVDSP
WHERE...

How to access SAP table TVDSP

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