cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Graphs

former_member1110335
Participant
0 Kudos

Hi,

I have a requirement where the user can enter multiple plants on the selection screen and multiple graphs should be displayed

(1 graph for each plant data).

Is it pissible to display 'N' number of graphs dynamically on the screen?

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I suppose you could use a MultiPane:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/df/da8b412bb5b35fe10000000a1550b0/frameset.htm

Or a Row Repeater UI element:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/93d3792e8c60d6e10000000a114a6b/frameset.htm

The BusinessGraphics UI element isn't explicitly listed as a UI element that isn't supported in either of these. I can't say that I have tried it however.