SADL_RS_PR_ROOT SAP (SADL Reference Scenario Product~Root) Table details

Dictionary Type: Table
Description: SADL Reference Scenario Product~Root




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




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

SADL_RS_PR_ROOT is a standard SAP Table which is used to store SADL Reference Scenario Product~Root data and is available within R/3 SAP systems depending on the version and release level.

The SADL_RS_PR_ROOT table consists of various fields, each holding specific information or linking keys about SADL Reference Scenario Product~Root data available in SAP. These include ID_CONTENT (SADL Reference Scenario Identifier), ID_SCHEME_ID (SADL Reference Scenario Identifier), TYPE_CODE (SADL Reference Scenario Type Code), DESCRIPTION (SADL Reference Scenario Description).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SADL_RS_PR_ROOT 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
CLIENT Client0
ID_CONTENTSADL Reference Scenario Identifier SADL_RS_IDCHAR20
ID_SCHEME_IDSADL Reference Scenario Identifier SADL_RS_IDCHAR20
TYPE_CODESADL Reference Scenario Type Code SADL_RS_TCCHAR5
DESCRIPTION SADL Reference Scenario Description0
TITLE SADL Reference Scenario Title0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SADL_RS_PR_ROOT
INTO CORRESPONDING FIELDS OF WA_SADL_RS_PR_ROOT
WHERE...

How to access SAP table SADL_RS_PR_ROOT

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