SADRP SAP (Address Management: Personal Data) Table details

Dictionary Type: Table
Description: Address Management: Personal Data




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




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

SADRP is a standard SAP Table which is used to store Address Management: Personal Data data and is available within R/3 SAP systems depending on the version and release level.

The SADRP table consists of various fields, each holding specific information or linking keys about Address Management: Personal Data data available in SAP. These include ADRNR (Address), NATIO (International address version ID), ANRED (Title), ABTEI (Addresses: Department).. 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 SADRP 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
MANDTClient MANDTCLNT3T000MANDT
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
NATIOInternational address version ID INTERCHAR1Assigned to domainNATION
ANREDTitle ANREDCHAR15TEXT15
ABTEIAddresses: Department DEPTMCHAR30TEXT30
COSTCAddresses: Cost center COST_CTCHAR10TEXT10
ROOMNAddresses: Room number ROOM_NRCHAR6TEXT6
BUILDAddresses: Building number BUIL_NRCHAR6TEXT6
NAME1Name 1 NAME1_BASCHAR35NAME
NAME2Name 2 NAME2_BASCHAR35NAME
STDCOMAddresses: Communication type COM_ARTCHAR3COM_ART
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
CHNAMAddresses: Changed by CH_NAMCHAR12USERNAME
CHDATAddresses: Change date CH_DATDATS8DATUM
CHTIMAddresses: Changed at CH_TIMTIMS6UZEIT
CRNAMAddresses: Created by CR_NAMCHAR12USERNAME
CRDATAddresses: Creation date CR_DATDATS8DATUM
CRTIMAddresses: Creation time CR_TIMTIMS6UZEIT
KLASSEAddresses: class assigned to an address SO_KLASSECHAR18KLASSE
DBNAMEAddresses: System ID SYM_DSTCHAR10CHAR10
CMPYADRAddresses: Address Number CADNRCHAR10SADRALPHACADRNR
ANREKAddresses: Form of address key ANREKCHAR2ANREK
SORT1Sort field SORTL_BASCHAR10CHAR10
SORT2Sort field SORT20CHAR20CHAR20
FNAMEA person's first name (Addresses) AD_FNAMECHAR35TEXT35
UCFNAMEA person's first name in upper case (Addresses) AD_UCFNAMECHAR25CHAR25
LNAMEA person's last name (Addresses) AD_LNAMECHAR35TEXT35
UCLNAMEA person's last name (Addresses) AD_UCLNAMECHAR25CHAR25
UCABTEIDepartment in upper case (Addresses) AD_UCABTEICHAR25CHAR25
UCNAMECMPYCompany name in upper case (addresses) AD_UCNAMCPCHAR25CHAR25
USRTYPEFlag: Person is internal SAP user AD_USRTYPECHAR1XFELD
REFNRAddress reference for alias names ADRNR_REFCHAR10SADRPALPHAADRNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM SADRP
INTO CORRESPONDING FIELDS OF WA_SADRP
WHERE...

How to access SAP table SADRP

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