TVDSS SAP (Profiles for Subsequent Outbound Delivery Split) Table details

Dictionary Type: Table
Description: Profiles for Subsequent Outbound Delivery Split




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




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

TVDSS is a standard SAP Table which is used to store Profiles for Subsequent Outbound Delivery Split data and is available within R/3 SAP systems depending on the version and release level.

The TVDSS table consists of various fields, each holding specific information or linking keys about Profiles for Subsequent Outbound Delivery Split data available in SAP. These include PMODE (Business Admin. Transaction in which Split is to Take Place), SMART_RES (Group Type for Delivery Groups: Split Result), SMART_CMP (Group Type for Delivery Groups: Split Remainder), WM_RESULT (Include Deliveries in Split Result in WM Groups).. 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

Text table = TVDSST


SAP TVDSS 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_PMODECHAR4LEDSPD_PMODELEDSP_PMODE
SMART_RESGroup Type for Delivery Groups: Split Result LEDSPD_SMART_RESCHAR1TVSASMARTGRA
SMART_CMPGroup Type for Delivery Groups: Split Remainder LEDSPD_SMART_CMPCHAR1TVSASMARTGRA
WM_RESULTInclude Deliveries in Split Result in WM Groups LEDSPD_WM_RESULTCHAR1JANE
WM_COMPLTInclude Delivery in Split Remainder in WM Groups LEDSPD_WM_COMPLTCHAR1JANE
TR_RESULTInclude/Leave Deliveries in Split Result in Shipment LEDSPD_TR_RESULTCHAR1JANE
TR_COMPLTInclude/Leave Split Remainder in Shipment LEDSPD_TR_COMPLTCHAR1JANE
NO_EMPTY_COMPLTIf Split Results Same as Original Delivery, Then No Split LEDSPD_NO_EMPTY_COMPLTCHAR1JANE
NO_SHIPM_CHAINSMultiple Packing Not Activated in a Transportation Chain LEDSPD_NO_SHIPM_CHAINSCHAR1JANE
PLAN_PACKHUs That Are Not Packed In Other HUs Have Planning Attribute LEDSPD_PLAN_PACKCHAR2LEDSPD_PLAN_PACK
VSTELShipping Point for Outputs and Delivery Split Log LEDSPD_VSTELCHAR4TVSTVSTELH_TVST

Key field Non-key field



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

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

SELECT SINGLE *
FROM TVDSS
INTO CORRESPONDING FIELDS OF WA_TVDSS
WHERE...

How to access SAP table TVDSS

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