TDS_INQ_COND_SINGLE SAP (Node Structure: Individual Condition Data) Structure details

Dictionary Type: Structure
Description: Node Structure: Individual Condition Data




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




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

TDS_INQ_COND_SINGLE 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 "Node Structure: Individual Condition 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_INQ_COND_SINGLE TYPE TDS_INQ_COND_SINGLE.

The TDS_INQ_COND_SINGLE table consists of various fields, each holding specific information or linking keys about Node Structure: Individual Condition Data data available in SAP. These include KSCHL (Condition type), KSCHL_I (Single-Character Indicator), KSCHL_T_R (Description), KBETR_EXT (Field of length 16).. 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 (Deep)


SAP TDS_INQ_COND_SINGLE 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
HANDLEGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
KSCHLCondition type KSCHACHAR4Assigned to domainKSCHLVKS
KSCHL_ISingle-Character Indicator CHAR1CHAR1CHAR1
KSCHL_T_RDescription BEZEI20CHAR20TEXT20
KBETR_EXTField of length 16 CHAR16CHAR16CHAR16
KBETR_EXT_ISingle-Character Indicator CHAR1CHAR1CHAR1
KOEINRate unit (currency, sales unit, or %) KOEINCUKY5KOEIN
KOEIN_ISingle-Character Indicator CHAR1CHAR1CHAR1
KPEINCondition pricing unit KPEINDEC5KPEIN
KPEIN_ISingle-Character Indicator CHAR1CHAR1CHAR1
KMEINCondition unit in the document KVMEIUNIT3Assigned to domainCUNITMEINS
KMEIN_ISingle-Character Indicator CHAR1CHAR1CHAR1
KMPRS_RCondition changed manually KMPRSCHAR1XFELD
KINAKCondition is inactive KINAKCHAR1KINAK
KINAK_T_RDescription of rule BEZEI60CHAR60TEXT60
KINAK_ICON30 Characters CHAR30CHAR30CHAR30
KHERK_R_ROrigin of the condition KHERKCHAR1KHERK
KHERK_T_RDescription BEZEI30CHAR30TEXT30
VIS_KMPEINTwo digit number NUMC2NUMC2NUMC2
DEL_ENABLEGeneral Flag FLAGCHAR1FLAG
VIS_KBETRTwo digit number NUMC2NUMC2NUMC2

Key field Non-key field



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

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

How to access SAP table TDS_INQ_COND_SINGLE

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