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