cancel
Showing results for 
Search instead for 
Did you mean: 

Can we merge two different tables in WDABAP?

Former Member
0 Kudos

Hello All,

I have two tables in my WD component. I want to merge these two tables.. Is this possible..??

I used Row layout. So I am able to merger two tables vertically.. But I want to merge it horizontally..

Please help me regarding this..

Regards,

Yugesh A.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Yugesh,

Are you trying to align the tables for better viewing or you want to merge the data(Columns) of two different tables.

I would suggest you could merge the tables in an internal table and bind the data to a single table ui element,if you merely change the layout, it could give different results for different rendering technologies.

Regards

Anurag Chopra

Edited by: Anurag Chopra on Jul 22, 2010 4:18 PM

Answers (2)

Answers (2)

Former Member
0 Kudos

Solved by myself.

Sharathmg
Active Contributor
0 Kudos

Dear Yugesh Reddy,

Technically speaking, a table can have only one datasource node. So, you can push all the values which you wish to be displayed into one node. Then, we can try to find a round about way to manipulate the table display.

If you want to have one table display over another, then use GRIDLAYOUT( Cols = 1 ) or MatrixLayout and have the tables one above another. Remove the column headers and table headers. Then, the table may look merged horizontally, one below another.

Regards,

Sharath