cancel
Showing results for 
Search instead for 
Did you mean: 

Modify View is not getting triggered

Former Member
0 Kudos

Hi All..

I am using web dynpro ABAP for business logic and Flex for UI display. Here on one stage when some action is triggered and on that event Flex screen is being called.

On this action we wantt to trigger Modify view of current View on Event handler of the button, as Modify view is not getting triggered and we are not able to capure screen changes.

Please suggest, if there is any way around.

Thanks,

Sanket Sethi

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member226225
Contributor
0 Kudos

Hi,

     If we want to trigger the button then in this case we can write the code in wdafteraction and try for it then no need to go for the modifyview method .

and modifyview method is triggered only after the WDAFTERACTION only so write code on this method and test it..

Thanks,

Raghunadh.K

Former Member
0 Kudos

Hi Raghu..

Actually I want to capture screen changes and in WDAFTERACTION, I am not able to get the screen changes, as it's not calling the WD screen after the action. It's calling Flex screen instead.

Please suggest if there is any way around.