cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Programming

Former Member
0 Kudos

Any do's and dont's to keep in mind with respect to dynamica programming? Please let me know.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Michael,

First and foremost point that you should keep in mind is :

Check for "First_Time" flag in WDDOMODIFYVIEW method so that not everytime the view gets rendered u create all the elements again .. infact this may lead to data loss and bad performce of system because of redundant creation of elements..

Hope this helps.

Regards,

Anoop

Former Member
0 Kudos

Hi smith ,

For Dynamic Programming I can suggest you couple of good materail That will help you a lot.

Weblogs :

/people/thomas.szcs/blog/2005/12/28/dynamic-programming-in-web-dynpro-abap--introduction-and-part-i-understanding-ui-elements

/people/thomas.szcs/blog/2006/01/03/dynamic-programming-in-web-dynpro-abap--part-ii-handling-viewelements

/people/thomas.szcs/blog/2006/02/22/dynamic-programming-in-web-dynpro-abap--part-iii-aggregations-and-ddic-binding-of-viewelements

Other than that there good pdf avilable of WD ABAP

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/db22242d-0701-0010-28a2-aeaa1fef...

( SAP NetWeaver Developers Guide Release 2004s Web Dynpro ABAP

ProgrammingGuidelines)