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 with bitmap

Former Member
0 Likes
2,164

i want to put 2 bitmaps in 1 line.

i made

" /: bitmap zxxx.....

= bitmap zxxx2....."

and i get only 1 bitmap the second is not recognize'and he is exist and right i change between then and i see that there is a problem to put 2 bitmap in 1 line.

any suggestin?

1 ACCEPTED SOLUTION
Read only

former_member182371
Active Contributor
0 Likes
1,829

Hi Rani,

sorry for the delay.

when i referred to resolution i meant this sentence:

/: BITMAP 'LOGO_01' OBJECT Z_GRAPHIC ID ZLOG TYPE BCOL <b>DPI 300</b>

I agree with answers above in the sense that two windows will be necessary and then you just have to align them.

Best regards

14 REPLIES 14
Read only

Former Member
0 Likes
1,829

create 2 separate boxes for the 2 images.

Hope it helps.

Regards,

Bikash

Read only

Former Member
0 Likes
1,829

u can create 2 boxes(windows) of the appropriate size on the ssame line and put ur logos in them respectively. This will work

Hope it helps.

Regards,

Bikash

Message was edited by: Bikash Agarwal

Read only

0 Likes
1,829

i did it and it's not work

Read only

Former Member
0 Likes
1,829

hi,

it should be like this then you can see both..

 /: bitmap zxxx.....
/: bitmap zxxx2.....

regards

vijay

Read only

0 Likes
1,829

hi vijay

i see it, it works but 1

under

2

i wat them in the same line.

Read only

former_member182371
Active Contributor
0 Likes
1,829

Hi,

try inserting both bitmaps with a high resolution (e.g. 200 d.p.i). The higher the resolution the smaller the outcome.

Best regards.

Read only

0 Likes
1,829

calsadilo explian again pls.

i have only 100 i dont have another

Read only

0 Likes
1,829

Hi Rani,

you create two windows for two logos, try to align them , so that they appear in same line.

call your BMP in one one window ,

now you can see them in one line.

you need to create two windows.

Regards

vijay

Read only

0 Likes
1,829

it's very complex, that is the main solution

Read only

Former Member
0 Likes
1,829

Hi Rani,

insert the second logo in a new window..

regards

satesh

Read only

former_member182371
Active Contributor
0 Likes
1,829

Hi Rani,

are you trying to display two logos in the same sapscript form?

Best regards.

Read only

Former Member
0 Likes
1,829

Hi,

/: Bitmap zxxxx...

= Bitmap zxxx2....

Is correct to get both in a single line.

/:

/: will come 1 under 1.

For the 1st option try to increase the window width and see what is heppening.

If not try to make it 2 windows and place them where ever you want.

***********

Take 2 Graphic Windows/ Normal window and include your bitmap into them.

Then place your windows on Main window/where ever you want. They will come with no issues.

**********

Thanks.

If this helps you reward with points.

Message was edited by: KDeepak

Message was edited by: KDeepak

Read only

former_member182371
Active Contributor
0 Likes
1,829

Hi,

for the resolution subject have a look at transaction SE78.

Best regards.

Read only

former_member182371
Active Contributor
0 Likes
1,830

Hi Rani,

sorry for the delay.

when i referred to resolution i meant this sentence:

/: BITMAP 'LOGO_01' OBJECT Z_GRAPHIC ID ZLOG TYPE BCOL <b>DPI 300</b>

I agree with answers above in the sense that two windows will be necessary and then you just have to align them.

Best regards