EHFNDS_PARTY_ADDRESS SAP (Party Address Data) Structure details

Dictionary Type: Structure
Description: Party Address Data




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




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

EHFNDS_PARTY_ADDRESS 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 "Party Address Data" 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_EHFNDS_PARTY_ADDRESS TYPE EHFNDS_PARTY_ADDRESS.

The EHFNDS_PARTY_ADDRESS table consists of various fields, each holding specific information or linking keys about Party Address Data data available in SAP. These include ID_COMBINED (Combined Party ID), STREET_HOUSE_NUM (Street / House Number Concatenated), POSTAL_CODE (City Postal Code), CITY (City).. 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 or numeric)


SAP EHFNDS_PARTY_ADDRESS 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
ID_COMBINEDCombined Party ID EHFND_PARTY_ID_COMBINEDCHAR13PARIDEHFND_PARTY_ID_COMBINED
STREET_HOUSE_NUMStreet / House Number Concatenated EHFND_ADDR_STREET_HOUSE_NUMCHAR60EHFND_ADDR_STREET_HOUSE_NUM
POSTAL_CODECity Postal Code EHFND_ADDR_POST_CODE1CHAR10EHFND_ADDR_POST_CODE1
CITYCity EHFND_ADDR_CITY1CHAR40EHFND_ADDR_CITY1
STATE_CODERegion EHFND_REGION_IDCHAR3Assigned to domainREGIOEHFND_ELM_COUNTRY_REGIONS
STATE_DESCRegion Description EHFND_REGION_DESCCHAR20EHFND_REGION_DESC
COUNTRY_CODECountry EHFND_COUNTRY_IDCHAR3Assigned to domainLAND1EHFND_ELM_COUNTRY_CODE
COUNTRY_DESCCountry Description EHFND_COUNTRY_DESCCHAR15EHFND_COUNTRY_DESC
TELEPHONE_NUMTelephone Number EHFND_ADDR_PHONECHAR30EHFND_ADDR_PHONE
E_MAILE-Mail Address of Party EHFND_PARTY_EMAILCHAR241EHFND_PARTY_EMAIL
TELEPHONE_NUM_PRIVATETelephone Number EHFND_ADDR_PHONECHAR30EHFND_ADDR_PHONE
TELEPHONE_NUM_MOBILETelephone Number EHFND_ADDR_PHONECHAR30EHFND_ADDR_PHONE
TELEPHONE_NUM_MPHNTelephone Number EHFND_ADDR_PHONECHAR30EHFND_ADDR_PHONE
STREETStreet Address EHFND_ADDR_STREETCHAR60TEXT60
HOUSE_NUMHouse Number EHFND_ADDR_HOUSE_NUMBER1CHAR10TEXT10
FAX_NUMFax Number EHFND_ADDR_FAXCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table EHFNDS_PARTY_ADDRESS

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