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

alignment issue in SAP Script

senthil_kumar29
Participant
0 Likes
707

Hello Friends,

I am designing a script.

I am using paragraph format with 3 tab position.

But while prinitng columns are not arranged correctly.

it looks like this.

1 Material1 1 Set

2 Material2 1 Set

3 M1 1 Set

Thank U for Ur time.

Cheers,

Sam

1 ACCEPTED SOLUTION
Read only

santhosh_patil
Contributor
0 Likes
685

hi,

Try by printing

&itab-matnr<b>(*)</b>&

  • ------ it will take the length from the dictionary

-


santhosh

6 REPLIES 6
Read only

Former Member
0 Likes
685

It looks like your tab position for 2nd 1 in '1 Material1 1 Set' is not sufficient try to make it a little larger and test it.

Try to take it like this

tab1 : 5 mm for material1

tab2 : 20 mm for 1

Read only

Former Member
0 Likes
685

Hi,

make sure that you are using the correct TAB position for this one, and you need write the 2 commas(,,) in between the fields in the script

Regards

Sudheer

Read only

Former Member
0 Likes
685

Hi...,

increase the tab length for the second field a bit and print it..

hope it works..

regards,

sai ramesh

Read only

santhosh_patil
Contributor
0 Likes
686

hi,

Try by printing

&itab-matnr<b>(*)</b>&

  • ------ it will take the length from the dictionary

-


santhosh

Read only

0 Likes
685

Hi Santhosh,

Thank U for your answer.

Cheers,

Sam

Read only

Former Member
0 Likes
685

Increase the tab position of the last one.

The third row is the actual result you will get.