Application Development 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: 

regarding alignment in the smartforms

Former Member
0 Kudos

hi experts,

i have developed a smartforms in which i m using the same char format for different variables,,here the column are,

plantid mat.no. mat.description opening stock recv today recvtilldate

1000 1000009 iron ore 0.000 178,865.230 178,865.230

here in smartforms the first four column are coming in the proper and same alignment(towards left just after column line) but the last two column are not coming in this alignment they are coming slight upper towards right ....plz help me so that i will place them in the same alignment....

null

4 REPLIES 4

Former Member
0 Kudos

hi

good

Create a new PARAGRAPH format (ZA) in the Smartforms and define the

TAB settings in it as per the space required between fields

10 CHAr left

20 char left

40 char left

in script write as below

ZA &ITAB-MATNR&,,&ITAB-POSNR&,,&ITAB-MAKTX&

THIS WILL ALLIGN THE FIELDS

check 2 to 3 times and change the tab spaces and adjust accordingly

thanks

mrutyun^

Former Member
0 Kudos

Are you using tabs to align these columns? This is not necessary in Smartforms, you can define a table that will put each column in its own cell, similar to a spreadsheet. This will give you much more reliable alignment.

Regards,

Nick

former_member188827
Active Contributor
0 Kudos

adjust the cell width in smartform tbale painter.it 'll be alligned.if it doesnt help lemme kno.

reward points if it helps

0 Kudos

create a tamplate. this is going to help u to solve ur issue.

it will allign evrything properly .