TTESDT_ITEM SAP (Item) Table details

Dictionary Type: Table
Description: Item




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




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

TTESDT_ITEM is a standard SAP Table which is used to store Item data and is available within R/3 SAP systems depending on the version and release level.

The TTESDT_ITEM table consists of various fields, each holding specific information or linking keys about Item data available in SAP. These include TTEDOCUMENTID (TTE Document ID), ITEMID (Item Identifier), ITEMCOMMAND (TTE Command), REFITEMID (Reference Item ID).. 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: Not classified


SAP TTESDT_ITEM 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
TTEDOCUMENTIDTTE Document ID TTET_TTEDOCUMENTID_PDRAW16SYSUUID
ITEMIDItem Identifier TTET_ITEMID_PDRAW16SYSUUID
ITEMCOMMANDTTE Command TTET_ITEMCOMMAND_PDNUMC2TTET_NUMC2_PD
REFITEMIDReference Item ID TTET_REFERENCEITEMID_PDCHAR32TTET_CHAR32_PD
GROUPINGKEYGrouping Key TTET_GROUPINGKEY_PDCHAR10TTET_CHAR10_PD
POSITIONNUMBERPosition Number TTET_POSITIONNUMBER_PDCHAR32TTET_CHAR32_COM
BUSPROCESSTYPEBusiness Process TTET_BUSINESSPROCESSTYPE_PDCHAR3TTET_CHAR3_PD
BUSINESSPLACEBusiness Place TTET_BUSINESSPLACE_PDCHAR10TTET_CHAR10_PD
PRODUCTIDProduct ID TTET_PRODUCTID_PDCHAR54TTET_CHAR54_PD
QUANTITYQuantity TTET_QUANTITY_PDDEC20(5) TTET_DEC20_5_PD
DIRECTIONINDDirection Indicator TTET_DIRECTIONINDICATOR_PDNUMC2TTET_NUMC2_PD
UNITOFMEASUREUnit of Measurement TTET_UNITOFMEASURE_PDCHAR5TTET_CHAR5_PD
PRODUCTORIGINProduct Origin TTET_PRODUCTORIGIN_PDNUMC3TTET_NUMC3_PD
USAGESTUsage ST TTET_USAGEST_PDNUMC3TTET_NUMC3_PD
USAGESFUsage SF TTET_USAGESF_PDNUMC3TTET_NUMC3_PD
STATISTICALITEMStatistical Item TTET_STATISTICALITEM_PDCHAR1TTET_CHAR1_PD
TRIANGULATIONINDEU Triangulation Transaction TTET_TRIANGULATION_PDCHAR1TTET_CHAR1_PD
INCOTERMS1Incoterm TTET_INCOTERMS1_PDCHAR3TTET_CHAR3_PD
INCOTERMS2Incoterm Location TTET_INCOTERMS2_PDCHAR26TTET_CHAR26_PD
MULTIPLICITYMultiplicity TTET_MULTIPLICITY_PDNUMC4TTET_NUMC4_PD
REFMODEReference Mode TTET_REFMODE_PDCHAR1TTET_CHAR1_PD
BUSPARTNERIDBusiness Partner ID TTET_PARTNERID_PDCHAR32TTET_CHAR32_PD
CERTIFICATE_IDExemption License ID TTET_LICENSE_PDCHAR30TTET_CHAR30_PD
ADCERTIFICATE_IDExemption License ID TTET_LICENSE_PDCHAR30TTET_CHAR30_PD
ODIRECTIONINDDirection Indicator TTET_DIRECTIONINDICATOR_PDNUMC2TTET_NUMC2_PD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TTESDT_ITEM
INTO CORRESPONDING FIELDS OF WA_TTESDT_ITEM
WHERE...

How to access SAP table TTESDT_ITEM

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