SADRPD SAP (Address Management: Personal data Data (Inttab)) Structure details

Dictionary Type: Structure
Description: Address Management: Personal data Data (Inttab)




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




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

SADRPD 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 "Address Management: Personal data Data (Inttab)" 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_SADRPD TYPE SADRPD.

The SADRPD table consists of various fields, each holding specific information or linking keys about Address Management: Personal data Data (Inttab) data available in SAP. These include ABTEI (Addresses: Department), COSTC (Addresses: Cost center), ROOMN (Addresses: Room number), BUILD (Addresses: Building number).. 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: Can be enhanced (character-type)


SAP SADRPD 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
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
CMPYADRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
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

Key field Non-key field



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

As SADRPD 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 SADRPD as there is no data to select.

How to access SAP table SADRPD

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