SADRPL SAP (Address Management: Personal data (int. table for update)) Structure details

Dictionary Type: Structure
Description: Address Management: Personal data (int. table for update)




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




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

SADRPL 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 (int. table for update)" 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_SADRPL TYPE SADRPL.

The SADRPL table consists of various fields, each holding specific information or linking keys about Address Management: Personal data (int. table for update) 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP SADRPL 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
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 SPRASLANG1Assigned to domainISOLASPRASSPRH_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 of company address CADRNRCHAR10Assigned to domainALPHACADRNR
ANREKAddresses: Form of address key ANREKCHAR2ANREK
SORT1Sort field SORTL_BASCHAR10CHAR10
SORT2Sort field SORT20CHAR20CHAR20
LOGAddresses: Table entry status SADR_PROSTCHAR1SADR_PROST

Key field Non-key field



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

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

How to access SAP table SADRPL

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