cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

source code

Former Member
0 Likes
154

Hi to all,

In webdynpro, while writting a code it's better to avoid to write in MODIFY VIEW().Because it decreases the performance of the application.if it's the case then where i need to write my source code.apart from wddoinit(), and on action.is there any concept of classes.

So, please let me know any other way and the best way to write the code.

Thanks and Regards,

Satti

View Entire Topic
Former Member
0 Likes

hi,

you can use WDDOINIT,WDDOEXIT,WDDOBEFOREACTION,WDDOAFTERACTION methods mentioned in Methods Tab.

Domodify is not advised to use as it is called on every action.

Rather you can also create your own Methods and use them.

Thanks.