Hello,
We have a requirement to extend standard entity AD_POSTAL with custom fields and save the data in active area.
For that we have done the following steps:
1. Extend ADRC table (active area) with custom fields.
2. Extend structures BUS_EI_STRUC_ADDRESS and BUS_EI_STRUC_ADDRESS_X with custom fields. These structures will be used in SMT
mapping.
3. Extend AD_POSTAL Entity with custom fields (MDGIMG)
4. Generate data model specific structures for AD_POSTAL (MDGIMG).
5. Extend SMT mapping -
--BP_AD_POSTAL_2API
--BP_AD_POSTAL_2STA
6. Enhance UI configuration BS_BP_ADDRESS to display custom fields.
For testing, created a CR and approved it.
But data is NOT getting saved in active area i.e. ADRC table.
Please Suggest.