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

How to put space in Sapscript between characters

Former Member
0 Likes
6,136

Currently in sript it appears as follows

4.201,68- EUR

2.521,01 EUR

Now the requirement is to adjust as follows

4.201,68- EUR

2.521,01 EUR

In both lines same paragraph formats are used.

How to insert a space before 4.201,68- EUR.

Currently in sript it appears as follows

4.201,68- EUR

2.521,01 EUR

Now the requirement is to adjust as follows

4.201,68- EUR

2.521,01 EUR

In both lines same paragraph formats are used.

How to insert a space before 4.201,68- EUR.

6 REPLIES 6
Read only

Former Member
0 Likes
2,817

Hi,

You can use TABS.

For this you need to define the TABS.

In the Paragraph format there is one push button called TABS.

click on it and define TABS.

give accordingly in text elements.

*******************

you can define your own Paragraph format and Assign to it.

If not i think you can give just SPACE there and see.

It will work you can manage it by just giving SPACES also.

like this..........

,,&BSEG-SGTXT(43)&,,,, &bseg-wrbtr&<k1>-</>,,,,&bkpf-waers&

Thanks.

Message was edited by: Deepak333 k

Message was edited by: Deepak333 k

Read only

alex_m
Active Contributor
0 Likes
2,817

Hai!

Try this &space(x)&, where x = amount of spaces.

Read only

Former Member
0 Likes
2,817

It is not working.

Already am using a paragraph format with tabs...

My question is how to insert a space.

for example.

,,&BSEG-SGTXT(43)&,,,,&bseg-wrbtr&<k1>-</>,,,,&bkpf-waers&

This has a paragraph format..

How to insert a space before &bseg-wrbtr&<k1>-</>.

Tabs won't work because it is not moving by a space.

Since the same paragraph format is used in several places , it is not advisable to change the tab description.

Read only

Former Member
0 Likes
2,817

4.201,68- EUR

if they are two fields, then using tabs you can do .

regards

vijay

Read only

Former Member
0 Likes
2,817

Hi Siju,

Create your own Paragraph format defining the tabs.

Use double comma (,,) in the beginning of the text, where you want a space.

Regards,

Ravi

Read only

Former Member
0 Likes
2,817

Hi,

Try like this

&Space(1)& in between the amount and currency