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

Accepted Solutions (0)

Answers (2)

Answers (2)

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.

former_member190077
Participant
0 Kudos

Try in method EH_ONSAVE in your component/view!! I think is better option!! Is possible???

Good Luck!!

JMP

former_member211707
Active Participant
0 Kudos

Hi Jose,

EH_ONSAVE method is calling properly, which internally calls save_objects method of genil class. data is showing under core but it is not coming under getter method and hence no value is coming on screen.

we are not getting which place value is getting flushed out.

Thanks,

Amit Singh

former_member211707
Active Participant
0 Kudos

Hi Jose,

Can you suggest other solution.

Thanks,

Amit

former_member190077
Participant
0 Kudos

Hi Amit,

You have reviewed the method GET_V Address attribute to see is this properly loading the data?

JMP