EHFNDS_PARTY_SEARCH SAP (Party Search criteria) Structure details

Dictionary Type: Structure
Description: Party Search criteria




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




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

EHFNDS_PARTY_SEARCH 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 Search criteria" 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_SEARCH TYPE EHFNDS_PARTY_SEARCH.

The EHFNDS_PARTY_SEARCH table consists of various fields, each holding specific information or linking keys about Party Search criteria data available in SAP. These include ID_COMBINED (Combined Party ID), FIRST_NAME (First Name of Party), LAST_NAME (Last Name of Party), DATE_OF_BIRTH (Birthdate 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_SEARCH 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
FIRST_NAMEFirst Name of Party EHFND_PARTY_FIRST_NAMECHAR40EHFND_PARTY_FIRST_NAME
LAST_NAMELast Name of Party EHFND_PARTY_LAST_NAMECHAR40EHFND_PARTY_LAST_NAME
DATE_OF_BIRTHBirthdate of Party EHFND_PARTY_DATE_OF_BIRTHDATS8DATUM
PLACE_OF_BIRTHBirthplace of Party EHFND_PARTY_PLACE_OF_BRTH_NAMECHAR40EHFND_PARTY_PLACE_OF_BRTH_NAME
GENDER_CODEGender of Party EHFND_PARTY_GENDER_CODECHAR1EHFND_PARTY_GENDER_CODE
NATION_CODENationality of Party EHFND_PARTY_NATION_CODECHAR3Assigned to domainLAND1
ORGL_UNIT_IDOrganizational Unit ID EHFND_ORG_UNIT_IDNUMC8Assigned to domainEHPOSEHFND_ORG_UNIT_IDEHFND_ELM_ORG_UNIT
COMPANY_IDCompany Code EHFND_COMPANY_CODE_IDCHAR4Assigned to domainBUKRSEHFND_CMP_COMPANY_CODE_ID
PERS_AREA_IDPersonnel Area of Party EHFND_PARTY_PERS_AREA_IDCHAR4EHFND_PARTY_PERS_AREA_ID
PERS_SUBAREA_IDPersonnel Subarea of Party EHFND_PARTY_PERS_SUBAREA_IDCHAR4EHFND_PARTY_PERS_SUBAREA_ID
GROUP_EXTERN_INDSingle-Character Indicator CHAR1CHAR1CHAR1
GROUP_INTERN_INDSingle-Character Indicator CHAR1CHAR1CHAR1
GROUP_APPLIC_INDSingle-Character Indicator CHAR1CHAR1CHAR1
GROUP_USER_INDSingle-Character Indicator CHAR1CHAR1CHAR1
BUPA_CATEGORYBusiness Partner Category of Party EHFND_PARTY_BUPA_CATEGORYCHAR1BU_TYPE
USERIDUser Name SYUNAMECHAR12SYCHAR12
BUPA_KINDBusiness Partner Type EHFND_PARTY_BUPA_KINDCHAR4Assigned to domainBU_KIND
BUPA_SEARCHTERM1Search Term 1 for Business Partner EHFND_PARTY_BUPA_SEARCHTERM1CHAR20BU_SORT1
CITYCity EHFND_ADDR_CITY1CHAR40EHFND_ADDR_CITY1
COUNTRYCountry EHFND_COUNTRY_IDCHAR3Assigned to domainLAND1EHFND_ELM_COUNTRY_CODE
BUPA_ROLERole of Business Partner EHFND_PARTY_BUPA_ROLECHAR6Assigned to domainBU_ROLEEHFND_ELM_PARTY_BUPA_ROLE

Key field Non-key field



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

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

How to access SAP table EHFNDS_PARTY_SEARCH

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