KOMLFRRLE_LIST SAP (AB-RRLE: Data For Item List Output) Structure details

Dictionary Type: Structure
Description: AB-RRLE: Data For Item List Output




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




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

KOMLFRRLE_LIST 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 "AB-RRLE: Data For Item List Output" 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_KOMLFRRLE_LIST TYPE KOMLFRRLE_LIST.

The KOMLFRRLE_LIST table consists of various fields, each holding specific information or linking keys about AB-RRLE: Data For Item List Output 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 KOMLFRRLE_LIST 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 WAERLCUKY5Assigned to domainWAERSFWS
RRLRECAgency Business: Remuneration List Recipient RRLRECCHAR10ALPHARRLREC
RRLREC_NAME1Name 1 of an address NAME1_ADRSCHAR40TEXT40
LIFREDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
LIF_NAME1Name 1 of an address NAME1_ADRSCHAR40TEXT40
LNRZBAgency business: Payee W_LIFZECHAR10Assigned to domainALPHALIFNR
LZB_NAME1Name 1 of an address NAME1_ADRSCHAR40TEXT40
KUNREBill-to party KUNRECHAR10Assigned to domainALPHAKUNNRKUN
KND_NAME1Name 1 of an address NAME1_ADRSCHAR40TEXT40
KUNRGPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
KRG_NAME1Name 1 of an address NAME1_ADRSCHAR40TEXT40
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
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 KOMLFRRLE_LIST using ABAP code?

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

How to access SAP table KOMLFRRLE_LIST

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