EIDE_CHNGDOC_PARTNER SAP (Structure for Change Notifications for BP Changes) Structure details

Dictionary Type: Structure
Description: Structure for Change Notifications for BP Changes




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




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

EIDE_CHNGDOC_PARTNER 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 "Structure for Change Notifications for BP Changes" 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_EIDE_CHNGDOC_PARTNER TYPE EIDE_CHNGDOC_PARTNER.

The EIDE_CHNGDOC_PARTNER table consists of various fields, each holding specific information or linking keys about Structure for Change Notifications for BP Changes data available in SAP. These include PARTNER_NAME_L (Last name of business partner (person)), PARTNER_NAME_F (First name of business partner (person)), PARTNER_NAME_ORG1 (Name 1 of organization), PARTNER_NAME_ORG2 (Name 2 of organization).. 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)


SAP EIDE_CHNGDOC_PARTNER 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
PARTNER_PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PARTNER_NAME_LLast name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
PARTNER_NAME_FFirst name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
PARTNER_NAME_ORG1Name 1 of organization BU_NAMEOR1CHAR40BU_NAME
PARTNER_NAME_ORG2Name 2 of organization BU_NAMEOR2CHAR40BU_NAME
PARTNER_AD_STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
PARTNER_HOUSE_NUM1House Number AD_HSNM1CHAR10TEXT10
PARTNER_HOUSE_NUM2House number supplement AD_HSNM2CHAR10TEXT10
PARTNER_AD_PSTCD1City postal code AD_PSTCD1CHAR10CHAR10
PARTNER_AD_CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
PARTNER_AD_CNTR1Country Key LAND1CHAR3Assigned to domainLAND1LND
PARTNER_AD_PSTCD2PO Box Postal Code AD_PSTCD2CHAR10CHAR10
PARTNER_AD_POBXPO Box AD_POBXCHAR10CHAR10
PARTNER_AD_CITY2PO Box city AD_POBXLOCCHAR40TEXT40CITY_NAME
PARTNER_AD_CNTR2PO box country AD_POBXCTYCHAR3Assigned to domainLAND1

Key field Non-key field



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

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

How to access SAP table EIDE_CHNGDOC_PARTNER

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