Skip to Content
0
Former Member
Apr 07, 2009 at 05:44 PM

Adding fields at runtime in GP Framework

36 Views

Hello,

I have a GP Application in which the user enters some details in a webdynpro screen (implementing GP Interface) which goes for approval to the approver ....i refered to the following link for the same :

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/50d74ada-0c01-0010-07a8-8c118d408e59

now what we want is to allow the user to click on a button on the webdynpro screen to add a new row of fields each time he clicks on it .....I am able to add these fields at runtime using onAction method for the button but now the problem is that these new fields should be binded to value attributes in the view controller and then mapped to the attributes in Component Controller for access in the complete() method like other fields at design time......finally these new fields should be mapped to the parameters of the Approval Action and then displayed to the approver like others at design time......

Please let me know how can I implement this using Webdynpro and GP...

Any help would be highly appreciated....

Regards,

Anil