EHPRCS_ECD_BUPA SAP (Attributes for Enter Contact Data - Business Partners) Structure details

Dictionary Type: Structure
Description: Attributes for Enter Contact Data - Business Partners




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




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

EHPRCS_ECD_BUPA 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 "Attributes for Enter Contact Data - Business Partners" 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_EHPRCS_ECD_BUPA TYPE EHPRCS_ECD_BUPA.

The EHPRCS_ECD_BUPA table consists of various fields, each holding specific information or linking keys about Attributes for Enter Contact Data - Business Partners data available in SAP. These include SUPPLIER_ID (Supplier), REGION_DESC (Region Description), STREET_HOUSE_NUMBER (Street and House Number Combined), POSTAL_CODE_CITY (Postal Code and City Combined).. 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 (Deep)


SAP EHPRCS_ECD_BUPA 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
CUSTOMER_IDCustomer ID EHFND_CUSTOMER_IDCHAR10Assigned to domainALPHAKUNNRKUNDEBI
SUPPLIER_IDSupplier EHFND_SUPPLIER_IDCHAR10Assigned to domainALPHALIFNRKRED
REGION_DESCRegion Description EHFND_REGION_DESCCHAR20EHFND_REGION_DESC
STREET_HOUSE_NUMBERStreet and House Number Combined EHPRC_ECD_STREET_HOUSE_NUMBERSTRG0EHFND_STRING
POSTAL_CODE_CITYPostal Code and City Combined EHPRC_ECD_POSTAL_CODE_CITYSTRG0EHFND_STRING
ADDRNUMBERAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
TITLEForm-of-Address Key AD_TITLECHAR4Assigned to domainAD_TITLE
NAME1Name 1 AD_NAME1CHAR40TEXT40
NAME2Name 2 AD_NAME2CHAR40TEXT40
NAME3Name 3 AD_NAME3CHAR40TEXT40
NAME4Name 4 AD_NAME4CHAR40TEXT40
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
CITY2District AD_CITY2CHAR40TEXT40CITY_PART
CITY_CODECity code for city/street file AD_CITYNUMCHAR12Assigned to domainALPHACITY_CODE
CITYP_CODEDistrict code for City and Street file AD_CITYPNMCHAR8Assigned to domainALPHACITYP_CODE
PO_BOXPO Box AD_POBXCHAR10CHAR10
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
POST_CODE2PO Box Postal Code AD_PSTCD2CHAR10CHAR10
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
DEFLT_COMMCommunication Method (Key) (Business Address Services) AD_COMMCHAR3Assigned to domainAD_COMM
TEL_NUMBERFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
EXT_NUMBERTelephone no.: Extension AD_TLXTNSCHAR10CHAR10
FAX_NUMBERFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
FAX_EXTENSFax no.: Extension AD_FXXTNSCHAR10CHAR10
HOUSE_NUM1House Number AD_HSNM1CHAR10TEXT10
URL_ADDRURL Address EHPRC_WWWCHAR80CHAR80
DUNSData Universal Numbering System EHPRC_DUNSCHAR9TEXT9
SMTP_ADDRE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
TEL_COUNTRYCountry for telephone/fax number AD_COMCTRYCHAR3Assigned to domainLAND1LND
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LGENTLegal Entity EHPRC_LEGENTCHAR4Assigned to domainBUKRS
P_ROLEPartner Function PARVWCHAR2Assigned to domainPARVWPARVWPAR
SORT1Search Term 1 AD_SORT1CHAR20CHAR20
KTOKKVendor account group KTOKKCHAR4Assigned to domainKTOKKKGK
KTOKDCustomer Account Group KTOKDCHAR4Assigned to domainKTOKDKGD
TITLETXTitle text AD_TITLETXCHAR30TEXT30
COUNTRYTXCountry Name LANDXCHAR15TEXT15
REGIONTXDescription BEZEI20CHAR20TEXT20
TELEFFROMInternational Dialing Code for Telephone/Fax SKTELFFROMCHAR4CHAR4
TELEFTOCountry telephone/fax dialling code SKTELFTOCHAR4CHAR4
EEW_EHPRC_ECD_BUPADummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table EHPRCS_ECD_BUPA

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