RWLF1_VO SAP (Default Data for Vendor Billing Document) Structure details

Dictionary Type: Structure
Description: Default Data for Vendor Billing Document




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




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

RWLF1_VO 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 "Default Data for Vendor Billing Document" 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_RWLF1_VO TYPE RWLF1_VO.

The RWLF1_VO table consists of various fields, each holding specific information or linking keys about Default Data for Vendor Billing Document data available in SAP. These include LFART (Agency business: Billing document type), WFDAT (Agency business: Posting date), PRSDT (Date for pricing and exchange rate), WRELI (Checkbox).. 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 RWLF1_VO 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
LFARTAgency business: Billing document type WFARTCHAR4TMFKWFARTWFA
WFDATAgency business: Posting date WFDATDATS8DATUM
PRSDTDate for pricing and exchange rate PRSDTDATS8DATUM
WRELICheckbox XFELDCHAR1XFELD
LIFREDifferent Invoicing Party LIFRECHAR10LFA1ALPHALIFNRLRE
LNRZBAgency business: Payee W_LIFZECHAR10LFA1ALPHALIFNR
KUNREBill-to party KUNRECHAR10KNA1ALPHAKUNNRKUN
KUNRGPayer KUNRGCHAR10KNA1ALPHAKUNNR
CPDK_ADDRAgency Business: Address of One-Time Customer WLF_CPDK_ADDRCHAR10Assigned to domainALPHAAD_ADDRNUM
CPDL_ADDRAgency Business: Address - One-Time Vendor WLF_CPDL_ADDRCHAR10Assigned to domainALPHAAD_ADDRNUM
POST_PARTYPosting Partner WLF_POST_PARTYCHAR1WLF_POST_PARTY
.INCLU--AP 0
WRARTAgency business: Payment type WRARTCHAR4TMZRWRARTWRA
.INCLU--AP 0
IDOBJ_TYPE_VAB: Identification Object Type Vendor WLF_IDOBJ_TYPE_VENDORCHAR4TMIDTVWLF_IDOBJ_TYPE_VENDOR
IDOBJ_VENDORAB: Identification Object Vendor WLF_IDOBJ_VENDORCHAR30WLF_IDOBJ
IDOBJ_TYPE_CAB: Identification Object Type Customer WLF_IDOBJ_TYPE_CUSTOMERCHAR4TMIDTCWLF_IDOBJ_TYPE_CUSTOMER
IDOBJ_CUSTOMERAB: Identification Object Customer WLF_IDOBJ_CUSTOMERCHAR30WLF_IDOBJ

Key field Non-key field



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

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

How to access SAP table RWLF1_VO

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