Skip to Content
0
Former Member
Oct 05, 2009 at 03:51 PM

Display table horizantally in WD java

30 Views

Hi,

I have a requirement in which i want to display a table horizontally in WD.

The data is like:

Size Quantity

1 10

2 20

3 30

and so on. The data is populated through BAPI, which i have in a node.

The output should look like:

Size 1 2 3

Qunaity 10 20 30

Regards,

Pranay