TXW_KONP SAP (Foreign Trade: Additional data for DART/Conditions (Item)) Structure details

Dictionary Type: Structure
Description: Foreign Trade: Additional data for DART/Conditions (Item)




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




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

TXW_KONP 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 "Foreign Trade: Additional data for DART/Conditions (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_TXW_KONP TYPE TXW_KONP.

The TXW_KONP table consists of various fields, each holding specific information or linking keys about Foreign Trade: Additional data for DART/Conditions (Item) data available in SAP. These include KNUMH (Condition record number), KOPOS (Sequential number of the condition), KAPPL (Application), KSCHL (Condition type).. 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)


SAP TXW_KONP 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
KNUMHCondition record number KNUMHCHAR10KNUMB
KOPOSSequential number of the condition KOPOSNUMC2NUM02
KAPPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
KSCHLCondition type KSCHACHAR4Assigned to domainKSCHLVKS
KNUMTNumber of texts KNUMTCHAR10KNUMB
STFKZScale Type STFKZCHAR1STFKZ
KZBZGScale basis indicator KZBZGCHAR1KZBZG
KSTBMCondition scale quantity TXW_KSTBMCHAR20CHAR20
KONMSCondition scale unit of measure TXW_KONMSCHAR4CHAR4
KSTBWScale value TXW_KSTBWCHAR21CHAR21
KONWSScale currency KONWSCUKY5Assigned to domainWAERSFWS
KRECHCalculation type for condition KRECHCHAR1KRECH
KBETRRate (condition amount or percentage) TXW_KBETRCHAR16CHAR16
KONWARate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
KPEINCondition pricing unit TXW_KPEINCHAR5CHAR5
KMEINCondition unit KMEINUNIT3Assigned to domainCUNITMEINS
PRSCHPrice levels PRSCHCHAR4CHAR4
KUMZANumerator for converting condition units to base units TXW_KUMZACHAR7CHAR7
KUMNEDenominator for converting condition units to base units TXW_KUMNECHAR7CHAR7
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MXWRTLower limit of the condition rate/amount TXW_MXWRTCHAR17CHAR17
GKWRTUpper limit for the condition rate TXW_GKWRTCHAR17CHAR17
PKWRTPlanned condition value TXW_PKWRTCHAR22CHAR22
FKWRTCumulative guaranteed discount (not used) TXW_FKWRTCHAR22CHAR22
RSWRTAccumulated accruals values (not used) TXW_RSWRTCHAR22CHAR22
KWAEHCondition currency (for cumulation fields) KWAEHCUKY5Assigned to domainWAERSFWS
UKBASPlanned condition basis TXW_UKBASCHAR22CHAR22
KZNEPCondition exclusion indicator KZNEPCHAR1Assigned to domainKZNEP
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
MWSK1Tax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
LOEVM_KODeletion Indicator for Condition Item LOEVM_KOCHAR1XFELD
ZAEHK_INDCondition item index DZAEHK_INDNUMC2ZAEHK
BOMATMaterial for rebate settlement BOMATCHAR18Assigned to domainMATN1MATNRMAT
KBRUEAccrual Amount TXW_KBRUECHAR17CHAR17
KSPAERebate was set up retroactively KSPAECHAR1XFELD
BOSTACondition Record Status (Rebate) BOSTA_CRCHAR1BOSTA_CR
KNUMA_PIPromotion KNUMA_PICHAR10Assigned to domainALPHAKNUMAVPIVMBO
KNUMA_AGSales deal KNUMA_AGCHAR10Assigned to domainALPHAKNUMAVK1VMBO
KNUMA_SQSales quote KNUMA_SQCHAR10Assigned to domainALPHAKNUMAVK3VMBO
VALTGAdditional value days VALTGNUMC2TAGE2
VALDTFixed value date VALDTDATS8DATUM
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ANZAUFMaximum number of sales orders per condition record ANZAUFNUMC2ANZAUF
MIKBASMinimum condition base value TXW_MIKBASCHAR20CHAR20
MXKBASMaximum condition base value TXW_MXKBASCHAR20CHAR20
KOMXWRTMaximum condition value TXW_KOMXWRTCHAR19CHAR19
KLF_STGNumber of incremental scale KLF_STGNUMC4KLFNR
KLF_KALScale number for pricing KLF_KALNUMC4KLFNR
VKKALSales Price Calculation: Relevant to pricing VKKALCHAR1XFELD
AKTNRCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
KNUMA_BOAgreement (subsequent settlement) KNUMA_BOCHAR10Assigned to domainALPHAKNUMAVBOVMBO
MWSK2Withholding tax code WT_WITHCDCHAR2Assigned to domainWT_WITHCD
VERTTContract Type RANTYPCHAR1RANTYP
VERTNContract Number RANLCHAR13ALPHARANLRAN
VBEWAFlow Type SBEWARTCHAR4Assigned to domainSBEWART
MDFLGIndicator: Matrix maintenance MDFLGCHAR1MDFLG
KFRSTRelease status KFRSTCHAR1KFRST
UASTAStatus of business volume comparison for a condition UASTACHAR1UASTA

Key field Non-key field



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

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

How to access SAP table TXW_KONP

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