cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynrpo Table Column display vertically

former_member187651
Active Participant
0 Kudos

Hello Gurus,

Got an requirement to display my table column vertically instead of horizontal.

for example: Table XYZ contains columns like : column1     column2     column3

      Now now these columns should be display like:

 

                          Values1    values2

   Column1            123          444

   Column2            234          888

   Column3            567          999

I have gone through SDN but did not found any solution for the same .

Please let me know the solutions..

thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member199125
Active Contributor
0 Kudos

Columns will always be in vertically only, row will be in horizontal..

By some manipulation of ur table data hope we can achieve that.

while displaying table data, add one column at start of table and pass the description of whatever ur want, and manipulate your table data in required format and display.

Regards

Srinivas

Former Member
0 Kudos

Hi Chandan,

As per my knowledge this is not possible in WD in version  SAP NW 7.0, EhP4.

May be Thomas Jung can share more information on this.

Regards,

Amol Patil.

former_member187651
Active Participant
0 Kudos

Thanks for your reply Amol.

Actually I need table look for my form with different types of input field.

Somehow I managed with this scenario by assigning table for each row, but it will definitely affect me code performance. Its a requirement from client.

I am looking for it

Thnaks