WBRR SAP (AB-RRLE: Extended Remuneration List Data for Agency Document) Table details

Dictionary Type: Table
Description: AB-RRLE: Extended Remuneration List Data for Agency Document




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




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

WBRR is a standard SAP Table which is used to store AB-RRLE: Extended Remuneration List Data for Agency Document data and is available within R/3 SAP systems depending on the version and release level.

The WBRR table consists of various fields, each holding specific information or linking keys about AB-RRLE: Extended Remuneration List Data for Agency Document data available in SAP. These include WBELN (Document number of inbound invoice), RRLPA (AB-RRLE: Remuneration List Partner), RRLCG (AB-RRLE: Condition Type Group), WBELN_RL (Agency Business: Document Number of Remuneration 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 WBRR 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 MANDTCLNT3Assigned to domainMANDT
WBELNDocument number of inbound invoice WBELNCHAR10WBRKALPHAWBELN
RRLPAAB-RRLE: Remuneration List Partner RRLPACHAR1RRLPA
RRLCGAB-RRLE: Condition Type Group RRLCGCHAR4TRRLCGALPHARRLCG
WBELN_RLAgency Business: Document Number of Remuneration List WBELN_RLCHAR10Assigned to domainALPHAWBELNWLR
RRLRECAgency Business: Remuneration List Recipient RRLRECCHAR10ALPHARRLREC
LFART_RLRemuneration List Type, Vendor Billing Document WFART_RLCHAR4TMFKWFART
WFDAT_RLAgency Business: Posting Date for the Remuneration List WFDAT_RLDATS8DATUM
WAERL_RLAB-RRLE: Remuneration List Currency WLF_RRLE_WAERL_RLCUKY5TCURCWAERS
WKURS_RLAB-RRLE: Exchange Rate - Remuneration List Currency WLF_RRLE_WKURSDEC9(5) EXCRTKURSP
KURST_RLExchange Rate Type KURSTCHAR4TCURVKURSTKUT
WKURS_HW_RLAB-RRLE: Exchange Rate - Remuneration List Currency WLF_RRLE_WKURS_HWDEC9(5) EXCRTKURSP

Key field Non-key field



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

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

SELECT SINGLE *
FROM WBRR
INTO CORRESPONDING FIELDS OF WA_WBRR
WHERE...

How to access SAP table WBRR

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