SPRTLOBREL SAP (Drag&Relate: Released Object Types) Table details

Dictionary Type: Table
Description: Drag&Relate: Released Object Types




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




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

SPRTLOBREL is a standard SAP Table which is used to store Drag&Relate: Released Object Types data and is available within R/3 SAP systems depending on the version and release level.

The SPRTLOBREL table consists of various fields, each holding specific information or linking keys about Drag&Relate: Released Object Types data available in SAP. These include RELEASED (Drag&Relate: Object Release Status), RELEASED_BY (Drag&Relate: User Who Released the Object), RELEASED_ON (Drag&Relate: Release Date), RELEASED_AT (Drag&Relate: Release 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: 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 SPRTLOBREL 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
OBJECTNAMEDrag&Relate: Object Type DR_OBJNCHAR10SPRTL0OJ_NAME
RELEASEDDrag&Relate: Object Release Status DR_RELEASEDCHAR1CHAR1_X
RELEASED_BYDrag&Relate: User Who Released the Object DR_RELUSERCHAR12Assigned to domainXUBNAME
RELEASED_ONDrag&Relate: Release Date DR_RELDATEDATS8SYDATS
RELEASED_ATDrag&Relate: Release Time DR_RELTIMETIMS6SYTIME
COMPONENTDrag&Relate: Delivery Unit DR_DLVUNITCHAR30Assigned to domainDLVUNIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM SPRTLOBREL
INTO CORRESPONDING FIELDS OF WA_SPRTLOBREL
WHERE...

How to access SAP table SPRTLOBREL

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