RWLF1L SAP (Communication Structure: Agency Document List) Structure details

Dictionary Type: Structure
Description: Communication Structure: Agency Document List




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




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

RWLF1L 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 "Communication Structure: Agency Document 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_RWLF1L TYPE RWLF1L.

The RWLF1L table consists of various fields, each holding specific information or linking keys about Communication Structure: Agency Document List data available in SAP. These include WBELN (Agency Business: Document Number), KAPPL (Application), LFART (Agency business: Billing document type), LFTYP (Agency business: Billing category).. 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 RWLF1L 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_LFCHAR10Assigned to domainALPHAWBELNWLF
KAPPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
LFARTAgency business: Billing document type WFARTCHAR4Assigned to domainWFARTWFA
LFTYPAgency business: Billing category WFTYPCHAR2WFTYP
WRARTAgency business: Payment type WRARTCHAR4Assigned to domainWRARTWRA
WRTYPEntry category: payment WRTYPCHAR1WRTYP
WBTYPSettlement request: Payment type WBTYPCHAR1WBTYP
BOARTAgreement type BOARTCHAR4Assigned to domainBOARTVBA
WFDATAgency business: Posting date WFDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
VKBURSales Office VKBURCHAR4Assigned to domainVKBURVKB
VKGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WFKMEVendor billing document: unit of measure WFKMEUNIT3Assigned to domainCUNITMEINS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LIFREDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
SELKZSelection flag SELKZCHAR1SELKZ
ARKTXShort Text TXZ01CHAR40TEXT40
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
WBELN_RLAgency Business: Document Number of Remuneration List WBELN_RLCHAR10Assigned to domainALPHAWBELNWLR
WBELN_ZRAgency Business: Payment Number WBELN_ZRCHAR10Assigned to domainALPHAWBELNWLZ
WBELN_ARRemuneration List (Relevant Predecing Document) WBELN_ARCHAR10Assigned to domainALPHAWBELN
WBELN_RGPayment request: Document number of a settlement req. list WBELN_RGCHAR10Assigned to domainALPHAWBELNWRL
WBELN_RBSettlement request: Posting list WBELN_RBCHAR10Assigned to domainALPHAWBELNWBL
WBELN_BLPosting list for relevant preceding documents WBELN_BLCHAR10Assigned to domainALPHAWBELN
LFTYP_TXTVendor bill.doc.: description of vendor bill. doc. category WFTYP_TXTCHAR60AS4TEXT
FKSTA_TXTAgeny business: Processing status of agency document FKSTA_TXTCHAR60AS4TEXT
WTAXCALVendor billing document: calculate tax for tax code WTAXCALCHAR1XFELD
WAERLCurrency of Agency Document WAERLCUKY5Assigned to domainWAERSFWS
WMPOSAgency business: Indicator for multiple items in document WMPOSCHAR1XFELD
WRART_RGAgency business: Payment type WRARTCHAR4Assigned to domainWRARTWRA
WBELN_VSTriggering document of the agency document WBELN_VCHAR10CHAR10
FTYPV_VSAgency Business: Document Category of Triggering Document WFTYP_VCHAR2WFTYP_V
BAPI_ACTIVSelection flag SELKZCHAR1SELKZ
WDTYP_TXTAgency Business: Description of Document Category WDTYP_TXTCHAR60AS4TEXT
WDTYPAgency Business: Document Category DOCTYPECHAR1DOCTYPE
WBELN_EXAgency Business: Settlement of Incidental Costs WBELN_EXCHAR10Assigned to domainALPHAWBELNWLF
WBELN_CUAgency Business: Customer Settlement WBELN_CUCHAR10Assigned to domainALPHAWBELNWLF
WBELN_VENDSETAgency Business: Vendor Settlement WBELN_VSCHAR10WBRKALPHAWBELNWLF
ABARTSettlement Type NAFKTCHAR1NAFKT

Key field Non-key field



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

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

How to access SAP table RWLF1L

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