cancel
Showing results for 
Search instead for 
Did you mean: 

How to get dynamic columns in webdynpro table .

naval_bhatt4
Contributor
0 Kudos

Hi all ,

How can I get the dynamic columns in the ABAP web dynpro table .

Accepted Solutions (0)

Answers (1)

Answers (1)

ChrisPaine
Active Contributor
0 Kudos

by dynamically creating them?

You will need to use the wdModifyView method to find and access the table UI element you want to dynamically enhance, then use the relevant methods of the wd table UI element to insert new columns, and then insert editors into the columns to display the data.

you might want to refer to [Dynamic Programming in Web Dynpro ABAP|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/2953] [original link is broken] [original link is broken] [original link is broken];

Good luck, although I would point out that I would only dynamically create/update your UI design as a last resort, as it makes supporting your development much harder.

Cheers,

Chris

naval_bhatt4
Contributor
0 Kudos

Done