EHFNDS_PARTY_BASIC_DATA SAP (Party Basic Data) Structure details

Dictionary Type: Structure
Description: Party Basic Data




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




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

EHFNDS_PARTY_BASIC_DATA 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 Basic 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_BASIC_DATA TYPE EHFNDS_PARTY_BASIC_DATA.

The EHFNDS_PARTY_BASIC_DATA table consists of various fields, each holding specific information or linking keys about Party Basic Data data available in SAP. These include ID_COMBINED (Combined Party ID), GROUP_DESC (Party Group Description), FULL_NAME (Full Name of Party), FIRST_NAME (First Name of Party).. 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_BASIC_DATA 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
GROUP_DESCParty Group Description EHFND_PARTY_GROUP_CODE_DESCCHAR60EHFND_DESCRIPTION_S
FULL_NAMEFull Name of Party EHFND_PARTY_NAMECHAR80EHFND_PARTY_NAME
FIRST_NAMEFirst Name of Party EHFND_PARTY_FIRST_NAMECHAR40EHFND_PARTY_FIRST_NAME
LAST_NAMELast Name of Party EHFND_PARTY_LAST_NAMECHAR40EHFND_PARTY_LAST_NAME
ACADEMIC_TITLE_CODEAcademic Title for Party EHFND_PARTY_ACAD_TIT_CODECHAR4ACTITEHFND_PARTY_ACAD_TIT_CODEAD_TITLE1
ACADEMIC_TITLE_DESCDescription of Form of Address for Party EHFND_PARTY_ACAD_TIT_CODE_DESCCHAR40EHFND_DESCRIPTION_XS
FORM_OF_ADDRESS_CODEForm of Address for Party EHFND_PARTY_FO_ADDR_CODECHAR4EHFND_PARTY_FO_ADDR_CODE
FORM_OF_ADDRESS_DESCDescription for Title EHFND_PARTY_FO_ADDR_CODE_DESCCHAR40EHFND_DESCRIPTION_XS
DATE_OF_BIRTHBirthdate of Party EHFND_PARTY_DATE_OF_BIRTHDATS8DATUM
GENDER_CODEGender of Party EHFND_PARTY_GENDER_CODECHAR1EHFND_PARTY_GENDER_CODE
GENDER_DESCDescription for Gender of Party EHFND_PARTY_GENDER_CODE_DESCCHAR40EHFND_DESCRIPTION_XS
NATIONALITY_CODENationality of Party EHFND_PARTY_NATION_CODECHAR3Assigned to domainLAND1
NATIONALITY_DESCNationality Description of Party EHFND_PARTY_NATION_CODE_DESCCHAR15EHFND_COUNTRY_DESC
MARITAL_STATUS_CODEMarital Status of Party EHFND_PARTY_MAR_STAT_CODECHAR1EHFND_PARTY_MAR_STAT_CODE
MARITAL_STATUS_DESCDescription of Party Marital Status EHFND_PARTY_MAR_STAT_CODE_DESCCHAR20EHFND_PARTY_MAR_STAT_CODE_DESC
NUM_OF_CHILDRENNumber of Party's Children EHFND_PARTY_CHILDREN_QUANDEC3EHFND_QUANTITY_S
CORR_LANG_CODECorrespondence Language of Party EHFND_PARTY_COR_LANG_CODECHAR1EHFND_PARTY_COR_LANG_CODE
CORR_LANG_DESCDescription for Correspondence Language of Party EHFND_PARTY_COR_LANG_CODE_DESCCHAR16EHFND_PARTY_COR_LANG_CODE_DESC
PARTY_IDParty EHFND_PARTY_IDCHAR12EHFND_PARTY_ID
BUPA_CATEGORYBusiness Partner Category of Party EHFND_PARTY_BUPA_CATEGORYCHAR1BU_TYPE

Key field Non-key field



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

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

How to access SAP table EHFNDS_PARTY_BASIC_DATA

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