SADL_RS_SO_ITEMS SAP (SADL Reference Scenario SalesOrder~Items) Table details

Dictionary Type: Table
Description: SADL Reference Scenario SalesOrder~Items




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




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

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

The SADL_RS_SO_ITEMS table consists of various fields, each holding specific information or linking keys about SADL Reference Scenario SalesOrder~Items data available in SAP. These include ID (SADL Reference Scenario Identifier), PARENT_ID (SADL Reference Scenario Identifier), TYPE_CODE (SADL Reference Scenario Type Code), CATEGORY (SADL Reference Scenario Type Code).. 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_SO_ITEMS 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
IDSADL Reference Scenario Identifier SADL_RS_IDCHAR20
PARENT_IDSADL Reference Scenario Identifier SADL_RS_IDCHAR20SADL_RS_SO_ROOT
TYPE_CODESADL Reference Scenario Type Code SADL_RS_TCCHAR5
CATEGORYSADL Reference Scenario Type Code SADL_RS_TCCHAR5
PROD_ID_CONTENT Product ID Content0
PROD_ID_SCHEME_IDSADL Reference Scenario Identifier SADL_RS_IDCHAR20
NET_PRICE Net Price0
GROSS_PRICE Gross Price0
CURRENCY Currency0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SADL_RS_SO_ITEMS
INTO CORRESPONDING FIELDS OF WA_SADL_RS_SO_ITEMS
WHERE...

How to access SAP table SADL_RS_SO_ITEMS

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