KOMLFKTC SAP (Modifiable Fields in KOMLFT With WBELN) Structure details

Dictionary Type: Structure
Description: Modifiable Fields in KOMLFT With WBELN




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




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

KOMLFKTC 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 "Modifiable Fields in KOMLFT With WBELN" 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_KOMLFKTC TYPE KOMLFKTC.

The KOMLFKTC table consists of various fields, each holding specific information or linking keys about Modifiable Fields in KOMLFT With WBELN data available in SAP. These include WFDAT (Agency business: Posting date), BLDAT (Document Date in Document), ZTERM (Terms of Payment Key), ZBD1T (Cash (Prompt Payment) Discount Days).. 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 KOMLFKTC 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_AGCHAR10Assigned to domainALPHAWBELN
WFDATAgency business: Posting date WFDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZBD1TCash (Prompt Payment) Discount Days DZBDETDEC3ZBDXT
ZBD1PCash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
ZBD2TCash (Prompt Payment) Discount Days DZBDETDEC3ZBDXT
ZBD2PCash Discount Percentage 2 DZBD2PDEC5(3) PRZ23
ZBD3TCash (Prompt Payment) Discount Days DZBDETDEC3ZBDXT
ZLSCHPayment Method SCHZW_BSEGCHAR1Assigned to domainZLSCH
ZTERMDTerms of Payment Key for Customer WZTERMDCHAR4ZTERM
ZBD1TDCash Discount Period for Customer WZBD1TDDEC3ZBDXT
ZBD1PDCash discount percentage 1 customer WZBD1PDDEC5(3) PRZ23
ZBD2TDCash Discount Period for Customer WZBD1TDDEC3ZBDXT
ZBD2PDCash Discount Percentage 2 Customer WZBD2PDDEC5(3) PRZ23
ZBD3TDCash Discount Period for Customer WZBD1TDDEC3ZBDXT
ZLSCHDCustomer payment method SCHZW_BSEGDCHAR1Assigned to domainZLSCH
VALTGAdditional value days WVALTGNUMC2TAGE2
VALDTFixed Value Date WVALDTDATS8DATUM
VALTGDAdditional Value Days (Customer) WVALTDNUMC2TAGE2
VALDTDFixed Value Date (Customer) WVALDDDATS8DATUM
WFDAT_RLAgency Business: Posting Date for the Remuneration List WFDAT_RLDATS8DATUM
KIDNOPayment Reference KIDNOCHAR30CHAR30
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
ZUONRAssignment Number DZUONRCHAR18ZUONR
WKURS_P1Agency business: Exchange rate of vendor payment currency WKURS_P1DEC9(5) KURSP
WKURS_P2Agency business: Exchange rate of customer payment currency WKURS_P2DEC9(5) KURSP
WPYCUR_P1Currency for automatic payment (vendor-side) WPYCUR_P1CUKY5Assigned to domainWAERS
WPYCUR_P2Currency for automatic payment (customer-side) WPYCUR_P2CUKY5Assigned to domainWAERS
MONATFiscal Period MONATNUMC2MONAT
BANK_DATAAgency Document: Bank Data Was Entered for Document WLF_BANK_DATACHAR1WLF_BANK_DATA

Key field Non-key field



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

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

How to access SAP table KOMLFKTC

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