Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Smartform Layout

Former Member
0 Likes
282

Hi Experts

I am developing a print form using smartform with table.

I want to display the form as follows, how to do this.

Pls advice me on this.

Purchase order Material Qty Unit Vendor

4520223232 zzzzzz 10 m 1ceitex

Purchase order Material Qty Unit Vendor

4520223235 yyyyyy 25 PC 2ehdete

Purchase order Material Qty Unit Vendor

4520223237 ssssss 15 m 1ceitex

Thanks in advance

Regards

Rajaram

1 REPLY 1
Read only

sreelatha_gullapalli
Active Participant
0 Likes
256

hi,

You asked to display data in a table format write for that first create a table in a window and divide that into no of columns that you want.

If you create table in that we can get three fields like header, mainarea, footer.

First go to header create one row then automatically the columns will come in each column create one text and enter the heading that you wnt to display for that perticular column.

In the same way create one row in mainarea also. Once we create the row then the no of columns will come automatically and in the same way create one text in each column and mention the text u want to display.

Then if you want to retrieve data from any table then for that we have to write a program in se38 and in that we have to call the smartform that you created.

I think this will help you.

regards,

Sreelatha Gullapalli