RRLZ SAP (Display Structure for Statement of Remaining Terms) Structure details

Dictionary Type: Structure
Description: Display Structure for Statement of Remaining Terms




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




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

RRLZ 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 "Display Structure for Statement of Remaining Terms" 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_RRLZ TYPE RRLZ.

The RRLZ table consists of various fields, each holding specific information or linking keys about Display Structure for Statement of Remaining Terms data available in SAP. These include XRLZ (Text for Bal. Sheet Item for Statement of Remaining Terms), BUKRS (Company Code), SBWHR (Position Currency (Currency of Position Amount)), SHWHR (Local currency).. 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 RRLZ 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
SRLZBalance Sheet Item for Statement of Remaining Terms TB_SRLZNUMC2T_SRLZ
XRLZText for Bal. Sheet Item for Statement of Remaining Terms TB_XRLZCHAR60DDTEXT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5TCURCWAERS
SHWHRLocal currency SHWHRCUKY5TCURCWAERS
RANLContract Number RANLCHAR13ALPHARANLRAN
RDARNEHMBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RREFKONTAccount Assignment Reference in Financial Assets Management RREFKONTCHAR8T037SUSTRUKRE
SANLFProduct Category SANLFNUMC3Assigned to domainVVSANLF
GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
DFAELLDue date DFAELLDATS8DATUM
DDISPOPayment Date DDISPODATS8DATUM
SBEWARTFlow Type SBEWARTCHAR4TZB0ASBEWART
BM0M1WRTotal for Items Due Within 1 Month in Contract Currency TB_BM0M1WRCURR25(2) WERTV13
BM0M1HWTotal for Items Due Within 1 Month in Local Currency TB_BM0M1HWCURR25(2) WERTV13
BM0M3WRTotal for Items Due Within 3 Months in Contract Currency TB_BM0M3WRCURR25(2) WERTV13
BM0M3HWTotal for Items Due Within 3 Months in Local Currency TB_BM0M3HWCURR25(2) WERTV13
BM0Y1WRTotal Items With Term up to 1 Year in Contract Currency TB_BM0Y1WRCURR25(2) WERTV13
BM0Y1HWTotal Items With Term up to 1 Year in Local Currency TB_BM0Y1HWCURR25(2) WERTV13
BM1M3WRTotal for Items Due in 1-3 Months in Contract Currency TB_BM1M3WRCURR25(2) WERTV13
BM1M3HWTotal for Items Due in 1-3 Months in Local Currency TB_BM1M3HWCURR25(2) WERTV13
BM3M6WRTotal for Items Due in 3-6 Months in Contract Currency TB_BM3M6WRCURR25(2) WERTV13
BM3M6HWTotal for Items Due in 3-6 Months in Local Currency TB_BM3M6HWCURR25(2) WERTV13
BM3Y1WRTotal for Items Due in 3-12 Months in Contract Currency TB_BM3Y1WRCURR25(2) WERTV13
BM3Y1HWTotal for Items Due in 3-12 Months in Local Currency TB_BM3Y1HWCURR25(2) WERTV13
BM6Y1WRTotal for Items Due in 6-12 Months in Contract Currency TB_BM6Y1WRCURR25(2) WERTV13
BM6Y1HWTotal for Items Due in 6-12 Months in Local Currency TB_BM6Y1HWCURR25(2) WERTV13
BY1WRTotal Items > 1 Year in Contract Currency TB_BY1WRCURR25(2) WERTV13
BY1HWTotal Items > 1 Year in Local Currency TB_BY1HWCURR25(2) WERTV13
BY1Y5WRTotal for Items Due in 1-5 Years in Contract Currency TB_BY1Y5WRCURR25(2) WERTV13
BY1Y5HWTotal for Items Due in 1-5 Years in Local Currency TB_BY1Y5HWCURR25(2) WERTV13
BY5WRTotal for Items Due in Over 5 Years in Contract Currency TB_BY5WRCURR25(2) WERTV13
BY5HWTotal for Items Due in Over 5 Years in Local Currency TB_BY5HWCURR25(2) WERTV13
BRLZSUMWRTotal for all Maturity Bands in Contract Currency TB_BRLZSUMWRCURR25(2) WERTV13
BRLZSUMHWTotal for all Maturity Bands in Local Currency TB_BRLZSUMHWCURR25(2) WERTV13

Key field Non-key field



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

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

How to access SAP table RRLZ

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