KOMLFL_LI SAP (List Fields, Remuneration List, Item Fields) Structure details

Dictionary Type: Structure
Description: List Fields, Remuneration List, Item Fields




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




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

KOMLFL_LI 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 "List Fields, Remuneration List, Item Fields" 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_LI TYPE KOMLFL_LI.

The KOMLFL_LI table consists of various fields, each holding specific information or linking keys about List Fields, Remuneration List, Item Fields data available in SAP. These include POSNR (Agency business: Item in list), WBELN_AR (Remuneration List (Relevant Predecing Document)), NETWR (Agency Business: Net value in document currency), MWSBP (Tax amount in document currency).. 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_LI 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 of Remuneration List WBELN_RLCHAR10Assigned to domainALPHAWBELNWLR
POSNRAgency business: Item in list WPOSNR_RLNUMC6Assigned to domainWPOSNR_RL
WBELN_ARRemuneration List (Relevant Predecing Document) WBELN_ARCHAR10Assigned to domainALPHAWBELN
NETWRAgency Business: Net value in document currency NETWR_LFCURR15(2) WERTV8
MWSBPTax amount in document currency MWSBPCURR13(2) WERTV7
KWERT_RLValue of Remuneration List Condition of Indiv. Billing Doc. KWERT_RLCURR13(2) WERTV7
MWSBP_RLAmount of Tax in Remuneration List Condition MWSBP_RLCURR13(2) WERTV7
WAERLCurrency of Agency Document WAERLCUKY5TCURCWAERSFWS
LIFREDifferent Invoicing Party LIFRECHAR10LFA1ALPHALIFNRLRE
LIF_NAME1Name 1 of an address NAME1_ADRSCHAR40TEXT40
LNRZBAgency business: Payee W_LIFZECHAR10LFA1ALPHALIFNR
LZB_NAME1Name 1 of an address NAME1_ADRSCHAR40TEXT40
KUNREBill-to party KUNRECHAR10KNA1ALPHAKUNNRKUN
KND_NAME1Name 1 of an address NAME1_ADRSCHAR40TEXT40
KUNRGPayer KUNRGCHAR10KNA1ALPHAKUNNR
KRG_NAME1Name 1 of an address NAME1_ADRSCHAR40TEXT40
WDTYP_LIAgency Business: Category of List Item DOCTYPE_LICHAR1DOCTYPE_LI
TXJCDTax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
FKSTO_LIList Item Cancelled WLF_FKSTO_LIST_ITEMCHAR1XFELD
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
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
LFTYPAgency business: Billing category WFTYPCHAR2WFTYP
LFTYP_TXTVendor bill.doc.: description of vendor bill. doc. category WFTYP_TXTCHAR60AS4TEXT
LFTYP_LAgency Business: Billing Document Category for List WLF_WFTYP_LISTCHAR2WFTYP
LFTYP_L_TXTVendor Billing Document: Descr. BillingDoc Category for List WLF_WFTYP_LIST_TXTCHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table KOMLFL_LI

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