cancel
Showing results for 
Search instead for 
Did you mean: 

Sapscript - How to continue the same line across multiple Text elements

Former Member
0 Kudos

Greetings,

I am modifying a sapscript that spreads a line of output over two text elements. I am using a '=' on the second text element for the tag so that it adds to the first text element. It is printing on a seperate line. According to the documentation is should print on one line.

Do anyone have any ideas?

Thanks.

rv

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

There are two seperate text elements. I want to append to the first from the second.

JozsefSzikszai
Active Contributor
0 Kudos

hi Richard,

could you please check if there are not too many tabulators (double comas) after the first text element in the SAPscript, which would mean that the second text element has no space in the first line, therefor it is moved to the next line. You can also copy the source code here, so we can have a look.

hope this helps

ec

Former Member
0 Kudos

Hi Richard,

Is it two lines in a same text element (/E) or the lines are spread to two differnent text elements. If the lines are inside the same text element this should work. you can use " = " or else you can leave that blank also. It should work.

Hope this helps.

Sudha