cancel
Showing results for 
Search instead for 
Did you mean: 

smartform

Former Member
0 Kudos

Hi all,

i want to display 2 tables data in main window (body) side by side, how to do it? please mail me with code

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

Why don't you create 2 main windows, so that you can use 2 internal tables for each main window, put the 2 main windows side by side, and write the logic

Regards

Sudheer

Answers (1)

Answers (1)

Former Member
0 Kudos

It is not possible to create and code 2 main windows side by side.

You can do this in 2 ways based on the scenario.

1) create an internal table with fields of both the tables and combine both table data into one internal table. Then create a single table in smartform and draw it with a gap and seems like 2 tables. Then give a logic to seggregate both table data and print it.

2)if you have a fixed number of lines in both the tables(in smartforms), you can go for templates.

It is possible to place 2 templates side by side. Then read the internal tables as per number of records in each page and display it. Before going to next page delete the number of records which are already displayed.