KOMEXP SAP (Trading Contract: IO Structure of Planned Costs) Structure details

Dictionary Type: Structure
Description: Trading Contract: IO Structure of Planned Costs




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




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

KOMEXP 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 "Trading Contract: IO Structure of Planned Costs" 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_KOMEXP TYPE KOMEXP.

The KOMEXP table consists of various fields, each holding specific information or linking keys about Trading Contract: IO Structure of Planned Costs data available in SAP. These include KOTABNR (Condition table), KOPOS (Sequential number of the condition), TKONN (Trading Contract: Trading Contract Number), EPOSN (Condition counter).. 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 KOMEXP 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
KNUMHCondition record number KNUMHCHAR10KNUMB
KOTABNRCondition table KOTABNRNUMC3Assigned to domainKOTABNRKON
KOPOSSequential number of the condition KOPOSNUMC2NUM02
TKONNTrading Contract: Trading Contract Number TKONNCHAR10Assigned to domainALPHATKONNWKNWBHK
EPOSNCondition counter DZAEHKNUMC2ZAEHK
KOBOGCondition type/table group for agreements KOBOGCHAR4T6B2KOBOG
WEXTYPTrading Contract: Expense Type WEXTYPCHAR1WEXTYPWEX
KAPPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
KSCHLCondition type KSCHACHAR4T685KSCHLVKS
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
VALDTFixed value date VALDTDATS8DATUM
KDATUCondition pricing date KDATUDATS8DATUM
KRECHCalculation type for condition KRECHCHAR1KRECH
KBETRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
KKURSCondition exchange rate for conversion to local currency KKURSDEC9(5) KKURS
KPEINCondition pricing unit KPEINDEC5KPEIN
KMEINCondition unit in the document KVMEIUNIT3T006CUNITMEINS
KUMZANumerator for converting condition units to base units KUMZADEC5UMBSZ
KUMNEDenominator for converting condition units to base units KUMNEDEC5UMBSN
KNTYPCondition category (examples: tax, freight, price, cost) KNTYPCHAR1KNTYP
KSTATCondition is used for statistics KSTATCHAR1XFELD
KNPRSScale Type STFKZCHAR1STFKZ
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
CREATGeneral Flag FLAGCHAR1FLAG
LOEVM_KODeletion Indicator for Condition Item LOEVM_KOCHAR1XFELD
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
LIEF_NAME1Name 1 AD_NAME1CHAR40TEXT40
DISP_TKWAERSTrading Contract: Currency of Trading Contract TKWAERSCUKY5Assigned to domainWAERS
DISP_MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
DISP_VTEXTName VTXTKCHAR20TEXT20
BEZ_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BEZ_KEYDescription BEZEI100CHAR100TEXT100
VAKEYVariable key 100 bytes VAKEYCHAR100VAKEY
BEZ_EXP_CL_GROUPDescription BEZEI20CHAR20TEXT20
BEZ_EXP_CLASSDescription BEZEI20CHAR20TEXT20
BEZ_ACC_TYPEDescription BEZEI20CHAR20TEXT20
BEZ_POSTTYPEDescription BEZEI20CHAR20TEXT20
.INCLU--AP 0
TEW_TYPETrading Execution Workbench Type WB2_TEW_TYPECHAR4TEWTYPEWB2_TEW_TYPETEW_TYPE2S_TEWTYPE
EXP_CLASSGT Expenses: Expense Class WB2_EXPENSE_CLASSCHAR3TWBEXCLASSWB2_EXPENSE_CLASSEXP_CLASS
ACCOUNT_TYPEGT Expenses: Accounting Type for Expenses WB2_EXPENSES_ACCOUNT_TYPECHAR1TWBACCTYPEWB2_EXPENSES_ACCOUNT_TYPE
POST_TYPEGT Expenses: Posting Type of Expenses WB2_EXPENSE_POSTING_TYPECHAR1TWBPOSTTYPEWB2_EXPENSE_POSTING_TYPE
TCTYPTrading Contract: Trading Contract Type TCTYPCHAR4Assigned to domainTCTYPWKA
UASTAStatus of business volume comparison for a condition UASTACHAR1UASTA
PARTNERPartner number PARTNER_EXPCHAR10ALPHAPARTNER_EXP
BOMATMaterial for rebate settlement BOMATCHAR18Assigned to domainMATN1MATNRMAT
EXP_CLASS_GROUPExpense Class Group WB2_EXPENSE_CLASS_GROUPCHAR2Assigned to domainWB2_EXPENSE_CLASS_GROUPS_TWBEXCLASSGROUP
PO_TYPE_GROUPGT Expenses: Posting Type Group WB2_EXPENSE_POST_TYPE_GROUPCHAR1Assigned to domainWB2_EXPENSE_POST_TYPE_GROUP
TEXTText, 40 Characters Long TEXT40CHAR40TEXT40
BEZEI_PARTNERAddress line LINESCHAR80LINES
REFERENCE_IDBusinessTransactionDocumentID WLF_REF_IDCHAR35

Key field Non-key field



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

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

How to access SAP table KOMEXP

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