KOMLFL SAP (Vendor Billing Doc.: Communication Structure, Remuner.List) Structure details

Dictionary Type: Structure
Description: Vendor Billing Doc.: Communication Structure, Remuner.List




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




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

KOMLFL 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.: Communication Structure, Remuner.List" 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_KOMLFL TYPE KOMLFL.

The KOMLFL table consists of various fields, each holding specific information or linking keys about Vendor Billing Doc.: Communication Structure, Remuner.List data available in SAP. These include MANDT (Client), WBELN (Agency Business: Document Number of Remuneration List), POSNR (Agency business: Item in list), WBELN_LF (Agency Business: Document Number).. 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 KOMLFL 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 MANDTCLNT3T000MANDT
WBELNAgency Business: Document Number of Remuneration List WBELN_RLCHAR10WBRKALPHAWBELNWLR
POSNRAgency business: Item in list WPOSNR_RLNUMC6Assigned to domainWPOSNR_RL
WBELN_LFAgency Business: Document Number WBELN_LFCHAR10WBRKALPHAWBELNWLF
NETWRAgency business: New value of item in a list NETWR_RLCURR15(2) WERTV8
MWSBPTax amount in document currency MWSBPKCURR13(2) WERTV7
NAVNWNon-deductible input tax NAVNWCURR13(2) WERT7
KWERT_RLValue of the Remuneration List Condition of a Document WKWERT_RLCURR13(2) WERTV7
MWSBP_RLTax of Remuneration List Conditions WMWSBP_RLCURR13(2) WERTV7
LIFREDifferent Invoicing Party LIFRECHAR10LFA1ALPHALIFNRLRE
LNRZBAgency business: Payee W_LIFZECHAR10LFA1ALPHALIFNR
KUNREBill-to party KUNRECHAR10KNA1ALPHAKUNNRKUN
KUNRGPayer KUNRGCHAR10KNA1ALPHAKUNNR
LFTYPAgency business: Billing category WFTYPCHAR2WFTYP
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
WDTYP_LAgency Business: Category of List Document DOCTYPE_LCHAR1DOCTYPE
WDTYP_LIAgency Business: Category of List Item DOCTYPE_LICHAR1DOCTYPE_LI
TXJCDTax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
OBJECT_IDAB: External Document: Object Key WLF_FOREIGN_OBJECT_IDCHAR30WLF_FOREIGN_OBJECT_ID
.INCLU--AP 0
FKSTO_LIList Item Cancelled WLF_FKSTO_LIST_ITEMCHAR1XFELD
WUVPRSAgency business: Item incomplete re. price determination WUVPRSCHAR1XFELD
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
BRTWERT_RLGross Value of Invoice List Item BRTWERT_RLCURR13(2) WERTV7
KSTEUCondition control KSTEUCHAR1KSTEU
PRSOKPricing is OK PRSOKCHAR1XFELD
GSKTOCash discount amount in document currency WSKTOCURR13(2) WERT7
LIF_NAME1Name 1 of an address NAME1_ADRSCHAR40TEXT40
LZB_NAME1Name 1 of an address NAME1_ADRSCHAR40TEXT40
BEZEI_LIFREAddress of Invoicing Party WLF_LINES_LIFRECHAR80LINES
BEZEI_LNRZBAddress of Payment Recipient WLF_LINES_LNRZBCHAR80LINES
KND_NAME1Name 1 of an address NAME1_ADRSCHAR40TEXT40
KRG_NAME1Name 1 of an address NAME1_ADRSCHAR40TEXT40
BEZEI_KUNREAddress Line Bill-to-Party WLF_LINES_KUNRECHAR80LINES
BEZEI_KUNRGAddress Line of Payer WLF_LINES_KUNRGCHAR80LINES
WAERLCurrency of Agency Document WAERLCUKY5TCURCWAERSFWS
KWERT_KOAValue of the condition deduction with immed. effect f. doc. KWERT_KOA_RLCURR13(2) WERTV7
MWSBP_KOATax proportion of the cond. deduction valid w. immed. effect MWSBP_KOA_RLCURR13(2) WERTV7
LFTYP_TXTVendor bill.doc.: description of vendor bill. doc. category WFTYP_TXTCHAR60AS4TEXT
.INCLU--AP 0
NETWR_VZAB: Net Value for List Item (with Correct +/- Sign) WLF_NETWR_RL_VZCURR15(2) WERTV8
MWSBP_VZTax Amount in Document Currency (with Correct +/- Sign) WLF_MWSBPK_VZCURR13(2) WERTV7
BRTWERT_RL_VZGross Amnt f. Remun. List Item (w. Correct Plus/Minus Sign) WLF_BRTWERT_RL_VZCURR13(2) WERTV7
KWERT_RL_VZValue f. Remuneration List Condition (with Correct +/- Sign) WLF_KWERT_RL_VZCURR13(2) WERTV7
MWSBP_RL_VZTax on Remuneration List Condition (with Correct +/- Sign) WLF_MWSBP_RL_VZCURR13(2) WERTV7

Key field Non-key field



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

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

How to access SAP table KOMLFL

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