SADL_RS_BP_ADDR SAP (SADL Reference Scenario BusinessPartner~Address) Table details

Dictionary Type: Table
Description: SADL Reference Scenario BusinessPartner~Address




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




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

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

The SADL_RS_BP_ADDR table consists of various fields, each holding specific information or linking keys about SADL Reference Scenario BusinessPartner~Address data available in SAP. These include ID (SADL Reference Scenario Identifier), PARENT_ID (SADL Reference Scenario Identifier), TYPE_CODE (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: Can be enhanced (character-type)


SAP SADL_RS_BP_ADDR 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_IDCHAR20
TYPE_CODESADL Reference Scenario Type Code SADL_RS_TCCHAR5

Key field Non-key field



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

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

SELECT SINGLE *
FROM SADL_RS_BP_ADDR
INTO CORRESPONDING FIELDS OF WA_SADL_RS_BP_ADDR
WHERE...

How to access SAP table SADL_RS_BP_ADDR

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