KOMLFK_WF SAP (Header - Data Container Workflow) Structure details

Dictionary Type: Structure
Description: Header - Data Container Workflow




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




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

KOMLFK_WF 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 "Header - Data Container Workflow" 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_KOMLFK_WF TYPE KOMLFK_WF.

The KOMLFK_WF table consists of various fields, each holding specific information or linking keys about Header - Data Container Workflow data available in SAP. These include RFBSK (Status for transfer to accounting), LIFRE (Different Invoicing Party), LNRZB (Agency business: Payee), KUNRE (Bill-to party).. 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 KOMLFK_WF 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
WFDATAgency business: Posting date WFDATDATS8DATUM
RFBSKStatus for transfer to accounting WFBSKCHAR1WFBSK
LIFREDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
LNRZBAgency business: Payee W_LIFZECHAR10Assigned to domainALPHALIFNR
KUNREBill-to party KUNRECHAR10Assigned to domainALPHAKUNNRKUN
KUNRGPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FKSTOBilling document is cancelled FKSTOCHAR1XFELD
LFAKSAgency business: cancelled (reversed) document LFAKSCHAR10Assigned to domainALPHAWBELN
ABARTSettlement Type NAFKTCHAR1NAFKT
LFTYPAgency business: Billing category WFTYPCHAR2WFTYP
BLDATDocument Date in Document BLDATDATS8DATUM
SETTLE_CATEGORYSettlement Attributes WSETTLE_CATEGORYCHAR1WSETTLE_CATEGORY
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
CONTRACTReferencing Contract Number WCONTRACTCHAR10ALPHAWCONTRACT
CONTRACT_TYPEContract Type for Contract Number WCONTRACT_TYPECHAR1WCONTRACT_TYPE
USE_CASEUse Case Type WLF_USE_CASE_TYPECHAR2WLF_USE_CASE_TYPE
.INCLU--AP 0
TEW_TYPETrading Execution Workbench Type WB2_TEW_TYPECHAR4WB2_TEW_TYPETEW_TYPE2S_TEWTYPE

Key field Non-key field



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

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

How to access SAP table KOMLFK_WF

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