EHPRCD_ADRD SAP (CP: expanded data for business partner) Table details

Dictionary Type: Table
Description: CP: expanded data for business partner




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




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

EHPRCD_ADRD is a standard SAP Table which is used to store CP: expanded data for business partner data and is available within R/3 SAP systems depending on the version and release level.

The EHPRCD_ADRD table consists of various fields, each holding specific information or linking keys about CP: expanded data for business partner data available in SAP. These include BPNR (Business Partner), ADRNR (Address), INTCAT (Template), REGLIST (Regulatory/Customer List).. 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 EHPRCD_ADRD 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 MANDTCLNT3Assigned to domainMANDT
BPNRBusiness Partner EHPRC_BPNRCHAR10ALPHAEHPRC_BPNR
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
INTCATTemplate EHFND_TEMPLIDCHAR10EHFNDC_IOTEMPLEHFND_TEMPLIDEHFND_ELM_TEMPLID
REGLISTRegulatory/Customer List EHFND_REGLISTCHAR21EHFNDC_SREGEHRGLEHFND_REGLIST_CODEEHFND_ELM_REGLIST
ORGIDOrganizational Unit EHPRC_ORGIDCHAR9EHPRCD_ORGIDSEHPRC_ORGIDEHPRC_CP02EHPRC_ELM_ORGIDS
DUNSData Universal Numbering System EHPRC_DUNSCHAR9TEXT9
DURATIONNumber of Days for Task Execution EHPRC_TASKDNUMC3NUMC3
DISCLOSUREDisclosure Level of Requested Data EHPRC_DISCLOSURECHAR1EHPRC_DISCLOSURE
COMMTYPECommunication Type EHPRC_COMMTYPECHAR10EHPRC_COMMTYPE
FLG_XMLREQUse XML File to Request Data EHPRC_FLG_XMLREQCHAR1ESDBOOLE
DECLTYPEDeclaration Type EHPRC_DECLTYPECHAR20Assigned to domainEHPRC_DECLTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM EHPRCD_ADRD
INTO CORRESPONDING FIELDS OF WA_EHPRCD_ADRD
WHERE...

How to access SAP table EHPRCD_ADRD

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