RLB_DB_LB SAP (Reuse Library: Sublibrary: Data) Table details

Dictionary Type: Table
Description: Reuse Library: Sublibrary: Data




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




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

RLB_DB_LB is a standard SAP Table which is used to store Reuse Library: Sublibrary: Data data and is available within R/3 SAP systems depending on the version and release level.

The RLB_DB_LB table consists of various fields, each holding specific information or linking keys about Reuse Library: Sublibrary: Data data available in SAP. These include SEM_TREE (Reuse Library: Tree ID in Hierarchy Maintenance Tool), CREATED_ON (Reuse Library: Reuse Library Creation: Time), CREATED_BY (Reuse Library: Reuse Library Creation: User ID), CHANGED_ON (Reuse Library: Reuse Library Change: Time).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = RLB_DB_LBT


SAP RLB_DB_LB 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
LIBRARYReuse Library: Reuse Library ID RLB_LIBRIDCHAR32RLB_LIBRIDRLB_LIBRID
SEM_TREEReuse Library: Tree ID in Hierarchy Maintenance Tool RLB_TREEIDCHAR32SYCHAR32
CREATED_ONReuse Library: Reuse Library Creation: Time RLB_LBCRONDEC15TZNTSTMPS
CREATED_BYReuse Library: Reuse Library Creation: User ID RLB_LBCRBYCHAR12SYCHAR12
CHANGED_ONReuse Library: Reuse Library Change: Time RLB_LBCHONDEC15TZNTSTMPS
CHANGED_BYReuse Library: Reuse Library Change: User ID RLB_LBCHBYCHAR12SYCHAR12
IS_PRIVATEReuse Library: Private Library RLBPRIVATECHAR1RLBPRIVATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM RLB_DB_LB
INTO CORRESPONDING FIELDS OF WA_RLB_DB_LB
WHERE...

How to access SAP table RLB_DB_LB

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