cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to save standard address fields in the root entity PointOfDelivery

former_member211707
Active Participant
0 Kudos

We have added address and communication structure using standard program ECRM_ISU_TO_DIV_SETUP in the pointofdelivery BOL object. data is not getting saved in the address fields after clicking on save button and it is getting disappeared.

we created new implementation class inheriting CL_CRM_IUIL_TO of genil component ISUTON and redefined IF_GENIL_APPL_ALTERNATIVE_DSIL~save_object method. we also called modify method of cl_crm_bol_core class; values are showing at bol core level but data is not coming in get method of attribute. And, value is getting disappeared from all the fields.

we are not getting , what can be done in this method to save all the data; so that data will be displayed after saving it.

Please try to respond asap.

Thanks,

Amit Singh

View Entire Topic
kapilpatil
Active Contributor
0 Kudos

Hello Amit,

Have you completed the design layer customizing step post enhancement ?

If you can debug the genil layer and api layer after save has been clicked on web ui, you would know what is missing.