KOMLFKOC SAP (Vendor Billing Doc.: Document Conditions for Default Data) Structure details

Dictionary Type: Structure
Description: Vendor Billing Doc.: Document Conditions for Default Data




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




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

KOMLFKOC 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 "Vendor Billing Doc.: Document Conditions for Default 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_KOMLFKOC TYPE KOMLFKOC.

The KOMLFKOC table consists of various fields, each holding specific information or linking keys about Vendor Billing Doc.: Document Conditions for Default Data data available in SAP. These include POSNR (Agency business: Document item), KSCHL (Condition type), KBETR (Condition rate), KAWRT (Condition base value).. 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 KOMLFKOC 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
WBELNAgency Business: Document Number WBELN_LFCHAR10Assigned to domainALPHAWBELNWLF
POSNRAgency business: Document item WPOSNR_LFNUMC6Assigned to domainWPOSNR
KSCHLCondition type KSCHACHAR4Assigned to domainKSCHLVKS
KBETRCondition rate BAPIKBETR1DEC28(9) BAPICUREXT
KAWRTCondition base value BAPIKAWRT1DEC28(9) BAPICUREXT
KWERTCondition value BAPIKWERT1DEC28(9) BAPICUREXT
KSTBSScale base value of the condition BAPIKSTBS1DEC28(9) BAPICUREXT
KWAEHCondition currency (for cumulation fields) KWAEHCUKY5Assigned to domainWAERSFWS
KPEINCondition pricing unit KPEINDEC5KPEIN
KMEINCondition unit KMEINUNIT3Assigned to domainCUNITMEINS
KNUMHCondition record number KNUMHCHAR10KNUMB
KRECHCalculation type for condition KRECHCHAR1KRECH
KRUEKCondition is Relevant for Accrual (e.g. Freight) KRUEKCHAR1XFELD
KINAKCondition is inactive KINAKCHAR1KINAK
KNTYPCondition category (examples: tax, freight, price, cost) KNTYPCHAR1KNTYP
KDATUCondition pricing date KDATUDATS8DATUM
KRELICondition for invoice list KRELICHAR1KRELI
KOLNRAccess sequence - Access number KOLNRNUMC2Assigned to domainKOLNR
KSTEUCondition control KSTEUCHAR1KSTEU
KHERKOrigin of the condition KHERKCHAR1KHERK
KSTATCondition is used for statistics KSTATCHAR1XFELD
KAPPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
KONWSScale currency KONWSCUKY5Assigned to domainWAERSFWS
KONMSCondition scale unit of measure KONMSUNIT3Assigned to domainCUNITMEINS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KOPOSSequential number of the condition KOPOSNUMC2NUM02
KVSL1Account key KVSL1CHAR3Assigned to domainKVSCHL
KVSL2Account key - accruals / provisions KVSL2CHAR3Assigned to domainKVSCHL
KZBZGScale basis indicator KZBZGCHAR1KZBZG
STUNRStep number STUNRNUMC3Assigned to domainSTUNR
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
KOAIDCondition class KOAIDCHAR1KOAID
SAKN1G/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
SAKN2G/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
KUMZANumerator for converting condition units to base units KUMZADEC5UMBSZ
KUMNEDenominator for converting condition units to base units KUMNEDEC5UMBSN
KKURSCondition exchange rate for conversion to local currency KKURSDEC9(5) KKURS
MWSK1Tax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
MWSK2Withholding tax code WT_WITHCDCHAR2Assigned to domainWT_WITHCD
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ

Key field Non-key field



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

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

How to access SAP table KOMLFKOC

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