TTEPD3_DOCUMENT_LIST_ST SAP (3.0 TTE Document List Structure) Structure details

Dictionary Type: Structure
Description: 3.0 TTE Document List Structure




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




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

TTEPD3_DOCUMENT_LIST_ST 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 "3.0 TTE Document List Structure" 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_TTEPD3_DOCUMENT_LIST_ST TYPE TTEPD3_DOCUMENT_LIST_ST.

The TTEPD3_DOCUMENT_LIST_ST table consists of various fields, each holding specific information or linking keys about 3.0 TTE Document List Structure data available in SAP. These include ITEMID (Item Identifier), OBJ_KEY (Object key for reference (AWKEY)), POSITIONNUMBER (Position Number), COUNTRY1 (Country).. 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 TTEPD3_DOCUMENT_LIST_ST 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
TTEDOCUMENTIDTTE Document ID TTET_TTEDOCUMENTID_PDRAW16SYSUUID
ITEMIDItem Identifier TTET_ITEMID_PDRAW16SYSUUID
OBJ_KEYObject key for reference (AWKEY) TTET_OBJ_KEY_PDCHAR20TTET_CHAR20_PD
POSITIONNUMBERPosition Number TTET_POSITIONNUMBER_PDCHAR32TTET_CHAR32_COM
COUNTRY1Country TTET_COUNTRY1_COMCHAR2TTET_COUNTRY_COM
TAXEVENTTax Event TTET_TAXEVENT_COMNUMC3TTET_NUMC3_COM
TAXTYPETax Type TTET_TAXTYPE_COMCHAR4TTET_CHAR4_COM
TAXRATEIDTax Rate ID TTET_TAXRATEID_COMCHAR4TTET_CHAR4_COM
JURISDICTIONCODEJurisdiction Code TTET_JURISDICTIONCODE_COMCHAR15TTET_CHAR15_COM
JURISDICTIONLEVJurisdiction Level TTET_JURISDICTIONLEVEL_COMCHAR1TTET_CHAR1_COM
CURRENCYTYPECurrency Type TTET_CURRENCYTYPE_COMNUMC1TTET_NUMC1_COM
TAXCOMPONENTTax Component TTET_TAXCOMPONENT_COMNUMC2TTET_NUMC2_COM
DIRECTIONINDDirection Indicator TTET_DIRECTIONINDICATOR_COMNUMC2TTET_NUMC2_COM
BASEAMOUNTITEMItem Base Amount TTET_BASEAMOUNTITEM_PDDEC20(5) TTET_DEC20_5_PD
BASEAMOUNTBase Amount TTET_BASEAMOUNT_PDDEC20(5) TTET_DEC20_5_PD
RATEAMOUNTTax Rate TTET_TAXRATE_PDDEC10(3) TTET_DEC10_3_PD
TAXAMOUNTTax Amount TTET_TAXAMOUNT_PDDEC20(5) TTET_DEC20_5_PD
CURRENCYUNITCurrency Unit TTET_CURRENCYUNIT_COMCHAR5TTET_CHAR5_COM
TAXTYPETEXTTax Type Text TTET_TAXTYPETEXT_COMCHAR30TTET_CHAR30_COM
TAXRATETEXTTax Rate Text TTET_TAXRATETEXT_COMCHAR50TTET_CHAR50_COM
CREA_USERCreate User TTET_CUNAME_COMCHAR12UNAME
CREA_DATECreated On TTET_CREADAT_COMDATS8DATUM
TAXPROCEDURETax Calculation Procedure TTET_TAXPROCEDURE_COMCHAR6TTET_CHAR6_COM
TAXFROMROLETax From TTET_TAXFROM_COMCHAR2TTET_CHAR2_COM
TAXTOROLERecipient TTET_TAXTO_COMCHAR2TTET_CHAR2_COM
FISCALCODEFiscal Code TTET_FISCALCODE_COMCHAR10TTET_CHAR10_COM
EXPORTINDICATORLocation Relationship TTET_EXPORTINDICATOR_COMNUMC2TTET_NUMC2_COM
TAXREGIONTax Region TTET_TAXREGION_COMCHAR3TTET_CHAR3_COM

Key field Non-key field



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

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

How to access SAP table TTEPD3_DOCUMENT_LIST_ST

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