V_RRLEE_REL SAP (Generated Table for View V_RRLEE_REL) Table View details

Dictionary Type: Table View
Description: Generated Table for View V_RRLEE_REL




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




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

V_RRLEE_REL is a standard SAP Table View which is used to store Generated Table for View V_RRLEE_REL data and is available within R/3 SAP systems depending on the version and release level.

The V_RRLEE_REL table consists of various fields, each holding specific information or linking keys about Generated Table for View V_RRLEE_REL data available in SAP. These include WDTYP_LI (External Document Category), OBJECT_ID (AB: External Document: Object Key), RRLPA (AB-RRLE: Remuneration List Partner), RRLCG (AB-RRLE: Condition Type Group).. 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: Not classified


SAP V_RRLEE_REL table view 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 MANDTCLNT3MANDT
WDTYP_LIExternal Document Category WLF_FOREIGN_DOCTYPE_LICHAR1WLF_FOREIGN_DOCTYPE_LI
OBJECT_IDAB: External Document: Object Key WLF_FOREIGN_OBJECT_IDCHAR30WLF_FOREIGN_OBJECT_ID
RRLPAAB-RRLE: Remuneration List Partner RRLPACHAR1RRLPA
RRLCGAB-RRLE: Condition Type Group RRLCGCHAR4TRRLCGALPHARRLCG
WBELN_RLAgency Business: Document Number of Remuneration List WBELN_RLCHAR10ALPHAWBELNWLR
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 V_RRLEE_REL using ABAP code

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

SELECT SINGLE *
FROM V_RRLEE_REL
INTO CORRESPONDING FIELDS OF WA_V_RRLEE_REL
WHERE...

How to access SAP table V_RRLEE_REL

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