TTDS SAP (Organizational Unit: Transportation Scheduling Point) Table details

Dictionary Type: Table
Description: Organizational Unit: Transportation Scheduling Point




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




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

TTDS is a standard SAP Table which is used to store Organizational Unit: Transportation Scheduling Point data and is available within R/3 SAP systems depending on the version and release level.

The TTDS table consists of various fields, each holding specific information or linking keys about Organizational Unit: Transportation Scheduling Point data available in SAP. These include TPLST (Transportation planning point), FABKL (Factory calendar key), ADRNR (Address), TPSID (ID for external transport system).. 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: Can be enhanced (character-type)

Text table = TTDST


SAP TTDS 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
TPLSTTransportation planning point TPLSTCHAR4TPLSTTDP
FABKLFactory calendar key FABKLCHAR2TFACDWFCID
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
TPSIDID for external transport system TPSIDCHAR5TQCOMCOMMN
VTPARNPartner number of external transportation planning system EDI_VTPARNCHAR10Assigned to domainALPHAEDI_PARNUMPN1
VTPARTPartner type of external transportation planning system EDI_VTPARTCHAR2Assigned to domainEDI_RCVPRTPT1
KSCHLOutput type for transportation planning systems NA_KSCHL_TCHAR4T685KSCHLNAC
NKETPExternal no.range for external transporation planning system NKETPCHAR2NUMKR
TRAENDControlling for changes to externally planned shipments TRAENDCHAR2TRAEND
STTRGOverall status of a shipment for which plan. end is set STTRG_TPSCHAR1STTRG
TPSSFStatus filtering mode for TPS TPSSFCHAR1TPSSF
TPSTX1Delivery header text ID for transferral to ext. trans.pl.sys VTPS_LFTXCHAR4Assigned to domainTDID
TPSTX2Delivery header text ID for transferral to ext. trans.pl.sys VTPS_LFTXCHAR4Assigned to domainTDID
TPSTX3Delivery header text ID for transferral to ext. trans.pl.sys VTPS_LFTXCHAR4Assigned to domainTDID
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
STAGEWWeight unit for statistics update STAGEWUNIT3T006CUNITMEINS
STAVOLVolume unit for statistics update STAVOLUNIT3T006CUNITMEINS
STADISDistance unit for statistics update STADISUNIT3T006CUNITMEINS
STACURCurrency Unit for Statistical Update STACURCUKY5TCURCWAERS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TTDS
INTO CORRESPONDING FIELDS OF WA_TTDS
WHERE...

How to access SAP table TTDS

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