TDS_ITEMCOMT SAP (Info Structure: Lean Order - Item Data) Structure details

Dictionary Type: Structure
Description: Info Structure: Lean Order - Item Data




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




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

TDS_ITEMCOMT 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 "Info Structure: Lean Order - Item Data" 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_TDS_ITEMCOMT TYPE TDS_ITEMCOMT.

The TDS_ITEMCOMT table consists of various fields, each holding specific information or linking keys about Info Structure: Lean Order - Item Data data available in SAP. These include ZTERM_T (Description of terms of payment), ZLSCH_T (Name of Payment Method in Language of the Country), KZTLF_T (Description), CURRENCY (SD Document Currency).. 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 TDS_ITEMCOMT 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
FAKSP_TDescription BEZEI_FAKSPCHAR20TEXT20
ZTERM_TDescription of terms of payment DZTERM_BEZCHAR30TEXT30
ZLSCH_TName of Payment Method in Language of the Country TEXT1_042ZCHAR30TEXT30
KZTLF_TDescription BEZEI30CHAR30TEXT30
CURRENCYSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
KZWI1Subtotal 1 from pricing procedure for condition KZWI1CURR13(2) WERTV7
KZWI2Subtotal 2 from pricing procedure for condition KZWI2CURR13(2) WERTV7
KZWI3Subtotal 3 from pricing procedure for condition KZWI3CURR13(2) WERTV7
KZWI4Subtotal 4 from pricing procedure for condition KZWI4CURR13(2) WERTV7
KZWI5Subtotal 5 from pricing procedure for condition KZWI5CURR13(2) WERTV7
KZWI6Subtotal 6 from pricing procedure for condition KZWI6CURR13(2) WERTV7
WAVWRCost in document currency WAVWRCURR13(2) WERTV7
CMPREItem credit price CMPRECURR11(2) WERTV6
KBMENGCumulative confirmed quantity in sales unit KBMENGQUAN15(3) MENG15
LSMENGCumulative required delivery qty (all dlv-relev.sched.lines) LSMENGQUAN15(3) MENG15
VSMNGDelivered quantity in sales units VSMNGQUAN13(3) MENG13
UOMSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
SPART_TDescription BEZEI20CHAR20TEXT20
PSTYV_TDescription BEZEI20CHAR20TEXT20
WERKS_TDescription BEZEI30CHAR30TEXT30
VSTEL_TDescription BEZEI30CHAR30TEXT30
ROUTE_TDescription of Route ROUTBEZCHAR40TEXT40
ETERLSchedule lines allowed ETERLCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table TDS_ITEMCOMT

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