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: write text and bitmap on the same line

Former Member
0 Likes
1,279

Hi,

I need to print text and a bitmap in the same line in the footer of MAIN window, something like:

text1 (bitmap) text2 ________

Does anyone know how to do it?

Thanks in advance!

francesco

6 REPLIES 6
Read only

Former Member
0 Likes
901

Create 3 boxes adjacent to each other without any border

Make sure that the coordinates should be in the same line.

Now, use the box to display text or bitmap or whatever

Hope this is useful

Read only

0 Likes
901

Thanks for your reply.

I can't make more windows, I need to print everything in the same window

Read only

Former Member
0 Likes
901

In text editor:

/: &text1& Include <Image>
= &text2&

" = to continue on same line

Regards,

Gurpreet

Read only

0 Likes
901

Thanks, I already tried that, but it makes a new line with the text

Read only

0 Likes
901

Hello,

I have asked you to create boxes not the windows.

Try creating invisible boxes and play on accordingly.

Hope it is helpful

Read only

0 Likes
901

I'm sorry I can't understand how should I do it. Could you please write an example?

Thanks.