EHHSSS_PARTY_COMBINE_DATA SAP (Combine Proxy Data) Structure details

Dictionary Type: Structure
Description: Combine Proxy Data




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




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

EHHSSS_PARTY_COMBINE_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 "Combine Proxy 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_EHHSSS_PARTY_COMBINE_DATA TYPE EHHSSS_PARTY_COMBINE_DATA.

The EHHSSS_PARTY_COMBINE_DATA table consists of various fields, each holding specific information or linking keys about Combine Proxy Data data available in SAP. These include BUPA_ROLE_TITL (Role of Business Partner), BUPA_ROLE_DESC (Description of Business Partner Role), STREET_HOUSE_NUM (Street / House Number Concatenated), POSTAL_CODE (City Postal Code).. 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 EHHSSS_PARTY_COMBINE_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
BUPA_ROLERole of Business Partner EHFND_PARTY_BUPA_ROLECHAR6Assigned to domainBU_ROLEEHFND_ELM_PARTY_BUPA_ROLE
BUPA_ROLE_TITLRole of Business Partner EHFND_PARTY_BUPA_ROLE_TITLCHAR25CHAR25
BUPA_ROLE_DESCDescription of Business Partner Role EHFND_PARTY_BUPA_ROLE_DESCCHAR60EHFND_DESCRIPTION_S
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
STREETStreet Address EHFND_ADDR_STREETCHAR60TEXT60
HOUSE_NUMHouse Number EHFND_ADDR_HOUSE_NUMBER1CHAR10TEXT10
FAX_NUMFax Number EHFND_ADDR_FAXCHAR30TEXT30
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
BUPA_CATEGORYBusiness Partner Category of Party EHFND_PARTY_BUPA_CATEGORYCHAR1BU_TYPE
PARTY_IDParty EHFND_PARTY_IDCHAR12EHFND_PARTY_ID

Key field Non-key field



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

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

How to access SAP table EHHSSS_PARTY_COMBINE_DATA

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