TTEPDS_ITEM SAP (Item) Structure details

Dictionary Type: Structure
Description: Item




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




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

TTEPDS_ITEM 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 "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_TTEPDS_ITEM TYPE TTEPDS_ITEM.

The TTEPDS_ITEM table consists of various fields, each holding specific information or linking keys about Item data available in SAP. These include REFITEMID (Reference Item ID), GROUPINGKEY (Grouping Key), BUSPROCESSTYPE (Business Process), FISCALCODE (Fiscal Code).. 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: Can be enhanced (character-type or numeric)


SAP TTEPDS_ITEM 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
ITEMIDItem Identifier TTET_ITEMID_PDRAW16SYSUUID
REFITEMIDReference Item ID TTET_REFERENCEITEMID_PDCHAR32TTET_CHAR32_PD
GROUPINGKEYGrouping Key TTET_GROUPINGKEY_PDCHAR10TTET_CHAR10_PD
BUSPROCESSTYPEBusiness Process TTET_BUSINESSPROCESSTYPE_PDCHAR3TTET_CHAR3_PD
FISCALCODEFiscal Code TTET_FISCALCODE_PDCHAR10TTET_CHAR10_PD
TAXPROCEDURETax Calculation Procedure TTET_TAXPROCEDURE_PDCHAR6TTET_CHAR6_PD
PRODUCTIDProduct ID TTET_PRODUCTID_PDCHAR54TTET_CHAR54_PD
QUANTITYQuantity TTET_QUANTITY_PDDEC20(5) TTET_DEC20_5_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
MULTIPLICITYMultiplicity TTET_MULTIPLICITY_PDNUMC4TTET_NUMC4_PD

Key field Non-key field



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

As TTEPDS_ITEM 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 TTEPDS_ITEM as there is no data to select.

How to access SAP table TTEPDS_ITEM

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