ADRP_BW SAP (Extractor structure for BW) Structure details

Dictionary Type: Structure
Description: Extractor structure for BW




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




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

ADRP_BW is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Extractor structure for BW" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ADRP_BW TYPE ADRP_BW.

The ADRP_BW table consists of various fields, each holding specific information or linking keys about Extractor structure for BW data available in SAP. These include PERSNUMBER (Person number), DATE_FROMP (Valid-from date - in current Release only 00010101 possible), NATION_P (Version ID for International Addresses), DATE_TO_P (Valid-to date in current Release only 99991231 possible).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ADRP_BW structure 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
ADDRNUM_PAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
PERSNUMBERPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
DATE_FROMPValid-from date - in current Release only 00010101 possible AD_DATE_FRDATS8DATUM
NATION_PVersion ID for International Addresses AD_NATIONCHAR1Assigned to domainAD_NATIONADDRESS_NATION
DATE_TO_PValid-to date in current Release only 99991231 possible AD_DATE_TODATS8DATUM
TITLE_PForm-of-Address Key AD_TITLECHAR4Assigned to domainAD_TITLE
NAME_FIRSTFirst name AD_NAMEFIRCHAR40TEXT40
NAME_LASTLast name AD_NAMELASCHAR40TEXT40
NAME_TEXTFull Name of Person AD_NAMTEXTCHAR80TEXT80
TITLE_ACA1Academic Title: Key AD_TITLE1CHAR4Assigned to domainAD_TITLE1AD_TITLE1
PREFIX1Name Prefix (Key) AD_PREFIXCHAR4Assigned to domainAD_PREFIX
TITLE_SPPLName supplement, e.g. noble title (key) AD_TITLESCHAR4Assigned to domainAD_TITLES
LANGU_PLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
SORT1_PSearch Term 1 AD_SORT1CHAR20CHAR20
SORT2_PSearch Term 2 AD_SORT2CHAR20CHAR20
SMTP_ADDRPE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
URI_ADDR_PURI field to pass to BW AD_URI_BWCHAR60AD_URI_BW

Key field Non-key field



How do I retrieve data from SAP structure ADRP_BW using ABAP code?

As ADRP_BW is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ADRP_BW as there is no data to select.

How to access SAP table ADRP_BW

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