cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CAPM - Object Page Actions - Sideeffects Not Working

0 Kudos

Hi Experts,

I have a scenario where there are 2 buttons. 1 Button ' A' created using the Annotation in the Annotation.cds.

Another button 'B' has been created as an action in Manifest as we had to link a Fragment to it.

Scenario is when we click Button 'A' button A should perform certain changes and disable the Button 'A' and enable button 'B'. This is working fine and I used the below annotation the Service.CDS

@( cds.odata.bindingparameter.name : 'disable', Common.SideEffects : { TargetEntities: [ 'disable' ], } ) action A();However when I click button 'B', the same should happen in reverse manner where it should disable button 'B' and enable button 'A'Unless I refresh the page, this does not work. Can you please let me know if Sideeffect can be made to work on an action created using ManifestThanks,Dinesh
0 Kudos

Hi Experts,

Any insights on this?

I have not been able to get this to work.

Thanks,

Dinesh

Accepted Solutions (0)

Answers (0)