cancel
Showing results for 
Search instead for 
Did you mean: 

MDG-S - Adding custom attributes to AD_POSTAL entity

mohd_riyajuddin
Participant
0 Kudos

Hello,

Have requirement to extend standard entity AD_POSTAL with custom fields .

Following steps has done:

1. Extend ADRC table  with custom fields.

2. Extend structures BUS_EI_STRUC_ADDRESS and BUS_EI_STRUC_ADDRESS_X with custom fields.

3. Extend AD_POSTAL Entity with custom fields for BP data model.

4. Generate data model specific structures for entity AD_POSTAL.

5. Done SMT Mapping for custom fields

      BP_AD_POSTAL_2API

      BP_AD_POSTAL_2STA

While customizing UI Configuration for config id BS_BP_ADDRESS Address data my custom fields is not visible . Not able to put my custom fields on the screen .

Please let me know do we need to do any other configuration for AD_POSTAL entity..

Regards,

Riyajuddin..

View Entire Topic
ashwincap
Explorer
0 Kudos

Hi Riyaj,

Please be informed that there are some structures in ECC that is not allowed to be enhanced, because of the fact that they( the same structure) are used in in multiple SAP systems like SRM, CRM etc., because of the complexity of how data is stored in different related tables.

Example is all communication related structures like addresses and bank.

Even if you manage to extend the satging structures, you will not be able to store the data in the standard tables.

if you still have to extend the address structures, best is to create a separate custom entity and store the data as flex or re-use mode( in custom table).

You wil be able to find standard supporting document on it in SDN.

Cheers

Ashwini

mohd_riyajuddin
Participant
0 Kudos

Thanks For your response.

May be you right.

Regards,

Riyajuddin