WBRF SAP (Document flow vendor billing document/settlement request) Table details

Dictionary Type: Table
Description: Document flow vendor billing document/settlement request




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




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

WBRF is a standard SAP Table which is used to store Document flow vendor billing document/settlement request data and is available within R/3 SAP systems depending on the version and release level.

The WBRF table consists of various fields, each holding specific information or linking keys about Document flow vendor billing document/settlement request data available in SAP. These include WBELNV (Preceding document number for vendor billing document), POSNV (Preceding item of a vendor billing document), WBELNN (Follow-On Document Number for an Agency Document), POSNN (Subsequent Item for Agency Document).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP WBRF table 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
WBELNVPreceding document number for vendor billing document WBELN_VONCHAR10WBRKALPHAWBELN
POSNVPreceding item of a vendor billing document WPOSNR_VONNUMC6Assigned to domainWPOSNR
WBELNNFollow-On Document Number for an Agency Document WBELN_NACHCHAR10WBRKALPHAWBELN
POSNNSubsequent Item for Agency Document WPOSNR_NACHNUMC6Assigned to domainWPOSNR
LFTYPNFollow-on document category of a vendor billing document WFTYPNCHAR2WFTYPN
LFTYPVAgency Business: Document Category of Triggering Document WFTYP_VCHAR2WFTYP_V
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
WRTYPEntry category: payment WRTYPCHAR1WRTYP
ABARTNSettlement type of follow-on document NAFKT_NACHCHAR1NAFKT
WDTYPVAB: WDTYP Preceding Document DOCTYPEVCHAR1DOCTYPE
WDTYPNAgency Business: WDTYP Subsequent Document DOCTYPENCHAR1DOCTYPE
GJAHRVFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
.INCLU--AP 0
CORR_DOCUMENTAB: Adjustment Document WLF_CORR_DOCUMENTCHAR1WLF_CORR_DOCUMENT
.INCLU--AP 0
KNUMHCondition record number KNUMHCHAR10KONHKNUMB
KOPOSSequential number of the condition KOPOSNUMC2KONPNUM02
COCO_NUMCondition Contract Number WCB_COCO_NUMCHAR10ALPHAWCB_COCO_NUM
.INCLU--AP 0
SETTLEMENT_DATESettlement Date WLF_SETTLEMENT_DATEDATS8DATS

Key field Non-key field



How do I retrieve data from SAP table WBRF using ABAP code

The following ABAP code Example will allow you to do a basic selection on WBRF to SELECT all data from the table
DATA: WA_WBRF TYPE WBRF.

SELECT SINGLE *
FROM WBRF
INTO CORRESPONDING FIELDS OF WA_WBRF
WHERE...

How to access SAP table WBRF

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