WBRL SAP (Agency business: Item in document list) Table details

Dictionary Type: Table
Description: Agency business: Item in document list




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




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

WBRL is a standard SAP Table which is used to store Agency business: Item in document list data and is available within R/3 SAP systems depending on the version and release level.

The WBRL table consists of various fields, each holding specific information or linking keys about Agency business: Item in document list data available in SAP. These include WBELN (Agency Business: Document Number of Remuneration List), POSNR (Agency business: Item in list), WBELN_LF (Agency Business: Document Number), NETWR (Agency business: New value of item in a list).. 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 or numeric)


SAP WBRL 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
WBELNAgency Business: Document Number of Remuneration List WBELN_RLCHAR10WBRKALPHAWBELNWLR
POSNRAgency business: Item in list WPOSNR_RLNUMC6WPOSNR_RL
WBELN_LFAgency Business: Document Number WBELN_LFCHAR10WBRKALPHAWBELNWLF
NETWRAgency business: New value of item in a list NETWR_RLCURR15(2) WERTV8
MWSBPTax amount in document currency MWSBPKCURR13(2) WERTV7
NAVNWNon-deductible input tax NAVNWCURR13(2) WERT7
KWERT_RLValue of the Remuneration List Condition of a Document WKWERT_RLCURR13(2) WERTV7
MWSBP_RLTax of Remuneration List Conditions WMWSBP_RLCURR13(2) WERTV7
LIFREDifferent Invoicing Party LIFRECHAR10LFA1ALPHALIFNRLRE
LNRZBAgency business: Payee W_LIFZECHAR10LFA1ALPHALIFNR
KUNREBill-to party KUNRECHAR10KNA1ALPHAKUNNRKUN
KUNRGPayer KUNRGCHAR10KNA1ALPHAKUNNR
LFTYPAgency business: Billing category WFTYPCHAR2WFTYP
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
WDTYP_LAgency Business: Category of List Document DOCTYPE_LCHAR1DOCTYPE
WDTYP_LIAgency Business: Category of List Item DOCTYPE_LICHAR1DOCTYPE_LI
TXJCDTax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
OBJECT_IDAB: External Document: Object Key WLF_FOREIGN_OBJECT_IDCHAR30WLF_FOREIGN_OBJECT_ID
.INCLU--AP 0
FKSTO_LIList Item Cancelled WLF_FKSTO_LIST_ITEMCHAR1XFELD
WUVPRSAgency business: Item incomplete re. price determination WUVPRSCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM WBRL
INTO CORRESPONDING FIELDS OF WA_WBRL
WHERE...

How to access SAP table WBRL

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