cancel
Showing results for 
Search instead for 
Did you mean: 

How to do dynamic programming

Former Member
0 Kudos

Hi,

I just want to know the steps for Dynamic programming. Here my intention is to dispaly input fileds and button dynamically

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Can you provide more details on your use case?

Armin

Former Member
0 Kudos

Hi Ravikumar,

Dynamic UI Generation enables you to develop programming sequences declared at design time and to develop source code that overwrites existing declarations.Web Dynpro provides the wdDoModifyView Hook method in the controller implementation of the view which is used to modify UI elements of a view in order to enhance the possibilities for UI development at design time. wdDoModifyView method is called for every view before it is displayed on the screen.

Go through this link to create the UI elements dynamically.

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/4f/07cf3dd28b5610e10000000a114084/frameset.htm">Dynamic UI Generation</a>

Regards,

Jhansi