RLB_DB_SC SAP (Reuse Library: Statistics) Table details

Dictionary Type: Table
Description: Reuse Library: Statistics




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




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

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

The RLB_DB_SC table consists of various fields, each holding specific information or linking keys about Reuse Library: Statistics data available in SAP. These include TIMEST (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), UCODE (GUID in 'CHAR' Format in Uppercase), TCODE (Transaction Code), PRODUCT (Reuse Library: Reuse Product Internal ID).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RLB_DB_SC 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
SESSION_IDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
TIMESTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
UCODEGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
TCODETransaction Code TCODECHAR20TSTCTCODETCD
PRODUCTReuse Library: Reuse Product Internal ID RLB_PRODIDCHAR32RLB_DB_PRSYSUUID_CRLB_PRODID
TABSTRIPCharacter Field Length 1 CHAR01CHAR1CHAR1
ACTIONFunction Code SYUCOMMCHAR70SYCHAR70

Key field Non-key field



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

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

SELECT SINGLE *
FROM RLB_DB_SC
INTO CORRESPONDING FIELDS OF WA_RLB_DB_SC
WHERE...

How to access SAP table RLB_DB_SC

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