cancel
Showing results for 
Search instead for 
Did you mean: 

What is WDDOMODIFYVIEW ?

Former Member
0 Kudos

Hi,

What is WDDOMODIFYVIEW ?

Thanks in Advance

Kishore

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This is the method which changes the layout of a view dynamicaly.

Bansidhar

Answers (1)

Answers (1)

former_member189631
Active Contributor
0 Kudos

Hi Kishore,

*WDDOMODIFYVIEW is standard method in both webdynpro java and ABAP

*Each view/contoller in webdynpro has this method.

*This method will be called after the init method called.

*This can invoked when ever changes/modification/revisit of a view.

*Init mehod will be called only one time.

*Modifyview can be called many time for a view.

Regards,

Ram.