RLB_DB_PR SAP (Reuse Library: Product: Data) Table details

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




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




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

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

The RLB_DB_PR table consists of various fields, each holding specific information or linking keys about Reuse Library: Product: Data data available in SAP. These include EXT_ID (Reuse Library: Reuse Product Identification), TECH_TYPE (Reuse Library: Technical Type of Reuse Product), COMPONENT (Reuse Library: Reuse Product Application Components), PACKET (Reuse Library: Reuse Product Package Assignment).. 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: Cannot Be Enhanced

Text table = RLB_DB_PRT


SAP RLB_DB_PR 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
PRODUCT_IDReuse Library: Reuse Product Internal ID RLB_PRODIDCHAR32SYSUUID_CRLB_PRODID
EXT_IDReuse Library: Reuse Product Identification RLB_EXTIDCHAR32RLBDEXTIDRLB_EXTID
TECH_TYPEReuse Library: Technical Type of Reuse Product RLB_TECHTYCHAR1RLBDTECHTY
COMPONENTReuse Library: Reuse Product Application Components RLB_COMPCHAR20DF14LUFFCTR
PACKETReuse Library: Reuse Product Package Assignment RLB_PACKETCHAR30Assigned to domainDEVCLASS
DOCU_TYPEReuse Library: Documentation Object Type RLB_DOCTYCHAR1RLB_DOCTY
DOCU_IDReuse Library: Documentation Object Identification RLB_DOCIDCHAR140RLBDDOCID
PREV_TYPEReuse Library: Documentation Object Type RLB_DOCTYCHAR1RLB_DOCTY
PREV_IDReuse Library: Documentation Object Identification RLB_DOCIDCHAR140RLBDDOCID
EXAMPLESReuse Library: Tree ID in Hierarchy Maintenance Tool RLB_TREEIDCHAR32SYCHAR32
OBJECTSReuse Library: Tree ID in Hierarchy Maintenance Tool RLB_TREEIDCHAR32SYCHAR32
TOOLSReuse Library: Tree ID in Hierarchy Maintenance Tool RLB_TREEIDCHAR32SYCHAR32
STATUSReuse Library: Reuse Product Status RLB_STATUSCHAR1RLBDSTATUS
CREATED_ONReuse Library: Reuse Product Creation: Time RLB_PRCRONDEC15TZNTSTMPS
CREATED_BYReuse Library: Reuse Product Creation: User ID RLB_PRCRBYCHAR12SYCHAR12
CHANGED_ONReuse Library: Reuse Product Change: Time RLB_PRCHONDEC15TZNTSTMPS
CHANGED_BYReuse Library: Reuse Product Change: User ID RLB_PRCHBYCHAR12SYCHAR12
IDOCU_TYPEReuse Library: Documentation Object Type RLB_DOCTYCHAR1RLB_DOCTY
IDOCU_IDReuse Library: Documentation Object Identification RLB_DOCIDCHAR140RLBDDOCID
IPREV_TYPEReuse Library: Documentation Object Type RLB_DOCTYCHAR1RLB_DOCTY
IPREV_IDReuse Library: Documentation Object Identification RLB_DOCIDCHAR140RLBDDOCID

Key field Non-key field



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

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

SELECT SINGLE *
FROM RLB_DB_PR
INTO CORRESPONDING FIELDS OF WA_RLB_DB_PR
WHERE...

How to access SAP table RLB_DB_PR

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