TTEPDT_ITEM_DATA SAP (Input item) Structure details

Dictionary Type: Structure
Description: Input item




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




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

TTEPDT_ITEM_DATA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Input item" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TTEPDT_ITEM_DATA TYPE TTEPDT_ITEM_DATA.

The TTEPDT_ITEM_DATA table consists of various fields, each holding specific information or linking keys about Input item data available in SAP. These include REFITEMID (Reference Item ID), GROUPINGKEY (Grouping Key), POSITIONNUMBER (Position Number), BUSPROCESSTYPE (Business Process).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TTEPDT_ITEM_DATA structure 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
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

Key field Non-key field



How do I retrieve data from SAP structure TTEPDT_ITEM_DATA using ABAP code?

As TTEPDT_ITEM_DATA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TTEPDT_ITEM_DATA as there is no data to select.

How to access SAP table TTEPDT_ITEM_DATA

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