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

Text Editor printing issue in SAPSCRIPT

0 Likes
1,154

Hi,

     I want to print IBAN:XXXXXXXXXXXXXXXXXXXXXXXXXXXX

IBAN is hardcoded. But its value is maintained in so10. So I am writing 'INCLUDE IBAN OBJECT TEXT ID ST LANGUAGE FR' in the editor.

But its not getting printed .

Actually when I am using paragraph format /: for printing the include, the value is getting printed. But when I am adding IBAN in front then its not getting printed. I have tried many combinations of paragraph formats but one is working..I have to print it in same line.

Kindly help me.

Regards

PP

1 ACCEPTED SOLUTION
Read only

Private_Member_7726
Active Contributor
0 Likes
1,066

Hi,

It took me reading your post three times, on three different days, to understand the (actually simple) thing you are trying to achieve...

1. Make sure the language for SO10 text is correct (text exists in the language you are trying to include).

2. Make sure the text has no paragraph formats of any kind...

Go to SO10 change mode, then from the menu choose Goto->Change Editor:

Delete the marked paragraph format and save the text:

Make sure your SapScript text element paragraph formats look somewhat like this:

The output in print preview should look somewhat like this:

If this is some kind of company data (like house bank account), please consider moving it into company code related customizing... It does make getting the data more complex, but from the point of view of maintenance is a more flexible solution.  If at some time in the future the forms need to handle multiple house bank accounts, for example...

cheers

Jānis

2 REPLIES 2
Read only

Private_Member_7726
Active Contributor
0 Likes
1,067

Hi,

It took me reading your post three times, on three different days, to understand the (actually simple) thing you are trying to achieve...

1. Make sure the language for SO10 text is correct (text exists in the language you are trying to include).

2. Make sure the text has no paragraph formats of any kind...

Go to SO10 change mode, then from the menu choose Goto->Change Editor:

Delete the marked paragraph format and save the text:

Make sure your SapScript text element paragraph formats look somewhat like this:

The output in print preview should look somewhat like this:

If this is some kind of company data (like house bank account), please consider moving it into company code related customizing... It does make getting the data more complex, but from the point of view of maintenance is a more flexible solution.  If at some time in the future the forms need to handle multiple house bank accounts, for example...

cheers

Jānis

Read only

0 Likes
1,066

Thanks Janis...

It was helpful...

Regards

PP