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

Sapscript Printing Issues

0 Likes
856

Hi All,

I have this requirement as shown in below image:-

First line item which is |~| contribution to support costs,1,standard,0.00,95.99

and second line item which is |~| contribution to support costs,7,11.05,standard,0.00,77.36.

The issue here is the columns standard,0.00 and 99.99,77.36 are not aligned accordingly.

Please let me know how to align them according to the dynamic data.

1 ACCEPTED SOLUTION
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
827

you have to create paragraph with tab options spaces to resolve the same. Because sometime your value of a column can be initial

Nabheet

6 REPLIES 6
Read only

former_member202771
Contributor
0 Likes
827

Hi Ronit,

This is issue with space allignment.

Reduce number of  spaces between, 1st column(7) and 2nd column(11.05).

Thanks,

Anil

Read only

Former Member
0 Likes
827

Hi Ronit,

In first line add one more variable (blank/space) after 1 as below.

|~| contribution to support costs,1, ,standard,0.00,95.99

This may resolve your issue.


Regards,

Ganesh Lathi.

Read only

sivaprasad_paruchuri
Active Participant
0 Likes
827

you are having 11.05 extra variable in second line , u can adjust the paragraph format or manually adjust the spaces in text element ...

Regards,

Siva Prasad.

Read only

Former Member
0 Likes
827

Hi Ronit,

You need to change the text alignment for each column. Increase/Decrease based on column requirement. I hope you will sove this issue.

Best Reagard's,

Shashi Kanth.T

Read only

Former Member
0 Likes
827

Give TAB spaces (,,) between the columns. It will have the fixed length of space between the columns.

For example &SYMBOL& ,, &SYMBOL2&.

-Sowmya

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
828

you have to create paragraph with tab options spaces to resolve the same. Because sometime your value of a column can be initial

Nabheet